Skip to content

Commit

Permalink
Merge pull request #185 from LuckyX2/master
Browse files Browse the repository at this point in the history
Fix for issue #163
  • Loading branch information
hashmap authored Feb 11, 2019
2 parents da6cb2c + 923cf97 commit 70fe529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocl_cuckatoo/src/trimmer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ __kernel void LeanRound(const u64 v0i, const u64 v1i, const u64 v2i, const u64
const int blocks = NEDGES / 32;
const int gid = get_global_id(0);
const int lid = get_local_id(0);
__local u32 el[256][8];
{
__local u32 el[256][8];
int lCount = 0;
// what 256 nit block of edges are we processing
u64 index = gid;
Expand Down

0 comments on commit 70fe529

Please sign in to comment.