| 202 | // Instantiate the test |
| 203 | |
| 204 | TEST_P(SPR, sspr) { |
| 205 | TestParams params; |
| 206 | |
| 207 | getParams(¶ms); |
| 208 | sprCorrectnessTest<cl_float>(¶ms); |
| 209 | } |
| 210 | |
| 211 | TEST_P(SPR, dspr) { |
| 212 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected