mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-25 09:28:20 +00:00
Removed -nocudalib from hiprtc_options to fix LLVMBitcode compilation error when using HIP Backend
This commit is contained in:
parent
08f6cf7e0a
commit
992f1c13ba
@ -8755,7 +8755,7 @@ static bool load_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_p
|
||||
*/
|
||||
|
||||
hiprtc_options[1] = "-nocudainc";
|
||||
hiprtc_options[2] = "-nocudalib";
|
||||
hiprtc_options[2] = "";
|
||||
hiprtc_options[3] = "";
|
||||
hiprtc_options[4] = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user