Skip to content

Commit 2d0fee3

Browse files
Revert abstract_interp_lib change
1 parent f9d4535 commit 2d0fee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6172,7 +6172,7 @@ StringRef mlir::torch::Torch::getAbstractInterpLibrary() {
61726172
" %true = torch.constant.bool true\n"
61736173
" %none = torch.constant.none\n"
61746174
" %str_0 = torch.constant.str \"AssertionError: \"\n"
6175-
" %str_1 = torch.constant.str \"The dims of tensor b ({}) must be less than or equal to the dims of tensor a ({}) \"\n"
6175+
" %str_1 = torch.constant.str \"The dims of tensor b ({}) must be less than or equal tothe dims of tensor a ({}) \"\n"
61766176
" %int0 = torch.constant.int 0\n"
61776177
" %int1 = torch.constant.int 1\n"
61786178
" %0 = torch.aten.len.t %arg0 : !torch.list<int> -> !torch.int\n"

0 commit comments

Comments
 (0)