Returns the build log.
| 333 | |
| 334 | /// Returns the build log. |
| 335 | std::string build_log() const |
| 336 | { |
| 337 | return get_build_info<std::string>(CL_PROGRAM_BUILD_LOG, get_devices().front()); |
| 338 | } |
| 339 | |
| 340 | /// Creates and returns a new kernel object for \p name. |
| 341 | /// |