Log in

View Full Version : Anyone test x264 --opencl in linux?


abdamon
27th September 2013, 10:25
Just like the title,Anyone run x264 --openl acceleration in linux with AMD or NVIDIA Discrete Graphics?

ronnylov
6th October 2013, 16:04
Will it work when using Radeon HD6670 with open source video driver on Arch Linux?
Not sure if OpenCL is implemented in the free radeon driver.
I don't want to install catalyst.

LoRd_MuldeR
6th October 2013, 17:28
Well, I did a quick Google search and found this:
https://wiki.archlinux.org/index.php/GPGPU

Looks like OpenCL is supposed to work with AMD graphics on Arch Linux, in theory, though only with the "catalyst" driver. But I guess you'll have to try and see...

As AMD APP SDK itself contains CPU OpenCL driver, no extra driver is needed to use execute OpenCL on CPU devices (regardless of its vendor). GPU OpenCL drivers are provided by the catalyst package (an optional dependency), the open-source driver (xf86-video-ati) does not support OpenCL.

nm
6th October 2013, 19:52
Will it work when using Radeon HD6670 with open source video driver on Arch Linux?
Not sure if OpenCL is implemented in the free radeon driver.

Open source OpenCL support is being added to Gallium3D (http://en.wikipedia.org/wiki/Gallium3D). Your GPU happens to be in the generation that has received most of the attention, but support is still far from complete: http://dri.freedesktop.org/wiki/GalliumCompute/

For now, closed drivers are the only option for usable OpenCL support on Linux (or any OS).