mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +00:00
Initialise it to localid.
This commit is contained in:
parent
b4bfeb5f8a
commit
da2bba3e9c
@ -84,7 +84,7 @@ __kernel void search( const uint state0, const uint state1, const uint state2, c
|
|||||||
{
|
{
|
||||||
u W[124];
|
u W[124];
|
||||||
u Vals[8];
|
u Vals[8];
|
||||||
uint it;
|
uint it = get_local_id(0);
|
||||||
|
|
||||||
Vals[1] = B1;
|
Vals[1] = B1;
|
||||||
Vals[2] = C1;
|
Vals[2] = C1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user