Skip to content
Snippets Groups Projects
Commit 2a4df30b authored by Olivier BICHLER's avatar Olivier BICHLER Committed by Grégoire Kubler
Browse files

Fixed compatibility issue

parent 23ae8d09
No related branches found
No related tags found
2 merge requests!38version 0.3.0,!19feat : release_pip
......@@ -157,8 +157,10 @@ namespace Aidge {
return CUDNN_DATA_UINT8;
case DataType::Int32:
return CUDNN_DATA_INT32;
#if CUDNN_VERSION >= 8100
case DataType::Int64:
return CUDNN_DATA_INT64;
#endif
default:
assert(false && "Unsupported CuDNN type");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment