Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ run_pass
Function
run_pass
test/memory_coloring_test.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
#include <test.hpp>
32
33
static void run_pass(migraphx::module& m)
34
{
35
migraphx::run_passes(m, {migraphx::memory_coloring{
"allocate"
, true}});
36
}
37
38
struct allocate
39
{
Callers
1
TEST_CASE
Function · 0.70
Calls
1
run_passes
Function · 0.85
Tested by
no test coverage detected