Instantiate the test
| 211 | |
| 212 | // Instantiate the test |
| 213 | TEST_P(ROTM, srotm) |
| 214 | { |
| 215 | TestParams params; |
| 216 | |
| 217 | getParams(¶ms); |
| 218 | rotmCorrectnessTest<cl_float>(¶ms); |
| 219 | } |
| 220 | |
| 221 | TEST_P(ROTM, drotm) |
| 222 | { |
nothing calls this directly
no outgoing calls
no test coverage detected