summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2015-02-06 14:57:05 +0800
committerZhigang Gong <zhigang.gong@intel.com>2015-02-06 15:06:39 +0800
commit7d35ff4ba57a412e660d0956889718f864103ab2 (patch)
tree77a4100db47ab7ff94ab670120440c66adfa5172
parente0f41fb2e4433b585a14d26a6a470364d89f493d (diff)
update document.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
-rw-r--r--docs/Beignet/Backend.mdwn9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/Beignet/Backend.mdwn b/docs/Beignet/Backend.mdwn
index 319ce817..e4259fb7 100644
--- a/docs/Beignet/Backend.mdwn
+++ b/docs/Beignet/Backend.mdwn
@@ -5,10 +5,13 @@ This code base contains the compiler part of the Beignet OpenCL stack. The
compiler is responsible to take a OpenCL language string and to compile it into
a binary that can be executed on Intel integrated GPUs.
-Limitations
------------
+Status
+------
-Today, the compiler is far from complete. See [[here|Backend/TODO]] for a
+After two years development, beignet is mature now. It now supports all the
+OpenCL 1.2 mandatory features. Beignet get almost 100% pass rate with both
+OpenCV 3.0 test suite and the piglit opencl test suite. There are some
+performance tuning related items remained, see [[here|Backend/TODO]] for a
(incomplete) lists of things to do.
Interface with the run-time