We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7125bf commit cd1530eCopy full SHA for cd1530e
numba_cuda/numba/cuda/cudadrv/enums.py
@@ -55,7 +55,7 @@
55
CUDA_ERROR_ILLEGAL_STATE = 401
56
CUDA_ERROR_NOT_FOUND = 500
57
CUDA_ERROR_NOT_READY = 600
58
-CUDA_ERROR_LAUNCH_FAILED = 700
+CUDA_ERROR_ILLEGAL_ADDRESS = 700
59
CUDA_ERROR_LAUNCH_OUT_OF_RESOURCES = 701
60
CUDA_ERROR_LAUNCH_TIMEOUT = 702
61
CUDA_ERROR_LAUNCH_INCOMPATIBLE_TEXTURING = 703
0 commit comments