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

Function TEST_P

src/tests/performance/perf-spr2.cpp:322–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320} // namespace clMath
321
322TEST_P(SPR2, sspr2)
323{
324 TestParams params;
325
326 getParams(&params);
327 Spr2PerformanceTest<float>::runInstance(FN_SSPR2, &params);
328}
329
330TEST_P(SPR2, dspr2)
331{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected