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

Function TEST_P

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

Source from the content-addressed store, hash-verified

321} // namespace clMath
322
323TEST_P(SPR, sspr)
324{
325 TestParams params;
326
327 getParams(&params);
328 SprPerformanceTest<float>::runInstance(FN_SSPR, &params);
329}
330
331TEST_P(SPR, dspr)
332{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected