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

Function run_pass

test/fuse_attention.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41MIGRAPHX_DECLARE_ENV_VAR(MIGRAPHX_FLASH_DECODING_NUM_SPLITS);
42
43static void run_pass(migraphx::program& p, migraphx::fuse_attention fa = {})
44{
45 migraphx::run_passes(p, {fa, migraphx::dead_code_elimination{}});
46}
47
48TEST_CASE(gemm_softmax_gemm)
49{

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected