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

Function TEST_P

src/tests/performance/perf-symv.cpp:336–342  ·  view source on GitHub ↗

ssymv performance test

Source from the content-addressed store, hash-verified

334
335// ssymv performance test
336TEST_P(SYMV, ssymv)
337{
338 TestParams params;
339
340 getParams(&params);
341 SymvPerformanceTest<float>::runInstance(FN_SSYMV, &params);
342}
343
344// dsymv performance test case
345TEST_P(SYMV, dsymv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected