Browse Source

OpenCL Fixes after rebasing

cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
e1391fa187
  1. 1
      libethcore/Ethash.cpp

1
libethcore/Ethash.cpp

@ -429,6 +429,7 @@ bool Ethash::GPUMiner::configureGPU(
}
if (!ethash_cl_miner::configureGPU(
_platformId,
_localWorkSize,
_globalWorkSizeMultiplier * _localWorkSize,
_msPerBatch,

Loading…
Cancel
Save