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

Function no_allocate

test/memory_coloring_test.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67static bool no_allocate(const migraphx::module& m)
68{
69 return std::none_of(m.begin(), m.end(), [](auto&& ins) { return ins.name() == "allocate"; });
70}
71
72static bool is_overlap(std::pair<std::size_t, std::size_t> x, std::pair<std::size_t, std::size_t> y)
73{

Callers 1

TEST_CASEFunction · 0.85

Calls 4

none_ofFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected