What's the meaning of this error?How can I debug when I use GPU?

Hi,

Could you run your code with the CUDA_LAUNCH_BLOCKING=1 env variable and post the new stack trace please.
You can do that by running CUDA_LAUNCH_BLOCKING=1 python your_script.py.

5 Likes