Problem with AMD HIP
#1
I'd like to use AMD HIP. What I did on my Ubuntu 20.04 kernel 5.11 box (conform documentation):


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!
Reply


Messages In This Thread
Problem with AMD HIP - by djeeman - 10-18-2022, 08:52 PM
RE: Problem with AMD HIP - by marc1n - 10-19-2022, 11:07 AM
RE: Problem with AMD HIP - by djeeman - 10-20-2022, 08:01 PM
RE: Problem with AMD HIP - by marc1n - 10-20-2022, 08:16 PM
RE: Problem with AMD HIP - by djeeman - 10-25-2022, 12:19 AM
RE: Problem with AMD HIP - by antimatterizer - 01-09-2023, 06:03 PM