Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ run_fuse_ops
Function
run_fuse_ops
test/gpu/fuse_gemm.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
static void run_fuse_ops(migraphx::program& p)
56
{
57
migraphx::run_passes(p, {migraphx::gpu::fuse_ops{}, migraphx::dead_code_elimination{}});
58
}
59
60
TEST_CASE(gemm_pointwise_add)
61
{
Callers
1
TEST_CASE
Function · 0.85
Calls
1
run_passes
Function · 0.85
Tested by
no test coverage detected