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

Function run_pass

test/propagate_constant_test.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include <test.hpp>
32
33static void run_pass(migraphx::module& m, const std::unordered_set<std::string>& skip_ops = {})
34{
35 migraphx::run_passes(
36 m, {migraphx::propagate_constant{skip_ops}, migraphx::dead_code_elimination{}});
37}
38
39TEST_CASE(const_add)
40{

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected