| 189 | // Instantiate the test |
| 190 | |
| 191 | TEST_P(TRMM, strmm) { |
| 192 | TestParams params; |
| 193 | |
| 194 | getParams(¶ms); |
| 195 | trmmCorrectnessTest<cl_float>(¶ms); |
| 196 | } |
| 197 | |
| 198 | TEST_P(TRMM, dtrmm) { |
| 199 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected