Skip to content

Commit 55d3067

Browse files
committed
GPU: Fix standalone multithreading, policy order check was not enabled
1 parent b4d33fd commit 55d3067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/Workflow/src/gpu-reco-workflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
179179
Inputs ggInputs;
180180
auto ggRequest = std::make_shared<o2::base::GRPGeomRequest>(false, true, false, true, true, o2::base::GRPGeomRequest::Aligned, ggInputs, true);
181181

182-
auto task = std::make_shared<GPURecoWorkflowSpec>(&gPolicyData, cfg, tpcSectors, gTpcSectorMask, ggRequest);
182+
auto task = std::make_shared<GPURecoWorkflowSpec>(&gPolicyData, cfg, tpcSectors, gTpcSectorMask, ggRequest, &gPolicyOrderCheck);
183183
Inputs taskInputs = task->inputs();
184184
std::move(ggInputs.begin(), ggInputs.end(), std::back_inserter(taskInputs));
185185
gTask = task;

0 commit comments

Comments
 (0)