Add compiler kernel hints for algorithms with fixed workgroup size
[hashcat.git] / OpenCL / m01800.cl
index e0c91f8..a557be9 100644 (file)
@@ -24,6 +24,7 @@
 
 #ifdef IS_AMD
 #define STATE_DECL volatile
+//#define STATE_DECL
 #else
 #define STATE_DECL
 #endif
@@ -133,7 +134,7 @@ void sha512_transform (const u64 w[16], u64 digest[8])
 
   ROUND_STEP (0);
 
-  #pragma unroll
+  //#pragma unroll
   for (int i = 16; i < 80; i += 16)
   {
     ROUND_EXPAND (); ROUND_STEP (i);