| 573 | } |
| 574 | |
| 575 | void |
| 576 | KTest::buildKernel(std::stringstream& ss) |
| 577 | { |
| 578 | ss << indent() << "kernel = createKernel(source, context, BUILD_OPTIONS, &err);" << std::endl |
| 579 | << indent() << "assert(kernel != NULL);" << std::endl; |
| 580 | } |
| 581 | |
| 582 | void |
| 583 | KTest::getBufferSizeExpr(Variable *buffer, std::string& size) |