Skip to content

Commit 91c3c80

Browse files
committed
fix(test_op_aliasing): Fix the renamed op
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 1660633 commit 91c3c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/lowering/test_operator_aliasing_pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TEST(LoweringPasses, LoweringTrueDivideCorrectly) {
1818

1919
auto sg = std::make_shared<torch::jit::Graph>();
2020
torch::jit::parseIR(source_graph, &*sg);
21-
trtorch::core::lowering::passes::ElementWisePass(sg);
21+
trtorch::core::lowering::passes::AliasOperators(sg);
2222

2323
auto tg = std::make_shared<torch::jit::Graph>();
2424
torch::jit::parseIR(target_graph, &*tg);

0 commit comments

Comments
 (0)