Skip to content

Commit e491bb5

Browse files
committed
fix: fix typo bug
Signed-off-by: Bo Wang <[email protected]>
1 parent 58cb53e commit e491bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/partitioning/partitioning.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ void registerSegmentsOutputs(PartitionedGraph& segmented_blocks, std::shared_ptr
207207
std::for_each(
208208
segmented_blocks.begin(),
209209
segmented_blocks.end(),
210-
[](SegmentedBlock& seg_block) { torch::jit::EliminateDeadCode(seg_block.g()); })
210+
[](SegmentedBlock& seg_block) { torch::jit::EliminateDeadCode(seg_block.g()); });
211211
// erase segments which still have no output
212212
segmented_blocks.erase(
213213
std::remove_if(

0 commit comments

Comments
 (0)