Zain Homer <[email protected]> writes: > Hi, I'm new to pyopencl, but thought I'd mention that I'm getting this third > bug as well just trying to execute the benchmark.py example with a fresh > install on mac OS X 10.8.2 after
This is again just the limitation of OS X CPU CL to 1 work item per work group rearing its ugly head. Fixing benchmark.py should be a fairly simple exercise. I'd be happy to take a patch. This does not indicate that anything is wrong with your Apple OpenCL or PyOpenCL installation--in fact, everything seems to be working fine. Try running the tests if you have doubts. Andreas _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
