1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Initialise it to localid.

This commit is contained in:
Con Kolivas 2011-07-12 23:08:02 +10:00
parent b4bfeb5f8a
commit da2bba3e9c

View File

@ -84,7 +84,7 @@ __kernel void search( const uint state0, const uint state1, const uint state2, c
{
u W[124];
u Vals[8];
uint it;
uint it = get_local_id(0);
Vals[1] = B1;
Vals[2] = C1;