ssymm performance test
| 369 | |
| 370 | // ssymm performance test |
| 371 | TEST_P(SYMM, ssymm) |
| 372 | { |
| 373 | TestParams params; |
| 374 | |
| 375 | getParams(¶ms); |
| 376 | SymmPerformanceTest<float>::runInstance(FN_SSYMM, ¶ms); |
| 377 | } |
| 378 | |
| 379 | |
| 380 | TEST_P(SYMM, dsymm) |
nothing calls this directly
no outgoing calls
no test coverage detected