diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-12 00:23:20 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-12 00:23:20 +0100 |
commit | 632d0758d254c36cccf1d982ed763d39d2509a59 (patch) | |
tree | f962718af91a0b578b391610ee931dde01a25300 /xmrstak/backend/amd/autoAdjust.hpp | |
parent | b40f937bf592f3fb303ce51fc073ab6ee9f922d0 (diff) | |
download | xmr-stak-632d0758d254c36cccf1d982ed763d39d2509a59.zip xmr-stak-632d0758d254c36cccf1d982ed763d39d2509a59.tar.gz |
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()); |