Allow and support vector-width 16, which is current maximum for
OpenCL. Closes #226.
This commit is contained in:
+2
-1
@@ -6,6 +6,7 @@ oclHashcat build documentation
|
||||
# Authors:
|
||||
* Gabriele Gristina <<matrix@hashcat.net>>
|
||||
* Christoph Heuwieser <<dropdead@hashcat.net>>
|
||||
* magnum <<john.magnum@hushmail.com>>
|
||||
|
||||
# Building oclHashcat for Linux and OSX
|
||||
|
||||
@@ -39,7 +40,7 @@ Get a copy of the **oclHashcat** repository
|
||||
$ git clone https://github.com/hashcat/oclHashcat.git
|
||||
```
|
||||
|
||||
Basically all you need is the OpenCL Headers.
|
||||
Basically all you need is the OpenCL Headers.
|
||||
|
||||
Simply clone into the reference Implementation:
|
||||
|
||||
|
||||
@@ -23,6 +23,11 @@ Type.: Feature
|
||||
File.: Kernel
|
||||
Desc.: Extended support from 14 to 255 functions calls per rule on GPU
|
||||
|
||||
Type.: Feature
|
||||
File.: Kernel
|
||||
Desc.: Added support for vector width 16
|
||||
Issue: 226
|
||||
|
||||
Type.: Feature
|
||||
File.: Host
|
||||
Desc.: Added support to utilize multiple different OpenCL platforms in parallel, ex: AMD + NV
|
||||
|
||||
Reference in New Issue
Block a user