Commit Graph

32 Commits (c9e98e48d3694257671b789eaa7d5993531feabe)

Author SHA1 Message Date
jsteube c918173fcf Get rid of comb_t which can be safely replace with pw_t now
7 years ago
jsteube 2ece9742e1 Compress multiple newlines to one
7 years ago
jsteube d0fa9d059d Remove some unused macros
7 years ago
jsteube bbb4c74e85 OpenCL Kernel: Remove "static" keyword from function declarations; Causes older Intel OpenCL runtimes to fail compiling
7 years ago
Gabriele Gristina 3a9c3383d8 Fix kernel build warnings (no previous prototypes and/or incompatible function parameters ...
8 years ago
Jens Steube 7fe575e204 Add const qualifier to variable declaration of matching global memory objects
8 years ago
jsteube 5afdf7bf85 Switch to S-boxes making use of a vector conditional select operation for AMD and generic
8 years ago
jsteube 92f7a560a7 Optimize DES/LM cracking speed boost on AMD
8 years ago
jsteube 0c5d32c455 Fix https://github.com/hashcat/hashcat/issues/579
8 years ago
jsteube 3daf0af480 Added docs/credits.txt
8 years ago
Jens Steube a267c61fbb switch from clz() to ffz() for bitsliced algorithms
8 years ago
jsteube 8702d0e3e1 Workaround memory allocation limit from OpenCL by using multiple buffers for scrypt
8 years ago
Jens Steube ed1863c263 Move macros DGST_R0 - DGST_R3 to host, define dgst_size for opencl kernel from host; both at runtime
8 years ago
Jens Steube 2899f53a15 Move files from include/ to OpenCL/ if they are used within kernels
8 years ago
jsteube c79bed3b7d Prepare for a more dynamic #pragma unroll use
8 years ago
jsteube a0221cd368 Fix broken -m 1500 and -m 3000
8 years ago
jsteube 6dac6b409e Add compiler kernel hints for algorithms with fixed workgroup size
8 years ago
Jens Steube c0d0ef60a5 Replace minus with select give a small boost in speed for -m 1500 and -m 3000
8 years ago
Jens Steube 01baa89bc0 Fix -m 3000 cracking performance
8 years ago
Jens Steube 55cadb6834 Fix broken -m 1500 and -m 3000 in -a 3 mode
8 years ago
jsteube dad03e394d Fixed two major problems
8 years ago
Jens Steube a62b7ed06e Upgrade kernel to support dynamic local work sizes
9 years ago
Jens Steube 040acd3c34 Accidentially removed multihash kernel for LM
9 years ago
Jens Steube 245301c9b4 Started optimizing some of the OpenCL kernel for latest AMD Catalyst 15.12:
9 years ago
jsteube e8229af09b Fix for -m 1500, -m 3000: Missing "defined" keyword
9 years ago
jsteube 331188167c Replace the substring GPU to a more appropriate "device" or "kernel" substring depending on the context
9 years ago
jsteube 8b50b60484 More fixes for general OpenCL platforms
9 years ago
jsteube 5f7c47b461 Fix path to includes
9 years ago
Jens Steube bf5218c4dd Fix LM bug for both NV and AMD
9 years ago
jsteube dc6133d95b Fix -m 3000 kernel
9 years ago
jsteube 76cc1631be More kernel fixes for function calls and vector datatypes
9 years ago
jsteube 0bf4e3c34a - Dropped all vector code since new GPU's are all scalar, makes the code much easier
9 years ago