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

Method has_stream

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

Source from the content-addressed store, hash-verified

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,

Callers 2

check_conflictsMethod · 0.95
TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected