Hi all,
I have some models in TensorFlow and then optimized by TensorRT. They are running well at fp32 but I am having some problems when using half-precision. I am pasting the error just below:
ERROR: cuda/reformat.cu (452) - Cuda Error in NCHWToNCHW: 77
ERROR: cuda/reformat.cu (452) - Cuda Error in NCHWToNCHW: 77
ERROR: cuda/cudaTopKLayer.cpp (115) - Cuda Error in execute: 77
ERROR: cuda/cudaTopKLayer.cpp (115) - Cuda Error in execute: 77
ERROR: CUDA cask failure at execution for trt_volta_scudnn_128x32_relu_small_nn_v1.
I’ve generated the PLAN file from a turing uarchitecture (GeForce 2080 Ti) so it sounds weird for me that part that sais “failure at execution for trt_volta_scudnn_128x32_relu_small_nn_v1”. Does it have any sense?
Thanks!