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

Function run_pass

test/simplify_qdq_test.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43static bool is_dot(const migraphx::instruction& ins) { return ins.name() == "dot"; }
44
45static void run_pass(migraphx::module& m)
46{
47 run_passes(m,
48 {migraphx::simplify_qdq{.remove_qdq_only = false, .use_mx_quant = true},
49 migraphx::dead_code_elimination{}});
50}
51
52static void run_cse(migraphx::module& m)
53{

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected