MCPcopy 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
55static void run_fuse_ops(migraphx::program& p)
56{
57 migraphx::run_passes(p, {migraphx::gpu::fuse_ops{}, migraphx::dead_code_elimination{}});
58}
59
60TEST_CASE(gemm_pointwise_add)
61{

Callers 1

TEST_CASEFunction · 0.85

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected