Search found 12 matches

by ignacio
Thu May 14, 2020 5:49 pm
Forum: Problems with AMD/ATI drivers
Topic: Radeon R4 (integrated gpu) crash after 90%
Replies: 3
Views: 1127

Re: Radeon R4 (integrated gpu) crash after 90%

The temps are not that high, under 56 when using the notebook and folding, and under 50 when idle. But could be...

Regarding the config I used that parameters and couldn't make the R5 work, it gets a work unit and fails with

Code: Select all

BAD_WORK_UNIT 
and

Code: Select all

Error initializing context: clCreateCommandQueue (-6)
by ignacio
Thu May 14, 2020 2:05 am
Forum: Problems with AMD/ATI drivers
Topic: Radeon R4 (integrated gpu) crash after 90%
Replies: 3
Views: 1127

Radeon R4 (integrated gpu) crash after 90%

I've been experiencing crashes lately. The last one reached 98% after days of folding, while using Firefox the screen start to fail and flick, then stop responding. I use Archlinux, driver: AMDGPU and opencl-amd. I use Sway WM and the R5 as render GPU. My notebook is an Acer Apire e5-521 with A6-631...
by ignacio
Thu Apr 30, 2020 6:00 pm
Forum: Problems with AMD/ATI drivers
Topic: "opencl-index v=true" on Radeon R5 m240
Replies: 17
Views: 14895

Re: "opencl-index v=true" on Radeon R5 m240

After all the night the R5 received a WU. Now with the environment variables the card run (no BAD_WORK_UNIT) but shortly after the computer crashed. I suppose the Radeon R5 m240 can't be used to fold. I clarify that I updated some packages, include opencl-and, I can't test with the previous packages...
by ignacio
Thu Apr 30, 2020 2:22 pm
Forum: Problems with AMD/ATI drivers
Topic: "opencl-index v=true" on Radeon R5 m240
Replies: 17
Views: 14895

Re: "opencl-index v=true" on Radeon R5 m240

I have found something that could be the cause of Error initializing context: clCreateCommandQueue (-6) The Radeon R5 m240 is GCN 1.0. The Radeon R4 (iGPU) is working fine and it's GCN 2.0. It seems that OpenCL driver has a problem with that architecture of GPUS: https://community.amd.com/thread/237...
by ignacio
Thu Apr 30, 2020 2:09 pm
Forum: Problems with AMD/ATI drivers
Topic: "opencl-index v=true" on Radeon R5 m240
Replies: 17
Views: 14895

Re: "opencl-index v=true" on Radeon R5 m240

What bruce means is this is how your configuration should look like: <!-- Folding Slots --> <slot id='1' type='GPU'> <opencl-index v='0'/> </slot> <slot id='1' type='GPU'> <opencl-index v='1'/> </slot> May I ask how you are editing the config.xml file? Are you using FAHControl or a text editor? I h...
by ignacio
Thu Apr 30, 2020 2:06 am
Forum: Problems with AMD/ATI drivers
Topic: "opencl-index v=true" on Radeon R5 m240
Replies: 17
Views: 14895

Re: "opencl-index v=true" on Radeon R5 m240

'true' is not a valid setting for 'OpenCL-index' 15:43:25: GPUs: 2 15:43:25: GPU 0: Bus:0 Slot:1 Func:0 AMD:5 Mullins [Radeon APU A4-6000 R2] 15:43:25: GPU 1: Bus:1 Slot:0 Func:0 AMD:5 xxxx [Radeon R5 M200 Series] For this sysem, one OpenCL index would be 0 and the other would be 1. First, thanks f...
by ignacio
Wed Apr 29, 2020 8:56 pm
Forum: Problems with AMD/ATI drivers
Topic: "opencl-index v=true" on Radeon R5 m240
Replies: 17
Views: 14895

Re: "opencl-index v=true" on Radeon R5 m240

I have started again: deleted all slots and added the GPU's one at a time. With the normal config the Radeon R5 (discrete gpu) fails with "BAD_WORKING_UNIT" Then I added "opencl-index v='true'" only to R5 slot and get WU assigned and is running. But now the R4 (iGPU) also run but...
by ignacio
Wed Apr 29, 2020 7:49 pm
Forum: Problems with AMD/ATI drivers
Topic: "opencl-index v=true" on Radeon R5 m240
Replies: 17
Views: 14895

Re: "opencl-index v=true" on Radeon R5 m240

According to - https://www.techpowerup.com/gpu-specs/r ... hics.c2496 - the iGPU in the APU should also meet the requirements, does the motherboard it is installed on support having both the iGPU and an installed GPU active? That may also be an option that defaults to th iGPU not being active, and ...
by ignacio
Wed Apr 29, 2020 6:34 pm
Forum: Problems with AMD/ATI drivers
Topic: "opencl-index v=true" on Radeon R5 m240
Replies: 17
Views: 14895

Re: "opencl-index v=true" on Radeon R5 m240

https://www.techpowerup.com/gpu-specs/radeon-r3-graphics.c2494 Meets F@H prerequisites https://www.techpowerup.com/gpu-specs/r ... m230.c2415 Meets F@H prerequisites It seems wildly unlikely you would have both in a single system. Does your computer have a model number? Acer Aspire E5-521G micro: A...
by ignacio
Wed Apr 29, 2020 3:57 pm
Forum: Problems with AMD/ATI drivers
Topic: "opencl-index v=true" on Radeon R5 m240
Replies: 17
Views: 14895

Re: "opencl-index v=true" on Radeon R5 m240

Welcome to the F@H Forum ignacio, Please note that the correct value is a number, not text. opencl-index <string> The OpenCL device index of the GPU, counting starts from 0. It would be great if you can post your log file here. Guidance is provided here: viewtopic.php?f=24&t=26036 Regarding the...
by ignacio
Wed Apr 29, 2020 4:10 am
Forum: Problems with AMD/ATI drivers
Topic: "opencl-index v=true" on Radeon R5 m240
Replies: 17
Views: 14895

"opencl-index v=true" on Radeon R5 m240

Hello! I have a AMD a6-6310 with Radeon R4 iGPU and a dedicated Radeon R5 m240. The only way to make work the R5 is with "<opencl-index v=true/>". I think I sought that in the log one time but I'm not sure... The thing is: I can't find no single place where that option is documented, and w...