summaryrefslogtreecommitdiff
path: root/Software/Beignet/Backend.mdwn
diff options
context:
space:
mode:
authorZhigang Gong <gongzg@freedesktop.org>2015-02-06 00:02:31 -0800
committerZhigang Gong <gongzg@freedesktop.org>2015-02-06 00:02:31 -0800
commitf5cdf9e59aec2b4eb9b4b8a6119c72a7b203775a (patch)
tree233fca2a254e3530e556fe1a948b8e8553b97155 /Software/Beignet/Backend.mdwn
parentc46bfa9528e8b5f05b1fa98344367340b213ca09 (diff)
update document.
Diffstat (limited to 'Software/Beignet/Backend.mdwn')
-rw-r--r--Software/Beignet/Backend.mdwn9
1 files changed, 6 insertions, 3 deletions
diff --git a/Software/Beignet/Backend.mdwn b/Software/Beignet/Backend.mdwn
index af226472..dff32ec1 100644
--- a/Software/Beignet/Backend.mdwn
+++ b/Software/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