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

Function finalize_reduce_module

src/fuse_reduce.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229static void finalize_reduce_module(module_ref m)
230{
231 eliminate_common_subexpression{}.apply(*m);
232 dead_code_elimination{}.apply(*m);
233}
234
235namespace {
236struct find_pointwise_reduce

Callers 3

applyMethod · 0.85
applyMethod · 0.85
applyMethod · 0.85

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected