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

Function TEST_P

src/tests/correctness/corr-tpsv.cpp:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215// Instantiate the test
216
217TEST_P(TPSV, stpsv) {
218 TestParams params;
219
220 getParams(&params);
221 tpsvCorrectnessTest<cl_float>(&params);
222}
223
224TEST_P(TPSV, dtpsv) {
225 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected