Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ run_pass
Function
run_pass
test/eliminate_concat_test.cpp:81–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
};
80
81
static void run_pass(migraphx::module& m)
82
{
83
migraphx::run_passes(m,
84
{migraphx::eliminate_concat{concat_test_optimization{}},
85
migraphx::dead_code_elimination{}});
86
}
87
88
struct allocate
89
{
Callers
1
TEST_CASE
Function · 0.70
Calls
1
run_passes
Function · 0.85
Tested by
no test coverage detected