![]() |
AMD GPU driver issue - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: AMD GPU driver issue (/thread-8265.html) |
AMD GPU driver issue - Bennili - 03-27-2019 hello, I am playing with Ubuntu for some weeks now and want to go feather. I have an AMD RX 480 and try cracking with it but I have problems with the drivers. Most time I followed the introduction "I may have the wrong driver installed, what should I do?" (only with point 4 I am not sure). So I installed ROCm and "/opt/rocm/bin/rocminfo" show me my RX480 (gfx803) but when i try to run the hashcat-benchmark following issue appears: Code: Benchmarking uses hand-optimized kernel code by default. RE: AMD GPU driver issue - undeath - 03-27-2019 do you have a icd loader installed? RE: AMD GPU driver issue - Bennili - 03-27-2019 I don't think so. How can I check? RE: AMD GPU driver issue - undeath - 03-28-2019 apt-get install ocl-icd-libopencl1 should do the trick I think. RE: AMD GPU driver issue - Bennili - 03-28-2019 Icd loader is installed but the problem still exists. RE: AMD GPU driver issue - atom - 04-02-2019 It's not installed correctly if you get that error message. RE: AMD GPU driver issue - Bennili - 04-02-2019 But why should I need icd when I have Rocm? Why hashcat does not find Rocm/ my Gpu? RE: AMD GPU driver issue - atom - 04-05-2019 Even with rocm we still need OpenCL runtime and the OpenCL runtime needs the OpenCL ICD. |