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

Function TEST_P

src/tests/performance/perf-sbmv.cpp:313–319  ·  view source on GitHub ↗

sgbmv performance test

Source from the content-addressed store, hash-verified

311
312// sgbmv performance test
313TEST_P(SBMV, ssbmv)
314{
315 TestParams params;
316
317 getParams(&params);
318 SbmvPerformanceTest<float>::runInstance(FN_SSBMV, &params);
319}
320
321// dgbmv performance test case
322TEST_P(SBMV, dsbmv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected