Browse Source

instead of uint *, int * was used as type for the output buffer (self-made bug from a former commmit)

nfactor-troky
Philip Kaufmann 13 years ago
parent
commit
0fe8b60783
  1. 2
      diakgcn120208.cl

2
diakgcn120208.cl

@ -57,7 +57,7 @@ __kernel @@ -57,7 +57,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 int * output)
__global uint * output)
{
u W[17];
u V[8];

Loading…
Cancel
Save