| 205 | // Instantiate the test |
| 206 | |
| 207 | TEST_P(TBMV, stbmv) { |
| 208 | TestParams params; |
| 209 | |
| 210 | getParams(¶ms); |
| 211 | tbmvCorrectnessTest<cl_float>(¶ms); |
| 212 | } |
| 213 | |
| 214 | TEST_P(TBMV, dtbmv) { |
| 215 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected