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

Function TEST_CASE

test/auto_contiguous_test.cpp:50–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50TEST_CASE(literal_transpose)
51{
52 migraphx::module m;
53
54 m.add_literal(get_2x2_transposed());
55 EXPECT(not m.get_output_shapes().back().standard());
56 EXPECT(m.get_output_shapes().back().transposed());
57 run_pass(m);
58 EXPECT(m.get_output_shapes().back().standard());
59 EXPECT(not m.get_output_shapes().back().transposed());
60}
61
62TEST_CASE(after_literal_transpose)
63{

Callers

nothing calls this directly

Calls 15

get_2x2_transposedFunction · 0.85
get_2x2Function · 0.85
get_2Function · 0.85
backMethod · 0.80
lensMethod · 0.80
add_parameterMethod · 0.80
run_passFunction · 0.70
make_opFunction · 0.50
add_literalMethod · 0.45
standardMethod · 0.45
get_output_shapesMethod · 0.45
transposedMethod · 0.45

Tested by

no test coverage detected