| 232 | // Instantiate the test |
| 233 | |
| 234 | TEST_P(SYR2K, ssyr2k) { |
| 235 | TestParams params; |
| 236 | |
| 237 | getParams(¶ms); |
| 238 | syr2kCorrectnessTest<cl_float>(¶ms); |
| 239 | } |
| 240 | |
| 241 | TEST_P(SYR2K, dsyr2k) { |
| 242 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected