RandomX dataset specific code moved into OclSharedData class.

This commit is contained in:
XMRig
2019-09-30 06:59:44 +07:00
parent 768f1d9269
commit dcb233ce91
16 changed files with 90 additions and 173 deletions

View File

@@ -62,6 +62,7 @@ protected:
Blake2bHashRegistersKernel *m_blake2b_hash_registers_64 = nullptr;
Blake2bInitialHashKernel *m_blake2b_initial_hash = nullptr;
Buffer m_seed;
cl_mem m_dataset = nullptr;
cl_mem m_entropy = nullptr;
cl_mem m_hashes = nullptr;
cl_mem m_rounding = nullptr;