mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-01 09:43:03 -05:00
Restored OclCache.
This commit is contained in:
@@ -28,11 +28,12 @@
|
||||
#include "backend/opencl/OclConfig.h"
|
||||
|
||||
|
||||
xmrig::OclLaunchData::OclLaunchData(const Miner *miner, const Algorithm &algorithm, const OclConfig &config, const OclThread &thread, const OclDevice &device) :
|
||||
xmrig::OclLaunchData::OclLaunchData(const Miner *miner, const Algorithm &algorithm, const OclConfig &config, const OclPlatform &platform, const OclThread &thread, const OclDevice &device) :
|
||||
algorithm(algorithm),
|
||||
cache(config.isCacheEnabled()),
|
||||
miner(miner),
|
||||
device(device),
|
||||
platform(platform),
|
||||
thread(thread)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user