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

Function TEST_CASE

test/run_loop_test.cpp:227–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227TEST_CASE(loop_test1)
228{
229 auto p = create_program();
230 auto ress = run_prog(p, 10, true, 1);
231 std::vector<int64_t> gold_last = {19};
232 EXPECT(ress.front() == gold_last);
233 std::vector<int64_t> gold_concat = {4, 8, 13, 19, 0, 0, 0, 0, 0, 0};
234 EXPECT(ress.back() == gold_concat);
235}
236
237TEST_CASE(loop_test2)
238{

Callers

nothing calls this directly

Calls 4

frontMethod · 0.80
backMethod · 0.80
create_programFunction · 0.70
run_progFunction · 0.70

Tested by

no test coverage detected