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

Function run_pass

test/eliminate_contiguous_test.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#include <test.hpp>
33
34static void run_pass(migraphx::module& m)
35{
36 migraphx::run_passes(
37 m, {migraphx::eliminate_contiguous{"contiguous"}, migraphx::dead_code_elimination{}});
38}
39
40TEST_CASE(standard_op)
41{

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected