| 217 | // Instantiate the test |
| 218 | |
| 219 | TEST_P(GEMV, sgemv) { |
| 220 | TestParams params; |
| 221 | |
| 222 | getParams(¶ms); |
| 223 | gemvCorrectnessTest<cl_float>(¶ms); |
| 224 | } |
| 225 | |
| 226 | TEST_P(GEMV, dgemv) { |
| 227 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected