Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
static migraphx::instruction_ref add_alloc(migraphx::module& m, const migraphx::shape& s)
63
{
64
return m.add_instruction(allocate{s});
65
}
66
67
static bool no_allocate(const migraphx::module& m)
68
{
Callers
1
TEST_CASE
Function · 0.85
Calls
1
add_instruction
Method · 0.45
Tested by
no test coverage detected