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

Function run_pass

test/eliminate_allocation_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::module& m, std::size_t align = 32)
33{
34 migraphx::run_passes(
35 m, {migraphx::eliminate_allocation{"allocate", align}, migraphx::dead_code_elimination{}});
36}
37
38struct allocate
39{

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected