From: jsteube Date: Mon, 9 May 2016 19:51:36 +0000 (+0200) Subject: Remove barrier from DCC1, high-end maxwells didn't like it X-Git-Tag: v3.00-beta~6 X-Git-Url: https://www.flypig.org.uk/git/?p=hashcat.git;a=commitdiff_plain;h=373d2b988207f432551585013d8d64a51572f254 Remove barrier from DCC1, high-end maxwells didn't like it --- diff --git a/OpenCL/m01100_a3.cl b/OpenCL/m01100_a3.cl index cfdfa27..793930b 100644 --- a/OpenCL/m01100_a3.cl +++ b/OpenCL/m01100_a3.cl @@ -119,8 +119,6 @@ void m01100m (u32 w[16], const u32 pw_len, __global pw_t *pws, __global kernel_r const u32x w0 = w0l | w0r; - barrier (CLK_LOCAL_MEM_FENCE); - u32x a = MD4M_A; u32x b = MD4M_B; u32x c = MD4M_C; @@ -375,8 +373,6 @@ void m01100s (u32 w[16], const u32 pw_len, __global pw_t *pws, __global kernel_r const u32x w0 = w0l | w0r; - barrier (CLK_LOCAL_MEM_FENCE); - u32x a = MD4M_A; u32x b = MD4M_B; u32x c = MD4M_C;