| 219 | // Instantiate the test |
| 220 | |
| 221 | TEST_P(GBMV, sgbmv) { |
| 222 | TestParams params; |
| 223 | |
| 224 | getParams(¶ms); |
| 225 | gbmvCorrectnessTest<cl_float>(¶ms); |
| 226 | } |
| 227 | |
| 228 | TEST_P(GBMV, dgbmv) { |
| 229 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected