Hi, I am running a deep learning model using cuDNN version 8100.
“I tensorflow/stream_executor/cuda/cuda_dnn.cc:384] Loaded cuDNN version 8100”
The model is running correctly, but right before it trains, I am getting this error message:
" W tensorflow/stream_executor/gpu/redzone_allocator.cc:314] INTERNAL: ptxas exited with non-zero error code -1, output:
Relying on driver to perform ptx compilation.
Modify $PATH to customize ptxas location.
This message will be only logged once."
Can anyone give me some insights into this error message? Can it be ignored? If not, how can I fix this problem?
Thanks.