| 268 | } // namespace clMath |
| 269 | |
| 270 | TEST_P(NRM2, snrm2) |
| 271 | { |
| 272 | TestParams params; |
| 273 | |
| 274 | getParams(¶ms); |
| 275 | Nrm2PerformanceTest<float>::runInstance(FN_SNRM2, ¶ms); |
| 276 | } |
| 277 | |
| 278 | |
| 279 | TEST_P(NRM2, dnrm2) |
nothing calls this directly
no outgoing calls
no test coverage detected