Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsjann123 committed Nov 2, 2024
1 parent 03cb4a7 commit 2f43e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/scheduler/vectorize_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void ContiguousInnerDimensionsMapper::initializeResizeInfo(Fusion* fusion) {
std::copy(
resize_ops.begin(),
resize_ops.end(),
std::inserter(resize_in_pad_, resize_in_pad.end()));
std::inserter(resize_in_pad_, resize_in_pad_.end()));
}
}

Expand Down

0 comments on commit 2f43e0d

Please sign in to comment.