| 237 | |
| 238 | |
| 239 | TEST_P(GER, sger) { |
| 240 | TestParams params; |
| 241 | |
| 242 | getParams(¶ms); |
| 243 | gerCorrectnessTest<cl_float>(¶ms); |
| 244 | } |
| 245 | |
| 246 | TEST_P(GER, dger) { |
| 247 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected