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

Function get_wait_for

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

Source from the content-addressed store, hash-verified

236}
237
238static std::vector<std::size_t> get_wait_for(std::vector<std::size_t> wait_for)
239{
240 return unique(std::move(wait_for));
241}
242
243static std::vector<std::size_t> get_wait_for(std::size_t wait_on, std::vector<std::size_t> wait_for)
244{

Callers 1

TEST_CASEFunction · 0.85

Calls 7

findFunction · 0.85
eraseMethod · 0.80
uniqueFunction · 0.70
sortFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected