hashcat Forum
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.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

Cannot find an OpenCL ICD loader library.

You are probably missing the native OpenCL runtime or driver for your platform.

* AMD GPUs on Linux require this runtime and/or driver:
 "RadeonOpenCompute (ROCm)" Software Platform (1.6.180 or later)
* Intel CPUs require this runtime and/or driver:
 "OpenCL Runtime for Intel Core and Intel Xeon Processors" (16.1.1 or later)
* Intel GPUs on Linux require this runtime and/or driver:
 "OpenCL 2.0 GPU Driver Package for Linux" (2.0 or later)
* NVIDIA GPUs require this runtime and/or driver:
 "NVIDIA Driver" (367.x or later)
What can i do?


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.