Switched to Khronos OSS OpenCL reference implementation for building

For detailed information see: https://github.com/hashcat/oclHashcat/issues/40
This commit is contained in:
Jens Steube
2016-01-03 13:17:14 +01:00
parent 5703637721
commit dc13c2fc71
4 changed files with 67 additions and 52 deletions
-2
View File
@@ -11,7 +11,6 @@ oclHashcat build documentation
To compile **oclHashcat** the following third party libraries are required:
- AMD-APP-SDK v3.0 ( http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/ )
- ADL_SDK v8.0 ( http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/ )
- NVAPI R352 ( https://developer.nvidia.com/nvapi )
- GDK v352_55 ( https://developer.nvidia.com/gpu-deployment-kit )
@@ -23,7 +22,6 @@ The following files are needed inside the *deps/tmp* directory:
ADL_SDK8.zip
R352-developer.zip
gdk_linux_amd64_352_55_release.run
AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2
# Building oclHashcat
First get a copy of **oclHashcat** repository
+9 -2
View File
@@ -2,8 +2,7 @@
Type.: Feature
File.: Kernel
Desc.: For NVidia, dropped CUDA support and switched to OpenCL
Issue: 3
Desc.: Dropped CUDA support and switched to OpenCL for NVidia
Type.: Feature
File.: Host
@@ -14,6 +13,14 @@ Type.: Feature
File.: Host
Desc.: Added a Makefile target for native compilation
Type.: Feature
File.: Host
Desc.: Switched to Khronos OSS OpenCL reference implementation for building
Type.: Feature
File.: Host
Desc.: No longer need NVidia-CUDA-SDK, AMD-APP-SDK and NVidia-ForceWare driver in depencies
Type.: Feature
File.: Host
Desc.: Added option --gpu-platform to select a single OpenCL platform in case multiple OpenCL platforms are present