summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYang Rong <rong.r.yang@intel.com>2017-03-13 15:18:18 +0800
committerYang Rong <rong.r.yang@intel.com>2017-03-13 15:21:24 +0800
commit49cc1d699bc9a32294d888ea2632e2898e8c4036 (patch)
tree2c0027ccc0fe8dea28888034cec5986b62dbb396 /docs
parent4dda7fb21acb8a400af73f56c5ef1c242523f564 (diff)
downloadbeignet-49cc1d699bc9a32294d888ea2632e2898e8c4036.tar.gz
Docs: update Readme.
Remove the (Debian-specific) jessie-backports reference, and add x86_64 requirement. Signed-off-by: Yang Rong <rong.r.yang@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Beignet.mdwn8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn
index a2a3af4f..b1019da2 100644
--- a/docs/Beignet.mdwn
+++ b/docs/Beignet.mdwn
@@ -162,8 +162,12 @@ Supported Targets
OpenCL 2.0
----------
From release v1.3.0, beignet supports OpenCL 2.0 on Skylake and later hardware.
-This requires LLVM/Clang 3.9 or later and libdrm 2.4.66 or later; because of this, it is not available in jessie-backports.
-As required by the OpenCL specification, kernels are compiled as OpenCL C 1.2 by default; to use 2.0 they must explicitly request it with the -cl-std=CL2.0 build option. As OpenCL 2.0 is likely to be slower than 1.2, we recommend that this is used only where needed. (This is because 2.0 uses more registers and has lots of int64 operations, and some of the 2.0 features (pipes and especially device queues) are implemented in software so do not provide any performance gain.) Beignet will continue to improve OpenCL 2.0 performance.
+This requires LLVM/Clang 3.9 or later, libdrm 2.4.66 or later and x86_64 linux.
+As required by the OpenCL specification, kernels are compiled as OpenCL C 1.2 by default; to use 2.0 they
+must explicitly request it with the -cl-std=CL2.0 build option. As OpenCL 2.0 is likely to be slower than
+1.2, we recommend that this is used only where needed. (This is because 2.0 uses more registers and has
+lots of int64 operations, and some of the 2.0 features (pipes and especially device queues) are implemented
+in software so do not provide any performance gain.) Beignet will continue to improve OpenCL 2.0 performance.
Known Issues
------------