| 32 | #include <test.hpp> |
| 33 | |
| 34 | static void run_pass(migraphx::module& m) |
| 35 | { |
| 36 | migraphx::run_passes( |
| 37 | m, {migraphx::eliminate_contiguous{"contiguous"}, migraphx::dead_code_elimination{}}); |
| 38 | } |
| 39 | |
| 40 | TEST_CASE(standard_op) |
| 41 | { |
no test coverage detected