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

Method apply

src/fuse_concat.cpp:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252} // namespace
253
254void fuse_concat::apply(module_pass_manager& mpm) const
255{
256 match::find_matches(mpm, find_pointwise_concat_pointwise{});
257 mpm.run_pass(migraphx::dead_code_elimination{});
258 match::find_matches(mpm, find_concat_pointwise{});
259}
260
261} // namespace MIGRAPHX_INLINE_NS
262} // namespace migraphx

Callers

nothing calls this directly

Calls 2

find_matchesClass · 0.85
run_passMethod · 0.45

Tested by

no test coverage detected