Advanced opencl options postponed.

This commit is contained in:
XMRig
2019-09-26 01:53:16 +07:00
parent d6f0555771
commit 838f078fa5
3 changed files with 1 additions and 8 deletions

View File

@@ -95,10 +95,6 @@ static const option options[] = {
# ifdef XMRIG_FEATURE_OPENCL
{ "opencl", 0, nullptr, IConfig::OclKey },
{ "opencl-devices", 1, nullptr, IConfig::OclDevicesKey },
{ "opencl-launch", 1, nullptr, IConfig::OclLaunchKey },
{ "opencl-strided-index", 1, nullptr, IConfig::OclSridedIndexKey },
{ "opencl-mem-chunk", 1, nullptr, IConfig::OclMemChunkKey },
{ "opencl-affinity", 1, nullptr, IConfig::OclAffinityKey },
{ "opencl-platform", 1, nullptr, IConfig::OclPlatformKey },
{ "opencl-loader", 1, nullptr, IConfig::OclLoaderKey },
{ "opencl-no-cache", 0, nullptr, IConfig::OclCacheKey },