Hi,
I'm new to pyopencl as well as to OpenCL in general. Not surprisingly, I
got to a point where I'm stuck.
Here's my setup:
Hardware: To start learning and play around with GPU computing I bought
a cheap Nvidia 8400GS card for a PCI (non-Express!) slot and put it in
an oldish computer (Pentium M - based, laptop CPU on a desktop board).
The computer also has an old AGP graphics card, but no display attached
right now to that one, only to the Nvidia PCI card. The 840GS has 256MB.
Software: OS is Ubuntu 9.10. I managed to build and install pyopencl ok
with the usual amount of fiddling. (import pyopencl works, as does
running the example file dump-properties.py) First I used 0.91.4, then
today the git version, hoping that the error would go away (but it didn't).
The error: Whenever I run any of the example files, I get:
Traceback (most recent call last):
File "examples/demo.py", line 8, in <module>
ctx = cl.create_some_context()
File "/usr/local/lib/python2.6/dist-packages/pyopencl/__init__.py",
line 275, in create_some_context
return Context(devices)
pyopencl.RuntimeError: Context failed: out of resources
As I said, this is where I'm stuck. Any ideas?
And while I'm at it, another question: Does pyopencl have something like
the gpuarray thing that I read about in pycuda?
Thanks for your help,
sven
_______________________________________________
PyOpenCL mailing list
[email protected]
http://host304.hostmonster.com/mailman/listinfo/pyopencl_tiker.net