Posts: 1
Threads: 1
Joined: Sep 2023
$ ./hashcat.exe -I
hashcat (v6.2.6) starting in backend information mode
hiprtcCompileProgram is missing from HIPRTC shared library.
i don't understand why
i've 6900xt AMD and rocm driver installed
HELP!
Posts: 886
Threads: 15
Joined: Sep 2017
09-18-2023, 12:24 PM
(This post was last modified: 09-18-2023, 12:26 PM by Snoopy.)
first of all rocm isnt HIP, especially when it comes to the diff between linux and windows, normally hip should be part of rocm but depending on which os and how you installed things, yeah it can be a mess
how and what do you installed? i think you are missing the HIP SDK on windows
next AMD GPU and HIP under windows is known to make some trouble (there is a thread about this somewhere, but the problem was on the AMD side if i remeber correctly)
hip SDK for windows can be found here
https://www.amd.com/de/developer/rocm-hub/hip-sdk.htm
Posts: 36
Threads: 6
Joined: Jan 2015
Posts: 53
Threads: 18
Joined: Jun 2018
09-28-2024, 04:02 PM
(This post was last modified: 09-28-2024, 04:02 PM by pbies.)
Even with AMD HIP SDK installed for today hashcat gives the same error:
Code:
hashcat (v6.2.6-813-g686bc227c) starting
hiprtcCompileProgram is missing from HIPRTC shared library.
Support for HIPRTC was dropped by AMD Adrenalin Edition 22.7.1 and later.
This is not a hashcat problem.
Please install the AMD HIP SDK
SYCL CPU RT Warning: Unknown host CPU.
CPU:
Device #4: AMD Ryzen 9 9950X 16-Core Processor
Posts: 2
Threads: 1
Joined: Nov 2024
I'm getting this error too. I'm on AMD CPU and NVIDIA GPU.
HC error: hiprtcCompileProgram is missing from HIPRTC shared library.
HC error: ADL2_Overdrive_Caps(): -8
HC error: ADL2_Overdrive_Caps(): -8
HC error: ADL2_Overdrive_Caps(): -8
HC error: ADL2_Overdrive_Caps(): -8
HC error: ADL2_Overdrive_Caps(): -8
Posts: 886
Threads: 15
Joined: Sep 2017
Seems you have to downgrade the SDK and/or driver
Errormessage
Support for HIPRTC was dropped by AMD Adrenalin Edition 22.7.1 and later.
Posts: 1
Threads: 0
Joined: Nov 2024
11-16-2024, 11:46 AM
(This post was last modified: 11-16-2024, 11:56 AM by bigcat.)
I've got the same error: hiprtcCompileProgram is missing from HIPRTC shared library.
Still can't find a solution, I have tried to instal the AMD HIP SDK but it is still the same.