Commit Graph

29 Commits (a4299b74afc3c16d2243487a612d0aac21399c35)

Author SHA1 Message Date
Jens Steube a4299b74af Memory Management: Refactored the code responsible for limiting kernel accel in order to avoid out of -host- memory situations
3 years ago
Jens Steube 23c3c178bf Limit max threads per block to 64 to enable offline compiler to make better use if available registers
3 years ago
Jens Steube bf2064df7f Update module_unstable_warning() for -m 172xx and -m 200xx
3 years ago
Jens Steube a834574daf Update module_unstable_warning() based on the latest available drivers:
3 years ago
Jens Steube 98aef2ae92 Module Structure: Add 3rd party library hook management functions. This also requires an update to all existing module_init()
4 years ago
Jens Steube b9f6777f1b OpenCL Runtime: Add some unstable warnings for some SHA512 based algorithms on AMD GPU on macOS
4 years ago
Jens Steube 8932c71ac2 Mark -m 17200, 17220, 17225 and 21800 as unstable on ROCM
5 years ago
Awais Chishti c40473416a Avoid -Waddress-of-packed-member warnings
5 years ago
Gabriele Gristina 823770c149 switch from strtok to strtok_r
5 years ago
Jens Steube 2c4a82f81c Fix some compiler warnings in -m 172xx
5 years ago
philsmd a661728256
pkzip: for u32 use MAX_DATA / 4
5 years ago
philsmd 01a511b9dd
minor: some code formatting changes for PKZIP
5 years ago
philsmd 316b2952b5
PKZIP: improve decompression and allow up to 320KB data length
5 years ago
Sein Coray 1ddeb3f65f
Added check for current pkzip inflate limitation to parser
5 years ago
Sein Coray 3ac09d31a3
fixed mingw warnings by making clean hex to binary conversion on hash parsing
5 years ago
Sein Coray 90ad225a8c
enforcing checksum length which is printed to be length 4 always
5 years ago
Jens Steube 034987fa51
Merge pull request #2035 from s3inlc/pkzip-fix-2
5 years ago
Jens Steube 3e64373599
Merge pull request #2034 from s3inlc/pkzip-fix-1
5 years ago
Jens Steube f1632b933e Add support to configure hash-mode specific range of number of hashes supported
5 years ago
Sein Coray 301b5b9777
added parser message for pkzip hashes which have unsupported compression type for kernel
5 years ago
Sein Coray c80bfde8f2
fix issue with pkzip hashes which have a larger offset value to be printed correctly
5 years ago
Michael Sprecher 9c4c56adb9 PKZIP: return PARSER_SIGNATURE_UNMATCHED on signature mismatch
5 years ago
Sein Coray 2434380da2
fixed printing of hash for module 17220 and 17230 using the u32 data array
5 years ago
Sein Coray e300fe0d63
fixes to avoid crashing on gpu on multiple inner loops
5 years ago
Sein Coray d5418c25c5
remove unused digest variable
5 years ago
Sein Coray 371991e079
included speed improvements and feedback from atom applied to all 172xx kernel variants
5 years ago
Sein Coray 3ad7d00380
removed hash constants include
5 years ago
Sein Coray 2da33ab0ba
fixed issue with converting more than needed and using too much memory
5 years ago
Sein Coray 97249ba1ca
added pkzip kernels 17200, 17210, 17220 and 17230
5 years ago