Home
last modified time | relevance | path

Searched defs:build_log (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/compute/include/boost/compute/exception/
Dprogram_build_failure.hpp33 explicit program_build_failure(cl_int error, const std::string& build_log) in program_build_failure()
46 std::string build_log() const throw() in build_log() function in boost::compute::program_build_failure
/third_party/boost/boost/compute/exception/
Dprogram_build_failure.hpp33 explicit program_build_failure(cl_int error, const std::string& build_log) in program_build_failure()
46 std::string build_log() const throw() in build_log() function in boost::compute::program_build_failure
/third_party/boost/libs/compute/test/
Dtest_program.cpp332 BOOST_AUTO_TEST_CASE(build_log) in BOOST_AUTO_TEST_CASE() argument
/third_party/ninja/src/
Dgraph.h289 BuildLog* build_log() const { in build_log() function
Dbuild.cc732 BuildLog* build_log, DepsLog* deps_log, in Builder()
Dbuild_test.cc549 BuildLog build_log, *pbuild_log = NULL; in RebuildTarget() local
/third_party/boost/boost/compute/
Dprogram.hpp372 std::string build_log() const in build_log() function in boost::compute::program
/third_party/boost/libs/compute/include/boost/compute/
Dprogram.hpp372 std::string build_log() const in build_log() function in boost::compute::program
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_runtime.cc516 std::string build_log = program.getBuildInfo<CL_PROGRAM_BUILD_LOG>(*device_); in BuildProgram() local