summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2015-04-15 08:18:05 +0800
committerZhigang Gong <zhigang.gong@intel.com>2015-04-15 08:43:06 +0800
commit7749e0d7e2f9316f26740a48df19e3103c893749 (patch)
tree9fb0c207a71de1e2f4c03b12a9b892c498b3392d /docs
parent761755b3109fa2f5a59408fc8947eedc5c61586f (diff)
downloadbeignet-7749e0d7e2f9316f26740a48df19e3103c893749.tar.gz
Doc: update known issue for the store/load pointer issue.
We will defer the fix of this known issue to 1.1.0. Let's document it before that. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Beignet.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn
index 9915a4d0..90a00e5f 100644
--- a/docs/Beignet.mdwn
+++ b/docs/Beignet.mdwn
@@ -195,6 +195,17 @@ Known Issues
extension. This feature used to work with a previous mesa git version. But now, it's
simply broken.
+* Illegal pointer issue.
+ If you met the following error message:
+
+ `Illegal pointer which is not from a valid memory space.`
+ `Aborting...`
+
+ That means the computing kernel is running into an unsupported feature which is to
+ store/load pointers to/from memory. As we know, this feature has been used in Luxmark
+ 3.0 and maybe the latest BOINC. Beignet could support them currently. We plan to fix
+ it in next major release 1.1.0.
+
TODO
----