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

Function TEST_CASE

test/program_test.cpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51TEST_CASE(program_equality)
52{
53 migraphx::program x = create_program();
54 migraphx::program y = create_program();
55
56 EXPECT(x.size() == 1);
57 EXPECT(x == y);
58}
59
60TEST_CASE(program_not_equality1)
61{

Callers

nothing calls this directly

Calls 15

iotaFunction · 0.85
make_targetFunction · 0.85
add_apply_alpha_betaFunction · 0.85
get_main_moduleMethod · 0.80
add_parameterMethod · 0.80
add_outlineMethod · 0.80
create_programFunction · 0.70
literalClass · 0.50
make_opFunction · 0.50
sizeMethod · 0.45
endMethod · 0.45
debug_printMethod · 0.45

Tested by

no test coverage detected