Skip to content

Commit cd1530e

Browse files
committed
fix erro code bug
1 parent e7125bf commit cd1530e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_cuda/numba/cuda/cudadrv/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
CUDA_ERROR_ILLEGAL_STATE = 401
5656
CUDA_ERROR_NOT_FOUND = 500
5757
CUDA_ERROR_NOT_READY = 600
58-
CUDA_ERROR_LAUNCH_FAILED = 700
58+
CUDA_ERROR_ILLEGAL_ADDRESS = 700
5959
CUDA_ERROR_LAUNCH_OUT_OF_RESOURCES = 701
6060
CUDA_ERROR_LAUNCH_TIMEOUT = 702
6161
CUDA_ERROR_LAUNCH_INCOMPATIBLE_TEXTURING = 703

0 commit comments

Comments
 (0)