| 228 | // Instantiate the test |
| 229 | |
| 230 | TEST_P(TRMV, strmv) { |
| 231 | TestParams params; |
| 232 | |
| 233 | getParams(¶ms); |
| 234 | trmvCorrectnessTest<cl_float>(¶ms); |
| 235 | } |
| 236 | |
| 237 | TEST_P(TRMV, dtrmv) { |
| 238 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected