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

Function run_pass

test/eliminate_common_subexpression_test.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include <test.hpp>
31
32static void run_pass(migraphx::program& p)
33{
34 migraphx::run_passes(
35 p, {migraphx::eliminate_common_subexpression{}, migraphx::dead_code_elimination{}});
36}
37
38static void run_pass(migraphx::module& m)
39{

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected