summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2014-11-14 08:02:57 +0800
committerZhigang Gong <zhigang.gong@intel.com>2014-11-14 08:08:25 +0800
commit39f89175c677653c56e36c08c4510fc972da5358 (patch)
treee3673a7322ff4115a53a4ac9bb274376c3115995 /docs
parent83357b448ca2eaa8a7e9965d1395baac302f90d0 (diff)
downloadbeignet-39f89175c677653c56e36c08c4510fc972da5358.tar.gz
GBE: work around error reporting for unresolved symbols
Beignet currently doesn't have a good error reporting mechanism for internal passes. Currently, almost all error will cause an user unfriendly assert. This is ok for most of the cases, but it is really not good for unresolve symbols error, as it is not a real compiler internal bug and we should not assert. We should report it to help user to identify the error and fix that in the cl kernel. This patch is just a work around. We will implement a better error handling in the future to consolidate all this type of error into the normal error log buffer. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions