Hi all, It is said in CUDA 4.0 programming guide that "Blocks are organized into a one-dimensional, two-dimensional, or three-dimensional grid of thread blocks". Does PyCuda currently support 3-dimensional grid?
when I tried 'test(block=(10, 10, 10), grid=(12,12,50))' in my program, I got the following error: Boost.Python.ArgumentError: Python argument types in Function._launch_grid(Function, int, int, int) did not match C++ signature: _launch_grid(pycuda::function {lvalue}, int grid_width, int grid_height) Thanks Yifei
_______________________________________________ PyCUDA mailing list PyCUDA@tiker.net http://lists.tiker.net/listinfo/pycuda