Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
bpickrel committed May 23, 2024
1 parent f5e0451 commit 19fbd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fuse_reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ TEST_CASE(scalar_multibroadcast)
reduce_mod->add_return({sqrtbc});

EXPECT(test::throws([&] {
auto boop = mm->add_instruction(
mm->add_instruction(
migraphx::make_op("fused_reduce", {{"axes", {1, 2}}}), {pow}, {reduce_mod});
}));
// reduce modules must be flagged for bypass when running subsequent passes
Expand Down Expand Up @@ -224,7 +224,7 @@ TEST_CASE(scalar_multibroadcast_contiguous)
reduce_mod->add_return({sqrtbc});

EXPECT(test::throws([&] {
auto boop = mm->add_instruction(
mm->add_instruction(
migraphx::make_op("fused_reduce", {{"axes", {1, 2}}}), {pow}, {reduce_mod});
}));
// reduce modules must be flagged for bypass when running subsequent passes
Expand Down

0 comments on commit 19fbd85

Please sign in to comment.