diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-10-13 21:31:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 21:31:47 +0200 |
commit | ca7e27b78477c0d87583dadf4122c5f305283e9c (patch) | |
tree | ff14d7aa9b9c3a3c2d6ac7328546a7910e09d2b3 /xmrstak/backend/amd/autoAdjust.hpp | |
parent | cf5cb145a323138e4320b366c9b11fa9be21277e (diff) | |
parent | 632d0758d254c36cccf1d982ed763d39d2509a59 (diff) | |
download | xmr-stak-ca7e27b78477c0d87583dadf4122c5f305283e9c.zip xmr-stak-ca7e27b78477c0d87583dadf4122c5f305283e9c.tar.gz |
Merge pull request #37 from fireice-uk/topic-remove-amd-gpu_num
remove the gpu_thread_num safety
Diffstat (limited to 'xmrstak/backend/amd/autoAdjust.hpp')
-rw-r--r-- | xmrstak/backend/amd/autoAdjust.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmrstak/backend/amd/autoAdjust.hpp b/xmrstak/backend/amd/autoAdjust.hpp index ebe59df..2a22a08 100644 --- a/xmrstak/backend/amd/autoAdjust.hpp +++ b/xmrstak/backend/amd/autoAdjust.hpp @@ -105,7 +105,6 @@ private: } configTpl.replace("PLATFORMINDEX",std::to_string(platformIndex)); - configTpl.replace("NUMGPUS",std::to_string(devVec.size())); configTpl.replace("GPUCONFIG",conf); configTpl.write(params::inst().configFileAMD); printer::inst()->print_msg(L0, "AMD: GPU configuration stored in file '%s'", params::inst().configFileAMD.c_str()); |