Implemented cn0 kernel launch.

This commit is contained in:
XMRig 2019-09-01 07:05:49 +07:00
parent ce3e2401cb
commit b541960611
15 changed files with 108 additions and 49 deletions

View file

@ -56,7 +56,6 @@ protected:
bool isReadyToBuild() const override;
bool selfTest() const override;
void build() override;
void run(uint32_t *hashOutput) override;
protected:
Algorithm m_algorithm;