| 515 | } |
| 516 | |
| 517 | void |
| 518 | KTest::createKernel(std::stringstream& ss) |
| 519 | { |
| 520 | ss << createKernelCode << std::endl; |
| 521 | } |
| 522 | |
| 523 | void |
| 524 | KTest::printExecTime(std::stringstream& ss) |
nothing calls this directly
no outgoing calls
no test coverage detected