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

Function TEST_P

src/tests/correctness/corr-tbsv.cpp:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214// Instantiate the test
215
216TEST_P(TBSV, stbsv) {
217 TestParams params;
218
219 getParams(&params);
220 tbsvCorrectnessTest<cl_float>(&params);
221}
222
223TEST_P(TBSV, dtbsv) {
224 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected