10-18-2022, 08:52 PM
I'd like to use AMD HIP. What I did on my Ubuntu 20.04 kernel 5.11 box (conform documentation):
Everthing installs just fine, DKMS module is working (after a reboot obviously). But... no HIP-support in hashcat:
Just OpenCL. What am I doing wrong? Thank you!
Code:
wget https://repo.radeon.com/amdgpu-install/22.10/ubuntu/focal/amdgpu-install_22.10.50100-1_all.deb
sudo apt-get install ./amdgpu-install_22.10.50100-1_all.deb
sudo apt-get update
sudo apt-get install ocl-icd-libopencl1 opencl-headers clinfo rocm-hip-sdk rocm-hip-runtime rocm-opencl-sdk rocm-opencl-runtime rocminfo rocm-utils amdgpu-dkms
Everthing installs just fine, DKMS module is working (after a reboot obviously). But... no HIP-support in hashcat:
Code:
cracker@amd:/opt/hashcat-6.2.6$ sudo ./hashcat.bin -I
hashcat (v6.2.6) starting in backend information mode
OpenCL Info:
============
OpenCL Platform ID #1
Vendor..: Advanced Micro Devices, Inc.
Name....: AMD Accelerated Parallel Processing
Version.: OpenCL 2.1 AMD-APP (3423.0)
Backend Device ID #1
Type...........: GPU
Vendor.ID......: 1
Vendor.........: Advanced Micro Devices, Inc.
Name...........: AMD Radeon RX 6800
Version........: OpenCL 2.0
Processor(s)...: 30
Clock..........: 2475
Memory.Total...: 16368 MB (limited to 13912 MB allocatable in one block)
Memory.Free....: 16256 MB
Local.Memory...: 64 KB
OpenCL.Version.: OpenCL C 2.0
Driver.Version.: 3423.0 (HSA1.1,LC)
PCI.Addr.BDF...: 05:00.0
cracker@amd:/opt/hashcat-6.2.6$
Just OpenCL. What am I doing wrong? Thank you!