Browse Source

changed format of output buffer from ulong * to uint * to be cgminer compatible

Philip Kaufmann 14 years ago
parent
commit
dcd286182e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      diakgcn120208.cl

+ 1 - 1
diakgcn120208.cl

@@ -62,7 +62,7 @@ __kernel
 					const uint state0, const uint state1, const uint state2, const uint state3,
 					const uint state4, const uint state5, const uint state6, const uint state7,
 					const uint state0A, const uint state0B,
-					__global ulong * output)
+					__global uint * output)
 {
 	u W[17];
 	u V[8];