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

Function TEST_P

src/tests/performance/perf-trmv.cpp:352–358  ·  view source on GitHub ↗

strmv performance test

Source from the content-addressed store, hash-verified

350
351// strmv performance test
352TEST_P(TRMV, strmv)
353{
354 TestParams params;
355
356 getParams(&params);
357 TrmvPerformanceTest<float>::runInstance(FN_STRMV, &params);
358}
359
360// dtrmv performance test case
361TEST_P(TRMV, dtrmv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected