ssyr2k performance test
| 308 | |
| 309 | // ssyr2k performance test |
| 310 | TEST_P(SYR2K, ssyr2k) |
| 311 | { |
| 312 | TestParams params; |
| 313 | |
| 314 | getParams(¶ms); |
| 315 | Syr2kPerformanceTest<float>::runInstance(FN_SSYR2K, ¶ms); |
| 316 | } |
| 317 | |
| 318 | // dsyr2k performance test case |
| 319 | TEST_P(SYR2K, dsyr2k) |
nothing calls this directly
no outgoing calls
no test coverage detected