Use sub buffers.

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

View File

@@ -47,6 +47,7 @@ public:
~OclCnRunner() 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;