Class OclInterleave renamed to OclSharedData and added class OclSharedState.

This commit is contained in:
XMRig 2019-09-30 05:18:53 +07:00
parent c908ef2489
commit f4943b77f3
10 changed files with 154 additions and 34 deletions

View file

@ -27,8 +27,8 @@
#define XMRIG_OCLLAUNCHDATA_H
#include "backend/opencl/OclInterleave.h"
#include "backend/opencl/OclThread.h"
#include "backend/opencl/runners/tools/OclSharedData.h"
#include "backend/opencl/wrappers/OclDevice.h"
#include "backend/opencl/wrappers/OclPlatform.h"
#include "crypto/common/Algorithm.h"
@ -72,7 +72,6 @@ public:
const OclDevice device;
const OclPlatform platform;
const OclThread thread;
OclInterleavePtr interleave;
# ifdef XMRIG_ALGO_RANDOMX
OclRxDatasetPtr dataset;