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

Function TEST_P

src/tests/performance/perf-gemv.cpp:311–317  ·  view source on GitHub ↗

sgemv performance test

Source from the content-addressed store, hash-verified

309
310// sgemv performance test
311TEST_P(GEMV, sgemv)
312{
313 TestParams params;
314
315 getParams(&params);
316 GemvPerformanceTest<float>::runInstance(FN_SGEMV, &params);
317}
318
319// dgemv performance test case
320TEST_P(GEMV, dgemv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected