hashcat/OpenCL
Gabriele Gristina 660da2da3d fix OpenCL compiler warning 2019-06-21 21:26:42 +02:00
..
amp_a0.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
amp_a1.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
amp_a3.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_cipher_aes.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
inc_cipher_aes.h Get rid of CONSTSPEC macro in OpenCL kernels 2019-04-04 10:15:34 +02:00
inc_cipher_camellia.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
inc_cipher_camellia.h Get rid of CONSTSPEC macro in OpenCL kernels 2019-04-04 10:15:34 +02:00
inc_cipher_des.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
inc_cipher_des.h Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
inc_cipher_kuznyechik.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
inc_cipher_kuznyechik.h Get rid of CONSTSPEC macro in OpenCL kernels 2019-04-04 10:15:34 +02:00
inc_cipher_serpent.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_cipher_serpent.h Move some macros from .h to .cl sources 2019-03-24 00:26:10 +01:00
inc_cipher_twofish.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
inc_cipher_twofish.h Get rid of CONSTSPEC macro in OpenCL kernels 2019-04-04 10:15:34 +02:00
inc_common.cl fix OpenCL compiler warning 2019-06-21 21:26:42 +02:00
inc_common.h Fix constant memory use of bfs_buf 2019-05-11 09:32:16 +02:00
inc_comp_multi.cl Support for inline VeraCrypt PIM Brute-Force 2019-03-15 21:48:49 +01:00
inc_comp_multi.h Add headers for OpenCL include files 2019-03-22 22:00:07 +01:00
inc_comp_multi_bs.cl Support for inline VeraCrypt PIM Brute-Force 2019-03-15 21:48:49 +01:00
inc_comp_multi_bs.h Add headers for OpenCL include files 2019-03-22 22:00:07 +01:00
inc_comp_single.cl Support for inline VeraCrypt PIM Brute-Force 2019-03-15 21:48:49 +01:00
inc_comp_single.h Add headers for OpenCL include files 2019-03-22 22:00:07 +01:00
inc_comp_single_bs.cl Support for inline VeraCrypt PIM Brute-Force 2019-03-15 21:48:49 +01:00
inc_comp_single_bs.h Add headers for OpenCL include files 2019-03-22 22:00:07 +01:00
inc_diskcryptor_xts.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
inc_diskcryptor_xts.h Add DiskCryptor modules for 1024 bit and 1536 and support for Serpent and Twofish. Be careful, untested yet! 2019-04-08 09:31:31 +02:00
inc_hash_md4.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_hash_md4.h Get rid of src/rp_kernel_on_cpu.c and src/rp_kernel_on_cpu_optimized.c and use OpenCL emulated kernel version 2019-03-25 12:24:04 +01:00
inc_hash_md5.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_hash_md5.h Get rid of src/rp_kernel_on_cpu.c and src/rp_kernel_on_cpu_optimized.c and use OpenCL emulated kernel version 2019-03-25 12:24:04 +01:00
inc_hash_ripemd160.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_hash_ripemd160.h Get rid of src/rp_kernel_on_cpu.c and src/rp_kernel_on_cpu_optimized.c and use OpenCL emulated kernel version 2019-03-25 12:24:04 +01:00
inc_hash_sha1.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_hash_sha1.h Get rid of src/rp_kernel_on_cpu.c and src/rp_kernel_on_cpu_optimized.c and use OpenCL emulated kernel version 2019-03-25 12:24:04 +01:00
inc_hash_sha224.cl Some unrolling for SHA2 based algorithms 2019-05-12 12:38:23 +02:00
inc_hash_sha224.h Get rid of CONSTSPEC macro in OpenCL kernels 2019-04-04 10:15:34 +02:00
inc_hash_sha256.cl Some unrolling for SHA2 based algorithms 2019-05-12 12:38:23 +02:00
inc_hash_sha256.h Get rid of CONSTSPEC macro in OpenCL kernels 2019-04-04 10:15:34 +02:00
inc_hash_sha384.cl Some unrolling for SHA2 based algorithms 2019-05-12 12:38:23 +02:00
inc_hash_sha384.h Get rid of CONSTSPEC macro in OpenCL kernels 2019-04-04 10:15:34 +02:00
inc_hash_sha512.cl Some unrolling for SHA2 based algorithms 2019-05-12 12:38:23 +02:00
inc_hash_sha512.h Get rid of CONSTSPEC macro in OpenCL kernels 2019-04-04 10:15:34 +02:00
inc_hash_streebog256.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
inc_hash_streebog256.h Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
inc_hash_streebog512.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
inc_hash_streebog512.h Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
inc_hash_whirlpool.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
inc_hash_whirlpool.h Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
inc_luks_aes.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_luks_aes.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 2019-03-23 22:15:38 +01:00
inc_luks_af.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_luks_af.h Fix some invalid code sections caused from conversion 2019-03-24 13:46:06 +01:00
inc_luks_essiv.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_luks_essiv.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 2019-03-23 22:15:38 +01:00
inc_luks_serpent.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_luks_serpent.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 2019-03-23 22:15:38 +01:00
inc_luks_twofish.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_luks_twofish.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 2019-03-23 22:15:38 +01:00
inc_luks_xts.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_luks_xts.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 2019-03-23 22:15:38 +01:00
inc_platform.cl Some more ROCm performance tuning 2019-06-20 10:04:31 +02:00
inc_platform.h Some more ROCm performance tuning 2019-06-20 10:04:31 +02:00
inc_rp.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
inc_rp.h Fix missing const keyword in some includes 2019-03-27 11:38:49 +01:00
inc_rp_optimized.cl Fix kernel_rules variable name 2019-05-11 14:34:10 +02:00
inc_rp_optimized.h Fix kernel_rules variable name 2019-05-11 14:34:10 +02:00
inc_scalar.cl Support for inline VeraCrypt PIM Brute-Force 2019-03-15 21:48:49 +01:00
inc_scalar.h Add headers for OpenCL include files 2019-03-22 22:00:07 +01:00
inc_simd.cl Fix constant memory use of bfs_buf 2019-05-11 09:32:16 +02:00
inc_simd.h Fix constant memory use of bfs_buf 2019-05-11 09:32:16 +02:00
inc_truecrypt_crc32.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
inc_truecrypt_crc32.h Get rid of CONSTSPEC macro in OpenCL kernels 2019-04-04 10:15:34 +02:00
inc_truecrypt_keyfile.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_truecrypt_keyfile.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 2019-03-23 22:15:38 +01:00
inc_truecrypt_xts.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_truecrypt_xts.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 2019-03-23 22:15:38 +01:00
inc_types.h Initialize CUDA vector datatypes to zero 2019-05-13 16:23:28 +02:00
inc_vendor.h Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
inc_veracrypt_xts.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
inc_veracrypt_xts.h Rename some functions in inc_common.cl to avoid conflicts with bitops.c 2019-03-23 22:15:38 +01:00
inc_zip_inflate.cl pkzip: some more missing DECLSPEC found 2019-06-07 20:14:15 +02:00
m00000_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00000_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00000_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00000_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00000_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00000_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00010_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00010_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00010_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00010_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00010_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00010_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00020_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00020_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00020_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00020_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00020_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00020_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00030_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00030_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00030_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00030_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00030_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00030_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00040_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00040_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00040_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00040_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00040_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00040_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00050_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00050_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00050_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00050_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00050_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00050_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00060_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00060_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00060_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00060_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00060_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00060_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00100_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00100_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00100_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00100_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00100_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00100_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00110_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00110_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00110_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00110_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00110_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00110_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00120_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00120_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00120_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00120_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00120_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00120_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00130_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00130_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00130_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00130_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00130_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00130_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00140_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00140_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00140_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00140_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00140_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00140_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00150_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00150_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00150_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00150_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00150_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00150_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00160_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00160_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00160_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00160_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00160_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00160_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00200_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00200_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00200_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00300_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00300_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00300_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00300_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00300_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00300_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00400-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00400-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00500-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00500-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00600_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00600_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00600_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00900_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00900_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00900_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00900_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00900_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m00900_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01000_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01000_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01000_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01000_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01000_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01000_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01100_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m01100_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01100_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m01100_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01100_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m01100_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01300_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01300_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01300_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01300_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01300_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01300_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01400_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01400_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01400_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01400_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01400_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01400_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01410_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01410_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01410_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01410_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01410_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01410_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01420_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01420_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01420_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01420_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01420_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01420_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01430_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01430_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01430_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01430_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01430_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01430_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01440_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01440_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01440_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01440_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01440_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01440_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01450_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01450_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01450_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01450_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01450_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01450_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01460_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01460_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01460_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01460_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01460_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01460_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01500_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m01500_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m01500_a3-pure.cl Rename some variable to avoid collisions 2019-05-10 13:22:40 +02:00
m01600-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01600-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01700_a0-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01700_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01700_a1-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01700_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01700_a3-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01700_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01710_a0-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01710_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01710_a1-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01710_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01710_a3-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01710_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01720_a0-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01720_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01720_a1-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01720_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01720_a3-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01720_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01730_a0-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01730_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01730_a1-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01730_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01730_a3-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01730_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01740_a0-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01740_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01740_a1-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01740_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01740_a3-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m01740_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01750_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m01750_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01750_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m01750_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01750_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m01750_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01760_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m01760_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01760_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m01760_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01760_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m01760_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01800-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m01800-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m02000_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m02000_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m02000_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m02100-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m02400_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m02400_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m02400_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m02410_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m02410_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m02410_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m02500-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m02501-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m02610_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02610_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02610_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02610_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02610_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02610_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02710_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02710_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02710_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02810_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02810_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02810_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02810_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02810_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m02810_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03000_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03000_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03000_a3-pure.cl Rename some variable to avoid collisions 2019-05-10 13:22:40 +02:00
m03100_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m03100_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m03100_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m03200-pure.cl Use __launch_bounds__ in CUDA as replacement for reqd_work_group_size() in OpenCL 2019-06-16 18:01:26 +02:00
m03710_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03710_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03710_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03710_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03710_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03710_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03800_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m03800_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m03800_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m03800_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m03800_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m03800_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m03910_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03910_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03910_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03910_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03910_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m03910_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04010_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04010_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04010_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04010_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04010_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04010_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04110_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04110_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04110_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04110_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04110_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04110_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04310_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04310_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04310_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04310_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04310_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04310_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04400_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04400_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04400_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04400_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04400_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04400_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04500_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04500_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04500_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04500_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04500_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04500_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04520_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04520_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04520_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04520_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04520_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04520_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04700_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04700_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04700_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04700_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04700_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04700_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04800_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m04800_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m04800_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m04800_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m04800_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m04800_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m04900_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m04900_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m04900_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m04900_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m04900_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m04900_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05100_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05100_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05100_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05100_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05100_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05100_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05200-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05300_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m05300_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05300_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m05300_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05300_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m05300_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05400_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m05400_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05400_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m05400_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05400_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m05400_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05500_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m05500_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m05500_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m05500_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m05500_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m05500_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m05600_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m05600_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05600_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m05600_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05600_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m05600_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m05800-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m05800-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m06000_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m06000_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m06000_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m06000_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m06000_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m06000_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m06100_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m06100_a0-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m06100_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m06100_a1-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m06100_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m06100_a3-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m06211-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m06212-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m06213-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m06221-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m06222-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m06223-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m06231-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m06232-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m06233-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m06300-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m06300-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m06400-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m06500-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m06600-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m06700-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m06800-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m06900_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m06900_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m06900_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m07000_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07000_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07000_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07000_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07000_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07000_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07100-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07300_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07300_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07300_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07300_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07300_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07300_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07400-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07400-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m07500_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m07500_a0-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m07500_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m07500_a1-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m07500_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m07500_a3-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m07700_a0-optimized.cl Some more ROCm performance tuning for -m 77xx 2019-06-20 16:16:56 +02:00
m07700_a1-optimized.cl Some more ROCm performance tuning for -m 77xx 2019-06-20 16:16:56 +02:00
m07700_a3-optimized.cl Some more ROCm performance tuning for -m 77xx 2019-06-20 16:16:56 +02:00
m07701_a0-optimized.cl Some more ROCm performance tuning for -m 77xx 2019-06-20 16:16:56 +02:00
m07701_a1-optimized.cl Some more ROCm performance tuning for -m 77xx 2019-06-20 16:16:56 +02:00
m07701_a3-optimized.cl Some more ROCm performance tuning for -m 77xx 2019-06-20 16:16:56 +02:00
m07800_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m07800_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m07800_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m07801_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m07801_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m07801_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m07900-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08000_a0-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m08000_a1-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m08000_a3-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m08100_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08100_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08100_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08100_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08100_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08100_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08200-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08300_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08300_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08300_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08300_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08300_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08300_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m08400_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08400_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08400_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08400_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08400_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08400_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08500_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08500_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08500_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08600_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08600_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08600_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08700_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08700_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08700_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m08800-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m08900-pure.cl Fix uint4 rotate in scrypt based kernels for CUDA 2019-05-09 16:55:48 +02:00
m09000-pure.cl Use __launch_bounds__ in CUDA as replacement for reqd_work_group_size() in OpenCL 2019-06-16 18:01:26 +02:00
m09100-pure.cl Get rid of uchar4 in -m 9100 2019-05-09 13:09:27 +02:00
m09400-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m09500-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m09600-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m09700_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m09700_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m09700_a3-optimized.cl Get rid of m08, m16, s08, s16 kernels in -m 9700 and -m 9720 since maximum password length for old office documents is 15 2019-06-04 17:01:35 +02:00
m09710_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m09710_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m09710_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m09720_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m09720_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m09720_a3-optimized.cl Get rid of m08, m16, s08, s16 kernels in -m 9700 and -m 9720 since maximum password length for old office documents is 15 2019-06-04 17:01:35 +02:00
m09800_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m09800_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m09800_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m09810_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m09810_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m09810_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m09820_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m09820_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m09820_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m09900_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m09900_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m09900_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m09900_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m09900_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m09900_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m10100_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m10100_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m10100_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m10300-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m10400_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m10400_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m10400_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m10410_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m10410_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m10410_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m10420_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m10420_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m10420_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m10500-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m10700-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m10700-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m10800_a0-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m10800_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m10800_a1-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m10800_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m10800_a3-optimized.cl Manually unroll sha2 hashes 2019-05-11 23:15:58 +02:00
m10800_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m10900-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11000_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11000_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11000_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11000_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11000_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11000_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11100_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m11100_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m11100_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m11100_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m11100_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m11100_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m11200_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11200_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11200_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11200_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11200_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11200_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m11300-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11400_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m11400_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m11400_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m11500_a0-optimized.cl Speed up -m 11500 in general 2019-06-04 12:15:34 +02:00
m11500_a1-optimized.cl Speed up -m 11500 in general 2019-06-04 12:15:34 +02:00
m11500_a3-optimized.cl Speed up -m 11500 in general 2019-06-04 12:15:34 +02:00
m11600-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m11700_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11700_a0-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11700_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11700_a1-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11700_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11700_a3-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11750_a0-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11750_a1-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11750_a3-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11760_a0-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11760_a1-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11760_a3-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11800_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11800_a0-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11800_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11800_a1-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11800_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11800_a3-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11850_a0-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11850_a1-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11850_a3-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11860_a0-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11860_a1-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11860_a3-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m11900-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m12000-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m12200-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m12300-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m12400-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m12500-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m12600_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m12600_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m12600_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m12600_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m12600_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m12600_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m12700-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m12800-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m12900-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13000-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13100_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m13100_a0-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m13100_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m13100_a1-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m13100_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m13100_a3-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m13200-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m13300_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13300_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13300_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13300_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13300_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13300_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13400-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m13500_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13500_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13500_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13500_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13500_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13500_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13600-pure.cl WipZip cracking: Added two byte early reject, resulting in higher cracking speed 2019-06-16 11:41:42 +02:00
m13711-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13712-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13713-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13721-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13722-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13723-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13731-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13732-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13733-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13751-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13752-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13753-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13771-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13772-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13773-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m13800_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m13800_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13800_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m13800_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13800_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m13800_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m13900_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m13900_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m13900_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m13900_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m13900_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m13900_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14000_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14000_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14000_a3-pure.cl Rename some variable to avoid collisions 2019-05-10 13:22:40 +02:00
m14100_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14100_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14100_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14400_a0-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14400_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14400_a1-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14400_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14400_a3-optimized.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14400_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m14611-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m14612-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m14613-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m14621-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m14622-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m14623-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m14631-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m14632-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m14633-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m14641-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m14642-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m14643-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m14700-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m14800-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m14900_a0-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m14900_a1-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m14900_a3-optimized.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m15000_a0-optimized.cl Some unrolling for SHA2 based algorithms 2019-05-12 12:38:23 +02:00
m15000_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15000_a1-optimized.cl Some unrolling for SHA2 based algorithms 2019-05-12 12:38:23 +02:00
m15000_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15000_a3-optimized.cl Speed up -m 15000 in optimized -a 3 mode 2019-06-04 10:52:28 +02:00
m15000_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15100-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15300-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m15400_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15400_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15400_a3-optimized.cl Fix -m 16100 in optimized -a 3 mode 2019-06-04 11:20:32 +02:00
m15500_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15500_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15500_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15500_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15500_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15500_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m15600-pure.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m15700-pure.cl Fix scrypt based algorithms to work on CUDA 2019-05-09 11:11:52 +02:00
m15900-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m16000_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m16000_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m16000_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m16100_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16100_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16100_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16100_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16100_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16100_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16200-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m16300-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m16400_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16400_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16400_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16400_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16400_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16400_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16511_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16511_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16511_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16512_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16512_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16512_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16513_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16513_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16513_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16600_a0-optimized.cl Merge pull request #2021 from philsmd/master 2019-05-14 11:57:46 +02:00
m16600_a0-pure.cl Merge pull request #2021 from philsmd/master 2019-05-14 11:57:46 +02:00
m16600_a1-optimized.cl Merge pull request #2021 from philsmd/master 2019-05-14 11:57:46 +02:00
m16600_a1-pure.cl Merge pull request #2021 from philsmd/master 2019-05-14 11:57:46 +02:00
m16600_a3-optimized.cl Merge pull request #2021 from philsmd/master 2019-05-14 11:57:46 +02:00
m16600_a3-pure.cl Merge pull request #2021 from philsmd/master 2019-05-14 11:57:46 +02:00
m16800-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16801-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m16900-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m17200_a0-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17200_a1-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17200_a3-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17210_a0-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17210_a1-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17210_a3-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17220_a0-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17220_a1-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17220_a3-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17225_a0-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17225_a1-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17225_a3-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17230_a0-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17230_a1-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17230_a3-pure.cl pkzip: for u32 use MAX_DATA / 4 2019-06-07 19:42:28 +02:00
m17300_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17300_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17300_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17400_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17400_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17400_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17500_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17500_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17500_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17600_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17600_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17600_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17700_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17700_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17700_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17800_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17800_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17800_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17900_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17900_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m17900_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m18000_a0-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m18000_a1-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m18000_a3-optimized.cl Rename CONSTANT_AS to CONSTANT_VK 2019-05-06 14:34:16 +02:00
m18100_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m18100_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m18100_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m18200_a0-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m18200_a0-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m18200_a1-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m18200_a1-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m18200_a3-optimized.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m18200_a3-pure.cl Fix more use of LOCAL_VK and LOCAL_AS 2019-05-07 12:22:37 +02:00
m18300-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m18400-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m18500_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m18500_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m18500_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m18600-pure.cl Use __launch_bounds__ in CUDA as replacement for reqd_work_group_size() in OpenCL 2019-06-16 18:01:26 +02:00
m18700_a0-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m18700_a0-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m18700_a1-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m18700_a1-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m18700_a3-optimized.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m18700_a3-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m18800-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m18900-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m19000-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m19100-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m19200-pure.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
m19300_a0-pure.cl Speed up -m 19300 in general 2019-06-06 15:02:22 +02:00
m19300_a1-pure.cl Speed up -m 19300 in general 2019-06-06 15:02:22 +02:00
m19300_a3-pure.cl Speed up -m 19300 in general 2019-06-06 15:02:22 +02:00
m19500_a0-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m19500_a1-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m19500_a3-pure.cl Replace (u32x) (...) with make_u32x (...) 2019-05-08 15:21:22 +02:00
m19600-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m19700-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m19800-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m19900-pure.cl Add LOCAL_VK to make use of __shared__ 2019-05-07 09:01:32 +02:00
m20011-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m20012-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m20013-pure.cl Reorder the TC/VC/DC header checks 2019-05-13 13:04:59 +02:00
m20500_a0-pure.cl minor: some code formatting changes for PKZIP 2019-06-07 17:24:13 +02:00
m20500_a1-pure.cl minor: some code formatting changes for PKZIP 2019-06-07 17:24:13 +02:00
m20500_a3-pure.cl minor: some code formatting changes for PKZIP 2019-06-07 17:24:13 +02:00
m20510_a0-pure.cl minor: some code formatting changes for PKZIP 2019-06-07 17:24:13 +02:00
m20510_a1-pure.cl minor: some code formatting changes for PKZIP 2019-06-07 17:24:13 +02:00
m20510_a3-pure.cl minor: some code formatting changes for PKZIP 2019-06-07 17:24:13 +02:00
m20600-pure.cl add hash mode 20600 (oracle transportation manager) 2019-06-18 11:41:41 -05:00
markov_be.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00
markov_le.cl Add missing inc_platform.h include 2019-04-26 13:59:43 +02:00