We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe1726 commit 20cd4cdCopy full SHA for 20cd4cd
GPU/GPUTracking/Standalone/Benchmark/standalone.cxx
@@ -223,6 +223,10 @@ int32_t ReadConfiguration(int argc, char** argv)
223
}
224
225
if (configStandalone.setO2Settings) {
226
+ if (!(configStandalone.inputcontrolmem && configStandalone.outputcontrolmem)) {
227
+ printf("setO2Settings requires the usage of --inputMemory and --outputMemory as in O2\n");
228
+ return 1;
229
+ }
230
if (configStandalone.runGPU) {
231
configStandalone.proc.forceHostMemoryPoolSize = 1024 * 1024 * 1024;
232
0 commit comments