RandomX: added support for dataset on host

This commit is contained in:
SChernykh
2019-11-05 22:24:48 +01:00
parent 99786e37bd
commit 1a001aea29
8 changed files with 32 additions and 15 deletions

View File

@@ -46,6 +46,7 @@ protected:
private:
bool m_ready = false;
size_t m_intensity = 0;
bool m_dataset_host = false;
};