Which algo of cudnnConvolutionForward() is supported
CUDNN_CONVOLUTION_FWD_ALGO_IMPLICIT_PRECOMP_GEMM or
CUDNN_CONVOLUTION_FWD_ALGO_IMPLICIT_GEMM
when ‘Tensor Core operations’ and ‘CUDNN_TENSOR_NHWC’ ?
according to ‘2.7. Tensor Core Operations’ in cuDNN User Guide,
cudnnConvolutionForward() should be called using CUDNN_CONVOLUTION_FWD_ALGO_IMPLICIT_PRECOMP_GEMM.
according to ‘4.47. cudnnConvolutionForward’ in cuDNN User Guide,
when wDesc is in CUDNN_TENSOR_NHWC format the only algo supported is CUDNN_CONVOLUTION_FWD_ALGO_IMPLICIT_GEMM.