You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cuda/cuda.cpp: In function ‘PyObject* __pyx_pf_4cuda_4cuda_28CUlaunchAttributeValue_union_17sharedMemCarveout___get__(__pyx_obj_4cuda_4cuda_CUlaunchAttributeValue_union*)’:
cuda/cuda.cpp:144834:69: error: ‘union CUlaunchAttributeValue_union’ has no member named ‘sharedMemCarveout’
144834 | __pyx_t_1 = __Pyx_PyInt_From_unsigned_int((__pyx_v_self->_ptr[0]).sharedMemCarveout); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 8524, __pyx_L1_error)
| ^~~~~~~~~~~~~~~~~
cuda/cuda.cpp: In function ‘int __pyx_pf_4cuda_4cuda_28CUlaunchAttributeValue_union_17sharedMemCarveout_2__set__(__pyx_obj_4cuda_4cuda_CUlaunchAttributeValue_union*, unsigned int)’:
cuda/cuda.cpp:144911:27: error: ‘union CUlaunchAttributeValue_union’ has no member named ‘sharedMemCarveout’
144911 | (__pyx_v_self->_ptr[0]).sharedMemCarveout = __pyx_v_sharedMemCarveout;
|
I will also note the same error occurs when executing 'pip install cuda-python' in a venv.
The text was updated successfully, but these errors were encountered:
I am following the instructions here: https://nvidia.github.io/cuda-python/install.html
which state
This results in a compile error
I will also note the same error occurs when executing 'pip install cuda-python' in a venv.
The text was updated successfully, but these errors were encountered: