mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Backend: Changed the maximum number of compute devices from 64 to 128
This commit is contained in:
parent
75d801e1d7
commit
577768320d
@ -23,6 +23,12 @@
|
||||
- Compile macOS: Fixed makefile target 'clean' to correctly remove *.dSYM folders
|
||||
- OpenCL Runtime: Reinterpret return code CL_DEVICE_NOT_FOUND from clGetDeviceIDs() as non-fatal
|
||||
|
||||
##
|
||||
## Technical
|
||||
##
|
||||
|
||||
- Backend: Changed the maximum number of compute devices from 64 to 128
|
||||
|
||||
* changes v5.1.0 -> v6.0.0
|
||||
|
||||
##
|
||||
|
@ -123,7 +123,7 @@ but this is nededed for VS compiler which doesn't have inline keyword but has __
|
||||
|
||||
#define CPT_CACHE 0x20000
|
||||
#define PARAMCNT 64
|
||||
#define DEVICES_MAX 64
|
||||
#define DEVICES_MAX 128
|
||||
#define EXEC_CACHE 128
|
||||
#define SPEED_CACHE 4096
|
||||
#define SPEED_MAXAGE 4096
|
||||
|
Loading…
Reference in New Issue
Block a user