Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
static void finalize_reduce_module(module_ref m)
230
{
231
eliminate_common_subexpression{}.apply(*m);
232
dead_code_elimination{}.apply(*m);
233
}
234
235
namespace {
236
struct find_pointwise_reduce
Callers
3
apply
Method · 0.85
apply
Method · 0.85
apply
Method · 0.85
Calls
1
apply
Method · 0.45
Tested by
no test coverage detected