Daniele Pianu <muogoro@...> writes: > The problem is that the code > successfully compiles, but the enqueue_copy used for retrieving the > result of the key scheduling always returns an empty numpy array. Some > info about my development environment: > > - pyopencl compiled from git (had the same error with 2011.2 version) > - AMD-APP-SDK-v2.5 > - Fedora 16 > > The device used is a mobility radeon 4570 gpu.
I've done some minor modifications to my code (fixed the buffer size, removed a cast from const to global memory in the OpenCL code). Here the new code: - python host: http://pastebin.com/Le7QhsGK - opencl code: http://pastebin.com/tHdHDp0s Still have the same problem. Daniele _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
