strmm performance test case
| 39 | |
| 40 | // strmm performance test case |
| 41 | TEST_P(TRMM, strmm) |
| 42 | { |
| 43 | TestParams params; |
| 44 | |
| 45 | getParams(¶ms); |
| 46 | TrxmPerformanceTest<float>::runInstance(FN_STRMM, ¶ms); |
| 47 | } |
| 48 | |
| 49 | // dtrmm performance test case |
| 50 | TEST_P(TRMM, dtrmm) |
nothing calls this directly
no outgoing calls
no test coverage detected