Help with hashcat on Debian: "Unstable OpenCL driver detected!"
#4
I manually built the latest cmake 4.1.* and re-ran the build script, it still failed at the "HIP compiler identification" step, but I guess at least it found the ROCm root directory:

Code:
+ rm -rf ./build
+ cmake -version
cmake version 4.1.20250901-gbc0774c

CMake suite maintained and supported by Kitware (kitware.com/cmake).
+ CXX=hipcc
+ cmake -S. -Bbuild
-- The HIP compiler identification is unknown
CMake Error at /usr/local/share/cmake-4.1/Modules/CMakeDetermineHIPCompiler.cmake:348 (message):
  Failed to find a default HIP architecture.
Call Stack (most recent call first):
  CMakeLists.txt:2 (project)


-- Configuring incomplete, errors occurred!

I imagine I'll need to try building the latest rocm instead of copy-pasting some code from a debian wiki page.
Reply


Messages In This Thread
RE: Help with hashcat on Debian: "Unstable OpenCL driver detected!" - by erjoalgo - Today, 02:58 AM