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

Function TEST_P

src/tests/performance/perf-tpmv.cpp:348–354  ·  view source on GitHub ↗

strmv performance test

Source from the content-addressed store, hash-verified

346
347// strmv performance test
348TEST_P(TPMV, stpmv)
349{
350 TestParams params;
351
352 getParams(&params);
353 TpmvPerformanceTest<float>::runInstance(FN_STPMV, &params);
354}
355
356// dtrmv performance test case
357TEST_P(TPMV, dtpmv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected