Skip to content

Commit 6bf0565

Browse files
committed
Fix not found error code
1 parent 9982e06 commit 6bf0565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_bindings/cuda/bindings/cydriver.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ cdef extern from 'cuda.h':
15551555
ctypedef enum CUstreamCigDataType_enum:
15561556
STREAM_CIG_DATA_TYPE_D3D12_COMMAND_LIST
15571557
ctypedef CUstreamCigDataType_enum CUstreamCigDataType
1558-
cdef enum: _CURESULT_INTERNAL_LOADING_ERROR = -42
1558+
cdef enum: _CURESULT_INTERNAL_LOADING_ERROR = CUresult.CUDA_ERROR_NOT_FOUND
15591559

15601560

15611561
# TYPES

0 commit comments

Comments
 (0)