| 247 | // Instantiate the test |
| 248 | |
| 249 | TEST_P(SYR, ssyr) { |
| 250 | TestParams params; |
| 251 | |
| 252 | getParams(¶ms); |
| 253 | syrCorrectnessTest<cl_float>(¶ms); |
| 254 | } |
| 255 | |
| 256 | TEST_P(SYR, dsyr) { |
| 257 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected