Fixed merge
This commit is contained in:
parent
d05ddedf01
commit
293e5bc9ac
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ size_t xmrig::OclRyoRunner::bufferSize() const
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void xmrig::OclRyoRunner::run(uint32_t nonce, uint32_t *hashOutput)
|
void xmrig::OclRyoRunner::run(uint32_t nonce, uint32_t /*nonce_offset*/, uint32_t *hashOutput)
|
||||||
{
|
{
|
||||||
static const cl_uint zero = 0;
|
static const cl_uint zero = 0;
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
size_t bufferSize() const override;
|
size_t bufferSize() const override;
|
||||||
void run(uint32_t nonce, uint32_t *hashOutput) override;
|
void run(uint32_t nonce, uint32_t nonce_offset, uint32_t *hashOutput) override;
|
||||||
void set(const Job &job, uint8_t *blob) override;
|
void set(const Job &job, uint8_t *blob) override;
|
||||||
void build() override;
|
void build() override;
|
||||||
void init() override;
|
void init() override;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue