summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-30 17:19:17 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-30 17:19:17 +0200
commitf4c4674cf66180dd71d140c4bfa9758a0e8ac86f (patch)
treeb7d0ed6c246dbbc222043b026ee410301306c054 /README.md
parent0d8313708ca84f5338f405ae9b3261188e87b6f7 (diff)
Updated to version 1.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index e8db38d2..c13770f6 100644
--- a/README.md
+++ b/README.md
@@ -316,6 +316,16 @@ Since there is no half-precision data-type in C or C++, OpenCL provides the `cl_
The `samples/haxpy.c` example shows how to use these convenience functions when calling the half-precision BLAS routine HAXPY.
+Known issues
+-------------
+
+Known performance related issues:
+
+* Severe performance issues with Beignet v1.3.0 due to missing support for local memory. Please downgrade to v1.2.1 or upgrade to v1.3.1 or newer.
+
+* Performance issues on ARM Mali GPUs due to missing compiler for support for loop unrolling and array-to-register promotion.
+
+
Contributing
-------------