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

Method build_log

include/boost/compute/program.hpp:372–375  ·  view source on GitHub ↗

Returns the build log.

Source from the content-addressed store, hash-verified

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

Callers 3

mainFunction · 0.45
mainFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 1

frontMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36