| 30 | #include <test.hpp> |
| 31 | |
| 32 | static void run_pass(migraphx::module& m) |
| 33 | { |
| 34 | migraphx::run_passes(m, {migraphx::auto_contiguous{}}); |
| 35 | } |
| 36 | |
| 37 | // TODO: Add this test case |
| 38 | [[maybe_unused]] static void literal_broadcast() |
no test coverage detected