Returns the build log.
| 370 | |
| 371 | /// Returns the build log. |
| 372 | std::string build_log() const |
| 373 | { |
| 374 | return get_build_info<std::string>(CL_PROGRAM_BUILD_LOG, get_devices().front()); |
| 375 | } |
| 376 | |
| 377 | /// Creates and returns a new kernel object for \p name. |
| 378 | /// |