Add cl_print_build_errors to handle OpenCL build errors

This function logs detailed build failure information, including the status and build log retrieved from OpenCL. It provides better debugging support for diagnosing issues with OpenCL program compilation.
This commit is contained in:
DevTekVE
2025-03-09 18:29:32 +01:00
parent 425f5ebb2e
commit ba3acbce0a
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ common_src = [
]
thneed_src_common = [
"thneed/clutil_legacy.cc",
"thneed/thneed_common.cc",
"thneed/serialize.cc",
]