ok, I'm really new at this GPGPU stuff, I got this message when I try to run the thing:
Traceback (most recent call last):
File "poclbm.py", line 28, in <module>
miner = cl.Program(context, kernelFile.read()).build()
File "/usr/lib/pymodules/python2.6/pyopencl/__init__.py", line 138, in program_build
"Build on %s:\n\n%s" % (dev, log) for dev, log in build_logs))
pyopencl.RuntimeError: clBuildProgram failed: build program failure
Build on <pyopencl.Device 'GeForce 8400 GS' at 0xf16c40>:
Error: Code selection failed to select: 0x138fdc0: i32 = bswap 0x138fbc0
-------------------
This is on Linux 64 bit, does the "i32 = bswap" mean it wants linux 32?
btw I know the 8400 GS is slow, you don't have to tell me.
Got the same error on a Win7-64 with 8600 GTS.
Build on <pyopencl.Device 'GeForce 8600 GTS' at 0x2ed2f48>:
Error: Code selection failed to select: 0x5d57918: i32 = bswap 0x5d57808
Seems like poclbm doesn't work on nvidia cards.