Skip to content

Commit

Permalink
DPL: make sure we do not invoke user callback when Discarding
Browse files Browse the repository at this point in the history
Not sure this is actually the correct thing to do.
  • Loading branch information
ktf authored and martenole committed Jan 23, 2024
1 parent bf9339a commit a2fb7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Core/src/DataProcessingDevice.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2297,8 +2297,8 @@ bool DataProcessingDevice::tryDispatchComputation(ServiceRegistryRef ref, std::v
if (spec.forwards.empty() == false) {
auto& timesliceIndex = ref.get<TimesliceIndex>();
forwardInputs(ref, action.slot, currentSetOfInputs, timesliceIndex.getOldestPossibleOutput(), false);
continue;
}
continue;
}
// If there is no optional inputs we canForwardEarly
// the messages to that parallel processing can happen.
Expand Down

0 comments on commit a2fb7d9

Please sign in to comment.