cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

`cudart.cudaMemset` should take a device pointer, but doesn't

Open fjwillemsen opened this issue 4 months ago • 1 comments

According to the documentation, cudart.cudaMemset should take a device pointer as first argument. However, with version 12.3.0 on Python 3.11.7, this results in the following error: TypeError: Provided argument is of type <class 'cuda.cuda.CUdeviceptr'> but expected Type <class 'NoneType'>, <class 'type'> or object with Buffer Protocol.

fjwillemsen avatar Mar 08 '24 07:03 fjwillemsen