We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa2998 commit 4138a09Copy full SHA for 4138a09
1 file changed
GPU/Workflow/src/GPUWorkflowITS.cxx
@@ -31,7 +31,7 @@ int32_t GPURecoWorkflowSpec::runITSTracking(o2::framework::ProcessingContext& pc
31
{
32
mITSTimeFrame->setDevicePropagator(mGPUReco->GetDeviceO2Propagator());
33
LOGP(debug, "GPUChainITS is giving me device propagator: {}", (void*)mGPUReco->GetDeviceO2Propagator());
34
- mITSTrackingInterface->run<true>(pc);
+ mITSTrackingInterface->run(pc);
35
return 0;
36
}
37
0 commit comments