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

Function TEST_CASE

test/ref/loop.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90TEST_CASE(loop_test1)
91{
92 auto ress = run_prog(10, true, 1);
93 std::vector<int64_t> gold_last = {19};
94 EXPECT(ress.front() == gold_last);
95 std::vector<int64_t> gold_concat = {4, 8, 13, 19, 0, 0, 0, 0, 0, 0};
96 EXPECT(ress.back() == gold_concat);
97}
98
99TEST_CASE(loop_test2)
100{

Callers

nothing calls this directly

Calls 3

frontMethod · 0.80
backMethod · 0.80
run_progFunction · 0.70

Tested by

no test coverage detected