|
FZGPUModules 2.0
GPU-accelerated modular compression pipelines
|
Compile-time C++ type -> DataType enum mapping, shared by the fused stages that dispatch on multiple template type parameters (LorenzoQuantStage, GInterpStage, AdaptiveLorenzoStage). More...
#include "fzm_format.h"Go to the source code of this file.
Namespaces | |
| namespace | fz |
Functions | |
| template<typename T > | |
| constexpr DataType | fz::fused::dataTypeOf () |
Compile-time C++ type -> DataType enum mapping, shared by the fused stages that dispatch on multiple template type parameters (LorenzoQuantStage, GInterpStage, AdaptiveLorenzoStage).
|
constexpr |
Primary template intentionally left undefined: instantiating with a type that has no specialization below is a compile error, not a silent fallback to some default DataType.