Removed -nocudalib from hiprtc_options to fix LLVMBitcode compilation error when using HIP Backend

pull/3946/head
Mayank 3 months ago
parent 08f6cf7e0a
commit 992f1c13ba
No known key found for this signature in database
GPG Key ID: E6C152DC5AC7027D

@ -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…
Cancel
Save