summaryrefslogtreecommitdiff
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:18:05 +0800
commitab057f9da7e1d349486fa9af76c4452cce4bebda (patch)
treec9f3f583be1d00c7161794c8d35f4ab959c51619
parenteff83ecf4680d8e4d3b1bb9765c90688f3834d43 (diff)
downloadbeignet-ab057f9da7e1d349486fa9af76c4452cce4bebda.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>
-rw-r--r--docs/Beignet.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn
index 5d27cfed..57041ba1 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
----