We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9fdb4 commit 43b71f0Copy full SHA for 43b71f0
cuda_bindings/cuda/bindings/cyruntime.pyx.in
@@ -1899,7 +1899,7 @@ cdef cudaError_t getLocalRuntimeVersion(int* runtimeVersion) except ?cudaErrorCa
1899
with gil:
1900
lib = load_nvidia_dynamic_lib("cudart")
1901
{{if 'Windows' == platform.system()}}
1902
- handle = lib._handle_uint
+ handle = <uintptr_t>lib._handle_uint
1903
{{else}}
1904
handle = <void *><uintptr_t>lib._handle_uint
1905
{{endif}}
0 commit comments