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

Function run_pass

test/gpu/fuse_ops.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include <pointwise.hpp>
34
35static void run_pass(migraphx::program& p)
36{
37 migraphx::run_passes(p, {migraphx::gpu::fuse_ops{}, migraphx::dead_code_elimination{}});
38}
39
40TEST_CASE(layernorm_pointwise)
41{

Callers 1

TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected