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