Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ is_reduce
Function
is_reduce
src/split_reduce.cpp:77–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
MIGRAPHX_REGISTER_OP(split_fused_reduce);
76
77
static bool is_reduce(const instruction& ins) { return contains(ins.name(),
"reduce"
); }
78
79
namespace {
80
struct splitter
Callers
5
find_splits
Method · 0.70
matches_op
Method · 0.70
insert
Method · 0.70
is_valid
Method · 0.70
make_descriptor
Method · 0.70
Calls
2
contains
Function · 0.85
name
Method · 0.45
Tested by
no test coverage detected