ghum <[email protected]> writes: > copy(aligned=True) > > return ary > > Is there another way to generate a 3D pycuda texture? Or maybe I am close to > fix the issue, for now I am getting the following error: > > Boost.Python.ArgumentError: Python argument types in > Memcpy3D.__call__(Memcpy3D) > did not match C++ signature: > __call__(struct pycuda::memcpy_3d {lvalue}, class pycuda::stream) > __call__(struct pycuda::memcpy_3d {lvalue})
I think your main issue might be that Memcpy3D doesn't support the 'aligned' kwarg. Andreas _______________________________________________ PyCUDA mailing list [email protected] https://lists.tiker.net/listinfo/pycuda
