Re: Why are my GPU WUs failing?
Posted: Tue Mar 03, 2026 7:14 pm
clinfo these days is very unreliable displaying opencl platform infoLem wrote: ↑Tue Mar 03, 2026 8:11 am Uhm... I find a bit strange that you have rusticl.icd and you lack mesa.icd. And rusticl shouldn't be enabled, unless a proper environment variable has been set.
Never mind.
Please:
1) verify the situation with:BTW: you can get much more info withCode: Select all
clinfo -lalone.Code: Select all
clinfo
However try this:Then verify the new situation with:Code: Select all
mv /etc/OpenCL/vendors/rusticl.icd /etc/OpenCL/vendors/rusticl.icd.bak--Code: Select all
clinfo -l
Bye, Lem