| 141 | test_stream_model get_stream_model() const { return {max_stream, ins2stream}; } |
| 142 | |
| 143 | std::vector<migraphx::stream_race> analyze() const |
| 144 | { |
| 145 | return migraphx::analyze_streams(*p.get_main_module(), get_stream_model()); |
| 146 | } |
| 147 | |
| 148 | void debug_print() const { p.debug_print(); } |
| 149 |
no test coverage detected