| 204 | // Instantiate the test |
| 205 | |
| 206 | TEST_P(TRSM, strsm) { |
| 207 | TestParams params; |
| 208 | |
| 209 | getParams(¶ms); |
| 210 | trsmCorrectnessTest<cl_float>(¶ms); |
| 211 | } |
| 212 | |
| 213 | TEST_P(TRSM, dtrsm) { |
| 214 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected