We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc833b commit 85e1629Copy full SHA for 85e1629
src/devices/cuda/common_cuda.h
@@ -40,7 +40,7 @@ typedef struct DTCudnnMapping {
40
} DTCudnnMapping;
41
42
// DT cudnnDataType_t mapping table
43
-constexpr DTCudnnMapping dtMappings[] = {
+const DTCudnnMapping dtMappings[] = {
44
{F16, CUDNN_DATA_HALF},
45
{F32, CUDNN_DATA_FLOAT},
46
{F64, CUDNN_DATA_DOUBLE},
0 commit comments