| 216 | // Instantiate the test |
| 217 | |
| 218 | TEST_P(SYRK, ssyrk) { |
| 219 | TestParams params; |
| 220 | |
| 221 | getParams(¶ms); |
| 222 | syrkCorrectnessTest<cl_float>(¶ms); |
| 223 | } |
| 224 | |
| 225 | TEST_P(SYRK, dsyrk) { |
| 226 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected