This commit is contained in:
Guoli Ye 2018-06-28 12:04:57 -07:00
Родитель 3aa10e8465
Коммит ac09b402a4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1017,7 +1017,7 @@ struct latticefunctionskernels
for (size_t t = ts; t < te; t++)
{
const size_t s = (size_t)alignstateids[t - ts + offset];
// use atomic function for lock the value
// use atomic function for lock the value
atomicAdd(&errorsignal(s, t), weight);
}
}