Simplify auto-tuning and benchmark routines
Decrease the time it takes to run a benchmark Removed --benchmark-repeat, it creates no advantage Fix some wording related to drivers Dropped special 64-bit rotate() handling for NV Cleanup SHA384 Cleanup try_run()
This commit is contained in:
@@ -118,3 +118,4 @@ It combines all features of all hashcat projects in one project.
|
||||
- Added -cl-std=CL1.1 to all kernel build options
|
||||
- Created environment variable to inform NVidia OpenCL runtime to not create its own kernel cache
|
||||
- Created environment variable to inform pocl OpenCL runtime to not create its own kernel cache
|
||||
- Dropped special 64-bit rotate() handling for NV, it seems that they've added it to their OpenCL runtime
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
oclHashcat v2.10
|
||||
================
|
||||
|
||||
AMD users require Catalyst 14.9 or later (recommended 15.12 or later)
|
||||
AMD users require AMD drivers 14.9 or later (recommended 15.12 or later)
|
||||
Intel users require Intel OpenCL Runtime 14.2 or later (recommended 15.1 or later)
|
||||
NVidia users require ForceWare 346.59 or later (recommended 358.09 or later)
|
||||
NVidia users require NVidia drivers 346.59 or later (recommended 361.x or later)
|
||||
|
||||
##
|
||||
## Features
|
||||
|
||||
Reference in New Issue
Block a user