summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-16 12:11:15 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-16 12:11:15 +0100
commit35e2b3ed5b97cc16cfe9e7786aec1b0aa0946c52 (patch)
tree6cbf684f0ab85266f0e6d1c0aed9bfeecf643687 /README.md
parent4a58efc1309f867a225ac9d49ee2fe4fdda39232 (diff)
Updated the known issues
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b255c09e..068b8871 100644
--- a/README.md
+++ b/README.md
@@ -367,12 +367,14 @@ 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.
+* Performance issues on Qualcomm Adreno GPUs.
Other known issues:
* Routines returning an integer are currently not properly tested for half-precision FP16: IHAMAX/IHAMIN/IHMAX/IHMIN
+* Half-precision FP16 tests might sometimes fail based on order multiplication, i.e. (a * b) * c != (c * b) * a
+
Contributing
-------------