| 179 | // Instantiate the test |
| 180 | |
| 181 | TEST_P(COPY, scopy) { |
| 182 | TestParams params; |
| 183 | |
| 184 | getParams(¶ms); |
| 185 | copyCorrectnessTest<cl_float>(¶ms); |
| 186 | } |
| 187 | |
| 188 | TEST_P(COPY, dcopy) { |
| 189 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected