OpenCL on pinebook Pro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: OpenCL on pinebook Pro (/showthread.php?tid=18292) |
OpenCL on pinebook Pro - Bram - 05-31-2023 I am running Armbian 23.02.2 and I am trying to use OpenCL. Using clinfo, it turns out that there are no installed driver. Code: $ clinfo Where can I obtain an OpenCL driver for the Pinebook PRO? RE: OpenCL on pinebook Pro - poVoq - 06-20-2023 If I remember correctly there is no OpenCL support in the open-source Panfrost drivers (yet). Maybe this will change with Rusticl though. The closed-source Mali drivers can do OpenCL I think, but they are tied to some old Kernel version or so. Never tried them. RE: OpenCL on pinebook Pro - scurrvy2020 - 06-30-2023 there is some support in rusticl https://mesamatrix.net/ you need to set the driver and opencl version with environment variables. I have tried it with darktable and got garbled images, so there are some issues. |