MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / TEST_P

Function TEST_P

src/tests/performance/perf-trmm.cpp:41–47  ·  view source on GitHub ↗

strmm performance test case

Source from the content-addressed store, hash-verified

39
40// strmm performance test case
41TEST_P(TRMM, strmm)
42{
43 TestParams params;
44
45 getParams(&params);
46 TrxmPerformanceTest<float>::runInstance(FN_STRMM, &params);
47}
48
49// dtrmm performance test case
50TEST_P(TRMM, dtrmm)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected