mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-11 15:27:56 +00:00
set 128 threads per block
This commit is contained in:
parent
0ab79d06c8
commit
4e2932c83d
@ -920,7 +920,7 @@ void gostd_setBlock_80(uint32_t *pdata, uint32_t *ptarget)
|
||||
__host__
|
||||
void gostd_hash_80(int thr_id, uint32_t threads, uint32_t startNonce, uint32_t *resNonces)
|
||||
{
|
||||
const uint32_t threadsperblock = 256;
|
||||
const uint32_t threadsperblock = 128;
|
||||
|
||||
dim3 grid(threads/threadsperblock);
|
||||
dim3 block(threadsperblock);
|
||||
|
Loading…
Reference in New Issue
Block a user