MCPcopy Create free account
hub / github.com/boostorg/compute / build_log

Method build_log

include/boost/compute/program.hpp:335–338  ·  view source on GitHub ↗

Returns the build log.

Source from the content-addressed store, hash-verified

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 ///

Callers 3

mainFunction · 0.80
mainFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

frontMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64