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

Function TEST_P

src/tests/correctness/corr-spr.cpp:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202// Instantiate the test
203
204TEST_P(SPR, sspr) {
205 TestParams params;
206
207 getParams(&params);
208 sprCorrectnessTest<cl_float>(&params);
209}
210
211TEST_P(SPR, dspr) {
212 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected