cuda-python
cuda-python copied to clipboard
gcc warns for invalid conversion
cuda/bindings/_lib/ccudart/ccudart.cpp: In function 'cudaError_t __pyx_f_4cuda_8bindings_4_lib_7ccudart_7ccudart__cudaGraphExecGetFlags(cudaGraphExec_t, long long unsigned int*)':
cuda/bindings/_lib/ccudart/ccudart.cpp:52386:108: warning: invalid conversion from 'long long unsigned int*' to 'cuuint64_t*' {aka 'long unsigned int*'} [-fpermissive]
52386 | __pyx_t_3 = __pyx_f_4cuda_8bindings_5_cuda_5ccuda__cuGraphExecGetFlags(((CUgraphExec)__pyx_v_graphExec), __pyx_v_flags); if (unlikely(__pyx_t_3 == ((CUresult)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 3814, __pyx_L1_error)
| ^~~~~~~~~~~~~
| |
| long long unsigned int*
(Sorry, the module path is a bit different as I notice this when working on #91, but hopefully it's easy to map back to the old path :P)