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

Function TEST_P

src/tests/correctness/corr-tbmv.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205// Instantiate the test
206
207TEST_P(TBMV, stbmv) {
208 TestParams params;
209
210 getParams(&params);
211 tbmvCorrectnessTest<cl_float>(&params);
212}
213
214TEST_P(TBMV, dtbmv) {
215 TestParams params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected