Tuned KawPow OpenCL kernel

Removed unnecessary memory barrier.
This commit is contained in:
SChernykh 2020-05-29 13:10:24 +02:00
parent 77a7f144c0
commit 297ff13810
2 changed files with 60 additions and 65 deletions

View file

@ -152,10 +152,6 @@ __kernel void progpow_search(__global dag_t const* g_dag, __global uint* job_blo
c_dag[word + i] = load.s[i];
}
// Sync threads so shared mem is in sync
barrier(CLK_LOCAL_MEM_FENCE);
uint32_t hash_seed[2]; // KISS99 initiator
hash32_t digest; // Carry-over from mix output