| 213 | // Instantiate the test |
| 214 | |
| 215 | TEST_P(TPMV, stpmv) { |
| 216 | TestParams params; |
| 217 | |
| 218 | getParams(¶ms); |
| 219 | tpmvCorrectnessTest<cl_float>(¶ms); |
| 220 | } |
| 221 | |
| 222 | TEST_P(TPMV, dtpmv) { |
| 223 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected