https://bugs.documentfoundation.org/show_bug.cgi?id=167365
--- Comment #14 from Julien Nabet <[email protected]> --- Created attachment 201695 --> https://bugs.documentfoundation.org/attachment.cgi?id=201695&action=edit opencl logs I made some progress here. In fact, this allow list isn't used at all, at least during the opencl test. Here's what I did: diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 869790296884..4be502790d38 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5499,7 +5499,7 @@ <info> <desc>Like OpenCLDenyList, but for combinations known to be good.</desc> </info> - <value oor:separator=";">Linux//Advanced Micro Devices, Inc\.//1445\.5 \(sse2,avx\);//Advanced Micro Devices, Inc\.//;//Intel\(R\) Corporation//;//NVIDIA Corporation//</value> + <value oor:separator=";">Linux//Advanced Micro Devices, Inc\.//1445\.5 \(sse2,avx\);//Advanced Micro Devices, Inc\.//;//Intel\(R\) Corporation//;//NVIDIA Corporation//;Linux//Mesa%2FX.org//</value> </prop> <prop oor:name="SelectedOpenCLDeviceIdentifier" oor:type="xs:string" oor:nillable="false"> <info> and now, I collected the logs attached. I noticed these: 109462:warn:opencl:59292:59292:opencl/opencltest/main.cxx:84: Device not found: AMD Radeon RX 570 Series (radeonsi, polaris10, ACO, DRM 3.61, 6.12.33+deb13-amd64) 109463:opencltest: /home/julien/lo/libreoffice/opencl/opencltest/main.cxx:85: void runTest(const char *, const char *): Assertion `false' failed. 109467:warn:opencl:59262:59262:desktop/source/app/opencl.cxx:96: CL driver test failed - disabling: 134 -- You are receiving this mail because: You are the assignee for the bug.
