We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61a669 commit 2278dcfCopy full SHA for 2278dcf
torch_xla/csrc/dynamic_shape_detector.cpp
@@ -169,7 +169,8 @@ bool TrieNode::MaybeSplitAt(std::size_t matched) {
169
}
170
171
// This node's common_sequence_ will be whatever the prefix was.
172
- common_sequence_.erase(common_sequence_.begin() + matched, common_sequence_.end());
+ common_sequence_.erase(common_sequence_.begin() + matched,
173
+ common_sequence_.end());
174
return did_split;
175
176
0 commit comments