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

Function run_lowering

test/gpu/fuse_gemm.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46#if MIGRAPHX_USE_HIPBLASLT
47static void run_lowering(migraphx::program& p, bool offload_copy = false)
48{
49 auto ctx = migraphx::gpu::context{};
50 migraphx::run_passes(
51 *p.get_main_module(),
52 {migraphx::auto_contiguous{}, migraphx::gpu::lowering{&ctx, offload_copy}});
53}
54
55static void run_fuse_ops(migraphx::program& p)
56{

Callers 1

TEST_CASEFunction · 0.70

Calls 2

run_passesFunction · 0.85
get_main_moduleMethod · 0.80

Tested by

no test coverage detected