mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-26 23:53:02 -05:00
Define double OpenCL threads in simple way.
This commit is contained in:
@@ -28,9 +28,10 @@
|
||||
#include "backend/opencl/OclConfig.h"
|
||||
|
||||
|
||||
xmrig::OclLaunchData::OclLaunchData(const Miner *miner, const Algorithm &algorithm, const OclConfig &config, const OclPlatform &platform, 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, int64_t affinity) :
|
||||
algorithm(algorithm),
|
||||
cache(config.isCacheEnabled()),
|
||||
affinity(affinity),
|
||||
miner(miner),
|
||||
device(device),
|
||||
platform(platform),
|
||||
|
||||
Reference in New Issue
Block a user