1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-25 21:02:39 -04:00

Initial stub for setting job in OpenCL backend.

This commit is contained in:
XMRig
2019-08-28 02:05:19 +07:00
parent fcfb738ded
commit aa294ff066
10 changed files with 67 additions and 23 deletions

View File

@@ -39,7 +39,8 @@ public:
~OclCnRunner() override;
protected:
bool selfTest() const override;
bool isReadyToBuild() const override;
bool set(const Job &job, uint8_t *blob) override;
private:
cl_mem m_blake256 = nullptr;