Skip to content

Commit f8139a7

Browse files
committed
Please consider the following formatting changes
1 parent 8c87d37 commit f8139a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerHost.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void GPUTPCNNClusterizerHost::init(const GPUSettingsProcessingNNclusterizer& set
5454
{"intra-op-num-threads", std::to_string(settings.nnInferenceIntraOpNumThreads)},
5555
{"inter-op-num-threads", std::to_string(settings.nnInferenceInterOpNumThreads)},
5656
{"enable-optimizations", std::to_string(settings.nnInferenceEnableOrtOptimization)},
57-
{"deterministic-compute", std::to_string(useDeterministicMode? 1 : settings.nnInferenceUseDeterministicCompute)}, // TODO: This unfortunately doesn't guarantee determinism (25.07.2025)
57+
{"deterministic-compute", std::to_string(useDeterministicMode ? 1 : settings.nnInferenceUseDeterministicCompute)}, // TODO: This unfortunately doesn't guarantee determinism (25.07.2025)
5858
{"enable-profiling", std::to_string(settings.nnInferenceOrtProfiling)},
5959
{"profiling-output-path", settings.nnInferenceOrtProfilingPath},
6060
{"logging-level", std::to_string(settings.nnInferenceVerbosity)},

0 commit comments

Comments
 (0)