Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@fjwillemsen

Description

@fjwillemsen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions