It seems that a lot of GPU problems revolve around specific versions of drivers. Though AMD has their own support structure, you can often learn from information reported by others who fold.
Hi, I have a problem with assigned projects to my GPU, I always have the error ERROR:126: Bad platformId size.
GPU: AMD RX 5500M
Driver: amdgpu and Mesa 20
OS: SparkyLinux
Since you have a Ryzen with graphics and a dedicated 5500M GPU, it's likely that the core is ending up running on the wrong OpenCL device. You'll probably need to experiment with gpu-index and opencl-index in the advanced config to find the correct combination.
It's currently trying gpu-index = 0 and opencl-index = 0 (values of -1 are equivalent to 0).
Try gpu-index = 0 and opencl-index = 1.
_r2w_ben wrote:Since you have a Ryzen with graphics and a dedicated 5500M GPU, it's likely that the core is ending up running on the wrong OpenCL device. You'll probably need to experiment with gpu-index and opencl-index in the advanced config to find the correct combination.
It's currently trying gpu-index = 0 and opencl-index = 0 (values of -1 are equivalent to 0).
Try gpu-index = 0 and opencl-index = 1.
I try with opencl-index = 1 and gpu-index = 0 y gpu-index = 1 but now I have this error
Juanro49 wrote:Can I change opencl-platform from 0 to 1? what is the parameter?
Thanks
No, I don't think so. Near the bottom of the System Info tab, you can see that both entries have platform of 0.
I think you might need different drivers or permission changes. I'm not familiar with GPU folding on Linux but these threads might help:
viewtopic.php?f=81&t=31293&start=15
viewtopic.php?f=81&t=32793
Juanro49 wrote:Can I change opencl-platform from 0 to 1? what is the parameter?
Thanks
No, I don't think so. Near the bottom of the System Info tab, you can see that both entries have platform of 0.
I think you might need different drivers or permission changes. I'm not familiar with GPU folding on Linux but these threads might help:
viewtopic.php?f=81&t=31293&start=15
viewtopic.php?f=81&t=32793
I have followed this guide to install OpenCL from the proprietary drivers and now it is well recognized (also changing the user from fahclient to root in /etc/init.d/FAHClient), it seems a problem with the Mesa OpenCL implementation not detecting bus and slot well (both as NA) https://math.dartmouth.edu/~sarunas/amdgpu.html
23:49:28:WU00:FS00:0x22:Project: 11778 (Run 0, Clone 6346, Gen 2)
23:49:28:WU00:FS00:0x22:Unit: 0x00000004287234c95e74326e0a20be71
23:49:28:WU00:FS00:0x22:Reading tar file core.xml
23:49:28:WU00:FS00:0x22:Reading tar file integrator.xml
23:49:28:WU00:FS00:0x22:Reading tar file state.xml
23:49:28:WU00:FS00:0x22:Reading tar file system.xml
23:49:28:WU00:FS00:0x22:Digital signatures verified
23:49:28:WU00:FS00:0x22:Folding@home GPU Core22 Folding@home Core
23:49:28:WU00:FS00:0x22:Version 0.0.2
23:49:41:WU00:FS00:0x22:Completed 0 out of 2000000 steps (0%)
23:49:41:WU00:FS00:0x22:Temperature control disabled. Requirements: single Nvidia GPU, tmax must be < 110 and twait >= 900
23:49:56:WU00:FS00:0x22:Bad State detected... attempting to resume from last good checkpoint. Is your system overclocked?
23:49:56:WU00:FS00:0x22:Following exception occured: Particle coordinate is nan
23:50:05:WU00:FS00:0x22:Bad State detected... attempting to resume from last good checkpoint. Is your system overclocked?
23:50:05:WU00:FS00:0x22:Following exception occured: Particle coordinate is nan
23:50:13:WU00:FS00:0x22:Bad State detected... attempting to resume from last good checkpoint. Is your system overclocked?
23:50:13:WU00:FS00:0x22:Following exception occured: Particle coordinate is nan
23:50:13:WU00:FS00:0x22:ERROR:114: Max Retries Reached
23:50:13:WU00:FS00:0x22:Saving result file ../logfile_01.txt
23:50:13:WU00:FS00:0x22:Saving result file badstate-0.xml
23:50:13:WU00:FS00:0x22:Saving result file badstate-1.xml
23:50:13:WU00:FS00:0x22:Saving result file badstate-2.xml
23:50:13:WU00:FS00:0x22:Saving result file checkpt.crc
23:50:13:WU00:FS00:0x22:Saving result file science.log
23:50:13:WU00:FS00:0x22:Folding@home Core Shutdown: BAD_WORK_UNIT
23:50:14:WARNING:WU00:FS00:FahCore returned: BAD_WORK_UNIT (114 = 0x72)
23:50:14:WU00:FS00:Sending unit results: id:00 state:SEND error:FAULTY project:11778 run:0 clone:6346 gen:2 core:0x22 unit:0x00000004287234c95e74326e0a20be71
Consulta como ver TV y leer noticias desde tu movil en una sola app con FeedTV.
Apoya la investigación desde esta imagen
I had to uninstall the OpenCL implementation of amdgpu-pro because when I restarted Xorg it did not start because it did not detect the OpenGL configuration. Because of this, the priority is to know why the OpenCL implementation of Mesa does not work properly detecting Bus: NA Slot: NA in FAHClient System Info. This is inxi info before install and after install amdgpu-pro OpenCL implementation: