OpenCL Runtime: On AMD GPU, recommend AMD ROCm driver for Linux
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
- OpenCL Kernels: Declared all include functions as static to reduce binary kernel cache size
|
||||
- OpenCL Kernels: On AMD GPU, optimized kernels for use with AMD ROCm driver
|
||||
- OpenCL Kernels: Removed some include functions that are no longer needed to reduce compile time
|
||||
- OpenCL Runtime: On AMD GPU, recommend AMD ROCm driver for Linux
|
||||
- OpenCL Runtime: Fall back to 64 threads default (from 256) on AMD GPU to prevent creating too many workitems
|
||||
- OpenCL Runtime: Forcing OpenCL 1.2 no longer needed. Option removed from build options
|
||||
- Restore: Fixed the version number used in the restore file header
|
||||
|
||||
+2
-2
@@ -1,11 +1,11 @@
|
||||
hashcat v4.0.0
|
||||
==============
|
||||
|
||||
AMD GPUs on Linux require "RadeonOpenCompute (ROCm)" Software Platform (1.6.0 or later)
|
||||
AMD GPUs on Windows require "AMD Radeon Software Crimson Edition" (15.12 or later)
|
||||
AMD GPUs on Linux require "AMDGPU-PRO Driver" (16.40 or later)
|
||||
Intel CPUs require "OpenCL Runtime for Intel Core and Intel Xeon Processors" (16.1.1 or later)
|
||||
Intel GPUs on Windows require "OpenCL Driver for Intel Iris and Intel HD Graphics"
|
||||
Intel GPUs on Linux require "OpenCL 2.0 GPU Driver Package for Linux" (2.0 or later)
|
||||
Intel GPUs on Windows require "OpenCL Driver for Intel Iris and Intel HD Graphics"
|
||||
NVIDIA GPUs require "NVIDIA Driver" (367.x or later)
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user