| 184 | // Instantiate the test |
| 185 | |
| 186 | TEST_P(AXPY, saxpy) { |
| 187 | TestParams params; |
| 188 | |
| 189 | getParams(¶ms); |
| 190 | axpyCorrectnessTest<cl_float>(¶ms); |
| 191 | } |
| 192 | |
| 193 | TEST_P(AXPY, daxpy) { |
| 194 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected