MCPcopy 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
81static 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
88struct allocate
89{

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected