Published
- 1 min read
CUDA error: device-side assert triggered
The solution for this is noted below
CUDA error: device-side assert triggered
Solution
You can use:
CUDA_LAUNCH_BLOCKING="1"
at the very beginning of code to get the descriptive error.
Try other methods by searching on the site. That is if this doesn’t work