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

Function rewrite_broadcasts

src/fuse_pointwise.cpp:345–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343} // namespace
344
345static void rewrite_broadcasts(module_pass_manager& mpm)
346{
347 match::find_matches(mpm.get_module(), pointwise_broadcast_pointwise{});
348 mpm.run_pass(eliminate_common_subexpression{});
349 mpm.run_pass(dead_code_elimination{});
350}
351
352void fuse_pointwise::apply(module_pass_manager& mpm) const
353{

Callers 1

applyMethod · 0.85

Calls 3

find_matchesClass · 0.85
get_moduleMethod · 0.80
run_passMethod · 0.45

Tested by

no test coverage detected