mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-10 14:57:53 +00:00
2bbccc5ff4
scratchpad delete fix and redownload, reduce rejects (work in progress)
11 lines
251 B
C
11 lines
251 B
C
|
|
#define WILD_KECCAK_SCRATCHPAD_BUFFSIZE 1ULL << 28
|
|
#define WILD_KECCAK_ADDENDUMS_ARRAY_SIZE 10
|
|
|
|
extern uint64_t scratchpad_size;
|
|
|
|
extern uint32_t WK_CUDABlocks, WK_CUDAThreads;
|
|
|
|
void wildkeccak_scratchpad_need_update(uint64_t* pscratchpad_buff);
|
|
|