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

Function TEST_P

src/tests/performance/perf-trsm.cpp:34–40  ·  view source on GitHub ↗

strsm performance test case

Source from the content-addressed store, hash-verified

32
33// strsm performance test case
34TEST_P(TRSM, strsm)
35{
36 TestParams params;
37
38 getParams(&params);
39 TrxmPerformanceTest<float>::runInstance(FN_STRSM, &params);
40}
41
42// dtrsm performance test case
43TEST_P(TRSM, dtrsm)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected