1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-01 16:02:39 -05:00

Use sub buffers.

This commit is contained in:
XMRig
2019-09-13 16:10:12 +07:00
parent 5a91552060
commit 9399491a64
15 changed files with 160 additions and 18 deletions

View File

@@ -48,6 +48,7 @@ public:
~OclRyoRunner() override;
protected:
size_t bufferSize() const override;
void run(uint32_t nonce, uint32_t *hashOutput) override;
void set(const Job &job, uint8_t *blob) override;
void build() override;