Skip to content

Commit 27a902c

Browse files
authored
DPL: Report correct timeslice index when using timePipeline (#2981)
1 parent b184f69 commit 27a902c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/DeviceSpecHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ void DeviceSpecHelpers::processOutEdgeActions(std::vector<DeviceSpec>& devices,
247247
device.options = processor.options;
248248
device.rank = processor.rank;
249249
device.nSlots = processor.nSlots;
250-
device.inputTimesliceId = edge.timeIndex;
250+
device.inputTimesliceId = edge.producerTimeIndex;
251251
device.maxInputTimeslices = processor.maxInputTimeslices;
252252
device.resource = {acceptedOffer};
253253
devices.push_back(device);

0 commit comments

Comments
 (0)