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

Function TEST_P

src/tests/performance/perf-spmv.cpp:329–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327
328
329TEST_P(SPMV, sspmv)
330{
331 TestParams params;
332
333 getParams(&params);
334 SpmvPerformanceTest<cl_float>::runInstance(FN_SSPMV, &params);
335}
336
337TEST_P(SPMV, dspmv)
338{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected