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