mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 08:42:40 -05:00
Implemented VM mode for OpenCL RandomX.
This commit is contained in:
@@ -42,6 +42,8 @@ public:
|
||||
|
||||
protected:
|
||||
void build() override;
|
||||
void execute(uint32_t iteration) override;
|
||||
void init() override;
|
||||
|
||||
private:
|
||||
cl_mem m_intermediate_programs = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user