ssyrk performance test
| 292 | |
| 293 | // ssyrk performance test |
| 294 | TEST_P(SYRK, ssyrk) |
| 295 | { |
| 296 | TestParams params; |
| 297 | |
| 298 | getParams(¶ms); |
| 299 | SyrkPerformanceTest<float>::runInstance(FN_SSYRK, ¶ms); |
| 300 | } |
| 301 | |
| 302 | // dsyrk performance test case |
| 303 | TEST_P(SYRK, dsyrk) |
nothing calls this directly
no outgoing calls
no test coverage detected