| 494 | } |
| 495 | |
| 496 | void |
| 497 | KTest::auxFunctions(std::stringstream& ss) |
| 498 | { |
| 499 | getPlatform(ss); |
| 500 | getDevice(ss); |
| 501 | createKernel(ss); |
| 502 | printExecTime(ss); |
| 503 | } |
| 504 | |
| 505 | void |
| 506 | KTest::getPlatform(std::stringstream& ss) |
nothing calls this directly
no test coverage detected