Skip to content

Commit

Permalink
[hotfix][state] Fix incorrect comments of channel input state redistr…
Browse files Browse the repository at this point in the history
…ibution.
  • Loading branch information
reswqa committed Jun 16, 2023
1 parent 52dfc29 commit 65c3ce4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ public void reDistributeInputChannelStates(TaskStateAssignment stateAssignment)
// old assignment: 0 -> [0;43); 1 -> [43;87); 2 -> [87;128)
// new assignment: 0 -> [0;64]; 1 -> [64;128)
// subtask 0 recovers data from old subtask 0 + 1 and subtask 1 recovers data from old
// subtask 0 + 2
// subtask 1 + 2
for (int gateIndex = 0; gateIndex < inputs.size(); gateIndex++) {
final RescaleMappings mapping =
stateAssignment.getInputMapping(gateIndex).getRescaleMappings();
Expand Down

0 comments on commit 65c3ce4

Please sign in to comment.