Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
richagadgil committed Jan 27, 2025
1 parent 5b3c97f commit 9e5bae1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/verify/test_fuse_reduce_mlir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,9 @@
#include <migraphx/program.hpp>
#include <migraphx/generate.hpp>
#include <migraphx/make_op.hpp>
#include <migraphx/instruction.hpp>
#include <migraphx/common.hpp>
#include <reduce.hpp>
#include <pointwise.hpp>

#include <migraphx/generate.hpp>
#include <migraphx/dead_code_elimination.hpp>
#include <migraphx/instruction.hpp>
#include <migraphx/pass_manager.hpp>
#include <migraphx/op/common.hpp>
#include <migraphx/program.hpp>
#include <migraphx/make_op.hpp>
#include <basic_ops.hpp>
#include <test.hpp>
#include <pointwise.hpp>
#include <reduce.hpp>

template <migraphx::shape::type_t DType>
struct test_fuse_reduce_mlir : verify_program<test_fuse_reduce_mlir<DType>>
Expand Down

0 comments on commit 9e5bae1

Please sign in to comment.