Skip to content

pycuda._driver.memcpy_dtoh_async() did not match C++ signature:memcpy_dtoh_async() #380

Description

@ywfwyht

Describe the bug
code: [cuda.memcpy_dtoh_async(out.host, out.device, stream) for out in outputs]

Error:
Boost.Python.ArgumentError: Python argument types in
pycuda._driver.memcpy_dtoh_async(numpy.ndarray, DeviceAllocation, Stream)
did not match C++ signature:
memcpy_dtoh_async(unsigned long long dest, unsigned long long src, unsigned long size, pycudaboost::python::api::object stream=None)

Environment (please complete the following information):

  • OS: ubuntu18.04
  • CUDA version: 11.1
  • CUDA driver version: 455
  • PyCUDA version: 2022.1
  • Python version: 3.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions