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

Function TEST_CASE

test/targets.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include "test.hpp"
27
28TEST_CASE(make_target)
29{
30 for(const auto& name : migraphx::get_targets())
31 {
32 auto t = migraphx::make_target(name);
33 CHECK(t.name() == name);
34 }
35}
36
37TEST_CASE(make_invalid_target)
38{

Callers

nothing calls this directly

Calls 4

get_targetsFunction · 0.85
make_targetFunction · 0.85
nameMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected