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

Method get_stream

test/schedule_test.cpp:186–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 schedule_model_test model{};
185
186 std::size_t get_stream(migraphx::instruction_ref ins) { return model.ins2stream->at(ins); }
187
188 std::vector<std::size_t> get_streams(std::vector<migraphx::instruction_ref> inss)
189 {

Callers 4

get_streamsMethod · 0.95
check_conflictsMethod · 0.95
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45

Calls 1

atMethod · 0.80

Tested by

no test coverage detected