Skip to content

Commit

Permalink
60% faster kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
monkins1010 authored Oct 8, 2018
1 parent 9d55a35 commit a0bafd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verus.cl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ __kernel void kernel_verushash(__global uchar *midstate, __global uint *output,
in[i] = s[i];

mem_fence(CLK_LOCAL_MEM_FENCE);

#pragma unroll
for (i = 0; i < 5; ++i) {
// aes round(s)

Expand Down

0 comments on commit a0bafd1

Please sign in to comment.