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

Function TEST_P

src/tests/performance/perf-gbmv.cpp:320–326  ·  view source on GitHub ↗

sgbmv performance test

Source from the content-addressed store, hash-verified

318
319// sgbmv performance test
320TEST_P(GBMV, sgbmv)
321{
322 TestParams params;
323
324 getParams(&params);
325 GbmvPerformanceTest<float>::runInstance(FN_SGBMV, &params);
326}
327
328// dgbmv performance test case
329TEST_P(GBMV, dgbmv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected