Skip to content

Commit 85e1629

Browse files
committed
modified common_cuda 43
1 parent 4fc833b commit 85e1629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/cuda/common_cuda.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ typedef struct DTCudnnMapping {
4040
} DTCudnnMapping;
4141

4242
// DT cudnnDataType_t mapping table
43-
constexpr DTCudnnMapping dtMappings[] = {
43+
const DTCudnnMapping dtMappings[] = {
4444
{F16, CUDNN_DATA_HALF},
4545
{F32, CUDNN_DATA_FLOAT},
4646
{F64, CUDNN_DATA_DOUBLE},

0 commit comments

Comments
 (0)