| 197 | void run_pass(migraphx::module& m) { migraphx::run_passes(m, {migraphx::schedule{model}}); } |
| 198 | |
| 199 | bool has_stream(migraphx::instruction_ref ins) { return model.ins2stream->count(ins) > 0; } |
| 200 | |
| 201 | void check_conflicts(migraphx::module& m, |
| 202 | std::vector<std::vector<migraphx::instruction_ref>> conflicts, |
no outgoing calls
no test coverage detected