Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
static void run_pass(migraphx::program& p)
36
{
37
migraphx::run_passes(p, {migraphx::gpu::fuse_ops{}, migraphx::dead_code_elimination{}});
38
}
39
40
TEST_CASE(layernorm_pointwise)
41
{
Callers
1
TEST_CASE
Function · 0.70
Calls
1
run_passes
Function · 0.85
Tested by
no test coverage detected