mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-18 10:32:04 +00:00
OpenCL Runtime: Workaround JiT compiler error on ROCM 2.3 driver if the 'inline' keyword is used in function declaration
This commit is contained in:
parent
7085ec71e0
commit
b7cdca09c4
@ -85,11 +85,7 @@
|
|||||||
#if defined IS_CPU
|
#if defined IS_CPU
|
||||||
#define DECLSPEC inline
|
#define DECLSPEC inline
|
||||||
#elif defined IS_GPU
|
#elif defined IS_GPU
|
||||||
#if defined IS_AMD
|
|
||||||
#define DECLSPEC inline
|
|
||||||
#else
|
|
||||||
#define DECLSPEC
|
#define DECLSPEC
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
#define DECLSPEC
|
#define DECLSPEC
|
||||||
#endif
|
#endif
|
||||||
|
@ -55,6 +55,7 @@
|
|||||||
- OpenCL Runtime: Not using amd_bytealign (amd_bitalign is fine) on AMDGPU driver drastically reduces JiT segfaults
|
- OpenCL Runtime: Not using amd_bytealign (amd_bitalign is fine) on AMDGPU driver drastically reduces JiT segfaults
|
||||||
- OpenCL Runtime: Update unstable mode warnings for Apple and AMDGPU drivers
|
- OpenCL Runtime: Update unstable mode warnings for Apple and AMDGPU drivers
|
||||||
- OpenCL Runtime: Workaround JiT compiler error on AMDGPU driver compiling WPA-EAPOL-PBKDF2 OpenCL kernel
|
- OpenCL Runtime: Workaround JiT compiler error on AMDGPU driver compiling WPA-EAPOL-PBKDF2 OpenCL kernel
|
||||||
|
- OpenCL Runtime: Workaround JiT compiler error on ROCM 2.3 driver if the 'inline' keyword is used in function declaration
|
||||||
- Tuning Database: Updated hashcat.hctune with new models and refreshed vector width values
|
- Tuning Database: Updated hashcat.hctune with new models and refreshed vector width values
|
||||||
- WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes
|
- WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user