summaryrefslogtreecommitdiff
path: root/docs
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 14:57:24 +0800
commitb65f697f062abc611d8be47423a3e28c79e3eaea (patch)
tree38760ecf8f844f3d1920845ae689248f0bbae571 /docs
parent0d2b10c40766d5a7638c6311f904aec0d60869ad (diff)
downloadbeignet-b65f697f062abc611d8be47423a3e28c79e3eaea.tar.gz
update document.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Diffstat (limited to 'docs')
-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