1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-08-05 13:25:39 +00:00

Merge pull request #4106 from MathiasDeWeerdt/patch-1

Update backend.c: Fixes hiprtcCompileProgram(): HIPRTC_ERROR_COMPILATION on AMD 6900XT.
This commit is contained in:
Jens Steube 2025-05-08 08:24:04 +02:00 committed by GitHub
commit a1ae0cff4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8754,7 +8754,7 @@ static bool load_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_p
hiprtc_options[5] = "-I";
*/
hiprtc_options[1] = "-nocudainc";
hiprtc_options[1] = "";
hiprtc_options[2] = "";
hiprtc_options[3] = "";
hiprtc_options[4] = "";