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

Function TEST_P

src/tests/correctness/corr-spr2.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193// Instantiate the test
194
195TEST_P(SPR2, sspr2) {
196 TestParams params;
197
198 getParams(&params);
199 spr2CorrectnessTest<cl_float>(&params);
200}
201
202TEST_P(SPR2, dspr2) {
203 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected