Skip to content

Commit

Permalink
disable mark alias for test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsjann123 committed Oct 31, 2024
1 parent 7816a93 commit 7836b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cpp/test_resize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4192,6 +4192,7 @@ TEST_F(ResizeTest, PadAndCacheUses) {
}

TEST_F(ResizeTest, Playground) {
nvfuser::preseg_passes::OptimizationPassGuard<nvfuser::preseg_passes::MarkAliasesPreparePass> guard(false);
auto fusion_ptr = std::make_unique<Fusion>();
auto& fusion = *fusion_ptr;
FusionGuard fg(fusion_ptr.get());
Expand Down

0 comments on commit 7836b0f

Please sign in to comment.