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

Function TEST_P

src/tests/performance/perf-tbmv.cpp:296–302  ·  view source on GitHub ↗

stbmv performance test

Source from the content-addressed store, hash-verified

294
295// stbmv performance test
296TEST_P(TBMV, stbmv)
297{
298 TestParams params;
299
300 getParams(&params);
301 TbmvPerformanceTest<float>::runInstance(FN_STBMV, &params);
302}
303
304// dtbmv performance test case
305TEST_P(TBMV, dtbmv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected