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

Function run_pass

test/propagate_precision.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include <test.hpp>
34
35static void run_pass(migraphx::module& m)
36{
37 migraphx::run_passes(m,
38 {migraphx::propagate_precision{},
39 migraphx::eliminate_common_subexpression{},
40 migraphx::dead_code_elimination{}});
41}
42
43TEST_CASE(propagate_input)
44{

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected