Added rx/yada OpenCL support
This commit is contained in:
parent
3dfeed475f
commit
ecb3ec0317
16 changed files with 4323 additions and 4004 deletions
|
@ -75,7 +75,7 @@ OclKawPowRunner::~OclKawPowRunner()
|
|||
}
|
||||
|
||||
|
||||
void OclKawPowRunner::run(uint32_t nonce, uint32_t *hashOutput)
|
||||
void OclKawPowRunner::run(uint32_t nonce, uint32_t /*nonce_offset*/, uint32_t *hashOutput)
|
||||
{
|
||||
const size_t local_work_size = m_workGroupSize;
|
||||
const size_t global_work_offset = nonce;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue