Skip to content

Commit f688af9

Browse files
committed
GPU QA: inputHistogramsOnly inplies noEvents
1 parent d6ed356 commit f688af9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GPU/GPUTracking/Standalone/Benchmark/standalone.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ int32_t ReadConfiguration(int argc, char** argv)
198198
}
199199
if (configStandalone.QA.inputHistogramsOnly) {
200200
configStandalone.rundEdx = false;
201+
configStandalone.noEvents = true;
201202
}
202203
if (configStandalone.QA.dumpToROOT) {
203204
configStandalone.proc.outputSharedClusterMap = true;

0 commit comments

Comments
 (0)