mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-11 02:33:51 +08:00
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:
@@ -14,6 +14,7 @@ common_src = [
|
||||
]
|
||||
|
||||
thneed_src_common = [
|
||||
"thneed/clutil_legacy.cc",
|
||||
"thneed/thneed_common.cc",
|
||||
"thneed/serialize.cc",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user