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.
2 parents 1660633 + 91c3c80 commit 4a930f6Copy full SHA for 4a930f6
tests/core/lowering/test_operator_aliasing_pass.cpp
@@ -18,7 +18,7 @@ TEST(LoweringPasses, LoweringTrueDivideCorrectly) {
18
19
auto sg = std::make_shared<torch::jit::Graph>();
20
torch::jit::parseIR(source_graph, &*sg);
21
- trtorch::core::lowering::passes::ElementWisePass(sg);
+ trtorch::core::lowering::passes::AliasOperators(sg);
22
23
auto tg = std::make_shared<torch::jit::Graph>();
24
torch::jit::parseIR(target_graph, &*tg);
0 commit comments