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

Function add_alloc

test/memory_coloring_test.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62static migraphx::instruction_ref add_alloc(migraphx::module& m, const migraphx::shape& s)
63{
64 return m.add_instruction(allocate{s});
65}
66
67static bool no_allocate(const migraphx::module& m)
68{

Callers 1

TEST_CASEFunction · 0.85

Calls 1

add_instructionMethod · 0.45

Tested by

no test coverage detected