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

Function TEST_CASE

test/fpga/test_compile.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46TEST_CASE(compile)
47{
48 auto p = create_program();
49 auto t = migraphx::make_target("fpga");
50
51 p.compile(t);
52 EXPECT(p.is_compiled());
53}
54
55int main(int argc, const char* argv[]) { test::run(argc, argv); }

Callers

nothing calls this directly

Calls 4

make_targetFunction · 0.85
is_compiledMethod · 0.80
create_programFunction · 0.70
compileMethod · 0.45

Tested by

no test coverage detected