I have [Searched] forum for my issue and found nothing related or helpful
I have checked the [Resources category ]([Resources Index])
I have reviewed the [Wiki] for relevant information
I have read the the [Release Notes and Errata]
OpenMandriva Lx version:
Rome
Desktop environment (KDE, LXQT…):
KDE Wayland
Description of the issue (screenshots if relevant):
Intel Arc opencl support, does it exist? I have heard of people using Davinci Resolve with built in graphics cards when they have the correct packages installed.
Is there a package for intel opencl support I can install?
I scoured the package list and couldn’t find anything related to what others in other forums used to get it working; such as “intel-opencl-icd”
Resolve works on Ubuntu with the exact same computer.
Relevant informations (hardware involved, software version, logs or output…):
Intel ARC integrated graphics on MSI Prestige 16 AI EVO B1MG
From what I am reading, we need these things? I don’t know if part of them in included insomething else. I would file a package request if one of our devs can tell me that we need one.
For me it’s absolutely needed. You cannot open Davinci Resolve without the “unsupported GPU” message appearing. Same thing goes for your B850 (nice card by the way!), Resolve won’t open without an openCL or CUDA device. I just tried Resolve again with the 6.15 kernal you guys helped me out with in the other thread on the off chance it fixed this issue. (it did not) My Ubuntu install worked right after I had all the installer and app dependencies repaired (standard practice with resolve’s not so great Linux installer).
Resolve on Ubuntu 22 works better than on my Windows 11 install on this computer, except for HDR support which Linux is in it’s infancy of supporting (ubuntu 22 does not support HDR, 24 does with new GNOME); KDE does a better job than GNOME with the support so far. GNOME locks your brightness control out when HDR is activated, KDE does not.
It seems that opencl is running, but not recognizing my card the way Ubuntu does (number of platforms: 0)
As far as those packages you posted are concerned, only compute-runtime is relevent to this issue. FPGA runtime for opencl is for FPGA developers from my understanding.
Most distros have opencl support as it’s a keystone to video production on non-CUDA cards.
Thanks Wilson! I think I may have made a little progress surprisingly enough.
[dillon@Deez ~]$ clinfo
Number of platforms 1
Platform Name Clover
Platform Vendor Mesa
Platform Version OpenCL 1.1 Mesa 25.0.5
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_icd
Platform Extensions function suffix MESA
Platform Name Clover
Number of devices 0
NULL platform behavior
clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) No platform
clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) No platform
clCreateContext(NULL, ...) [default] No platform
clCreateContext(NULL, ...) [other] <error: no devices in non-default plaforms>
clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) No devices found in platform
ICD loader properties
ICD loader Name Khronos OpenCL ICD Loader
ICD loader Vendor Khronos Group
ICD loader Version 3.0.6
ICD loader Profile OpenCL 3.0
I think I may have two libraries running right now, but it looks like one of the two recognize my card.