Skip to content

Commit 4a930f6

Browse files
authored
Merge pull request #332 from NVIDIA/fix_alias_test
Fix the test for the renamed op aliasing pass
2 parents 1660633 + 91c3c80 commit 4a930f6

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)