Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieL7 committed Sep 19, 2023
1 parent d49dd16 commit 9b2da14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/simplify_dyn_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ void simplify_dyn_ops::apply(module& m) const
{
match::find_matches(m,
find_static_2in_broadcasts{},
find_static_dimensions_of{},
find_const_3in_slice{},
find_const_4in_slice{},
find_static_dimensions_of{});
find_const_4in_slice{});
}

} // namespace MIGRAPHX_INLINE_NS
Expand Down

0 comments on commit 9b2da14

Please sign in to comment.