1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-27 06:20:51 -05:00

Added clRetainMemObject support.

This commit is contained in:
XMRig
2019-09-30 07:30:14 +07:00
parent 77eecdd2c2
commit 3560b6a3c2
4 changed files with 19 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ cl_mem xmrig::OclSharedData::dataset() const
throw std::runtime_error("RandomX dataset is not available");
}
return m_dataset;
return OclLib::retain(m_dataset);
}