strsm performance test case
| 32 | |
| 33 | // strsm performance test case |
| 34 | TEST_P(TRSM, strsm) |
| 35 | { |
| 36 | TestParams params; |
| 37 | |
| 38 | getParams(¶ms); |
| 39 | TrxmPerformanceTest<float>::runInstance(FN_STRSM, ¶ms); |
| 40 | } |
| 41 | |
| 42 | // dtrsm performance test case |
| 43 | TEST_P(TRSM, dtrsm) |
nothing calls this directly
no outgoing calls
no test coverage detected