summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2015-03-16 12:24:10 +0800
committerZhigang Gong <zhigang.gong@intel.com>2015-03-16 16:12:14 +0800
commit928f5d5b92c794c6519fbf29dfffdaa759400920 (patch)
treede8804493a9585941388fbe5af471866f3992e1a /docs
parenta153aba8d861cfffe65309be670dba5d7fcb285f (diff)
downloadbeignet-928f5d5b92c794c6519fbf29dfffdaa759400920.tar.gz
Build: set 3.5 as the stable LLVM version for beignet.
And update document accordingly. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Beignet.mdwn11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn
index fccbac0a..b60b254e 100644
--- a/docs/Beignet.mdwn
+++ b/docs/Beignet.mdwn
@@ -38,14 +38,15 @@ with anything older.
[http://llvm.org/releases/](http://llvm.org/releases/)
-LLVM 3.3 , 3.4 and 3.5 are supported. Till now, the recommended LLVM/CLANG version is 3.5.
-There are some severe OpenCL related regression in clang 3.4 version.
-**Note about LLVM 3.4**
+**The recommended LLVM/CLANG version is 3.5 and/or 3.6**
-* If you want to try Clang/LLVM 3.4, you need to disable terminfo:
---disable-terminfo. It's a llvm 3.4 bug.
+Based on our test result, LLVM 3.5 has best pass rate on all the test suites. Compare
+to LLVM 3.5, LLVM 3.6 has slightly lower pass rate(caused by one front end bug at clang
+3.6) but has better performance(3% to 8% up).
+For LLVM 3.3 and 3.4, Beignet still support them, but it may be limited to support the
+build and major functions.
How to build and install
------------------------