Ivan Shmakov <[email protected]> writes: > $ python -c $'import pyopencl as cl\n\ > for d in cl.get_platforms ()[0].get_devices (): print d' > <pyopencl.Device 'AMD A8-3870 APU with Radeon(tm) HD Graphics' on 'AMD > Accelerated Parallel Processing' at 0x1ea7c50>
That's your CPU device. > The DISPLAY environment variable is unset, but there's indeed an > X session opened for A8-3870. (Using the ‘vesa’ driver, though, > for ‘radeon’ results in a SIGSEGV for some reason.) For now, OpenCL on AMD GPUs only works with AMD's proprietary driver. That said, work on OpenCL in Mesa appears to be making progress... Andreas _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
