Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ run_pass
Function
run_pass
test/split_single_dyn_dim_test.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
#include <test.hpp>
35
36
static void run_pass(migraphx::program& p)
37
{
38
migraphx::run_passes(p, {migraphx::split_single_dyn_dim{}, migraphx::dead_code_elimination{}});
39
}
40
41
TEST_CASE(dynamic_batch)
42
{
Callers
1
TEST_CASE
Function · 0.70
Calls
1
run_passes
Function · 0.85
Tested by
no test coverage detected