Hi all,
I'm hoping someone will offer some advice for a newbie. I'm getting the
following error:
python demo_mandelbrot.py
Traceback (most recent call last):
File "demo_mandelbrot.py", line 161, in <module>
test = Mandelbrot()
File "demo_mandelbrot.py", line 120, in __init__
self.create_image()
File "demo_mandelbrot.py", line 147, in create_image
self.draw(-2.13, 0.77, -1.3, 1.3)
File "demo_mandelbrot.py", line 133, in draw
output = calc_fractal(q, maxiter)
File "demo_mandelbrot.py", line 66, in calc_fractal_opencl
output_opencl, np.uint16(maxiter))
File
"/Library/Python/2.7/site-packages/pyopencl-2011.1.2-py2.7-macosx-10.7-intel.egg/pyopencl/__init__.py",
line 221, in kernel_call
global_offset, wait_for, g_times_l=g_times_l)
pyopencl.LogicError: clEnqueueNDRangeKernel failed: invalid work group size
To avoid cluttering this email, I've provided a dump of my properties (AMD
card) here:
http://mypage.iu.edu/~heiland/pyopencl/
I'm working out of git:
In [11]: pyopencl.version.VERSION
Out[11]: (2011, 1, 2)
and also have:
PyOpenGL-3.0.1-py2.7
I did a search here
http://search.gmane.org/?query=invalid+work+group+size&group=gmane.comp.python.opencl
but it didn't shed much light, for me anyway.
thanks, Randy
_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl