Skip to content

Commit

Permalink
fix erro code bug
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Dec 3, 2024
1 parent e7125bf commit cd1530e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_cuda/numba/cuda/cudadrv/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
CUDA_ERROR_ILLEGAL_STATE = 401
CUDA_ERROR_NOT_FOUND = 500
CUDA_ERROR_NOT_READY = 600
CUDA_ERROR_LAUNCH_FAILED = 700
CUDA_ERROR_ILLEGAL_ADDRESS = 700
CUDA_ERROR_LAUNCH_OUT_OF_RESOURCES = 701
CUDA_ERROR_LAUNCH_TIMEOUT = 702
CUDA_ERROR_LAUNCH_INCOMPATIBLE_TEXTURING = 703
Expand Down

0 comments on commit cd1530e

Please sign in to comment.