SYCLomatic
SYCLomatic copied to clipboard
Migration of CUDNN_DATA_DOUBLE is not supported
This is the line in a CUDA program: cudnnSetTensor4dDescriptor(srcTensorDesc, CUDNN_TENSOR_NCHW, CUDNN_DATA_DOUBLE, n, c, h, w)
Thanks.
@jinz2014 We plan to provide partial support based on support from oneDNN , more detail pls refer to https://oneapi-src.github.io/oneDNN/dev_guide_data_types.html?highlight=double.
Okay