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
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):