MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / analyze

Method analyze

test/analyze_streams.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TEST_CASEFunction · 0.80

Calls 2

get_main_moduleMethod · 0.80
analyze_streamsFunction · 0.50

Tested by

no test coverage detected