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

Function run_pass

test/auto_contiguous_test.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include <test.hpp>
31
32static void run_pass(migraphx::module& m)
33{
34 migraphx::run_passes(m, {migraphx::auto_contiguous{}});
35}
36
37// TODO: Add this test case
38[[maybe_unused]] static void literal_broadcast()

Callers 2

literal_broadcastFunction · 0.70
TEST_CASEFunction · 0.70

Calls 1

run_passesFunction · 0.85

Tested by

no test coverage detected