| 215 | // Instantiate the test |
| 216 | |
| 217 | TEST_P(TPSV, stpsv) { |
| 218 | TestParams params; |
| 219 | |
| 220 | getParams(¶ms); |
| 221 | tpsvCorrectnessTest<cl_float>(¶ms); |
| 222 | } |
| 223 | |
| 224 | TEST_P(TPSV, dtpsv) { |
| 225 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected