aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2021-02-23 12:30:49 +0000
committerGiorgio Arena <giorgio.arena@arm.com>2021-02-23 12:47:25 +0000
commitf42d90abac0820f6611e34dadc1bd2ea6be9e5fb (patch)
tree4f28ac7e64856d8282afcc673836142481f89f4e
parentdf2a9a307bb9a2c6bbad758f31a6fb4610fa82d2 (diff)
downloadComputeLibrary-f42d90abac0820f6611e34dadc1bd2ea6be9e5fb.tar.gz
Update release note for data type decoupling
Change-Id: I8a2d35ef1d1a16e687b581e16a6907e392ef96f4 Signed-off-by: Giorgio Arena <giorgio.arena@arm.com>
-rw-r--r--docs/00_introduction.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 5c6b202139..79d2585cf0 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -133,6 +133,7 @@ v21.02 Public major release
- Add functionality to load the OpenCL GEMM heuristics at runtime
- The GEMM heuristic file (MLGO) can be used to update the default GEMM heuristics available for OpenCL
- Note: there might be performance regressions against v20.08 in Inception v3 using int8 data types on Arm Mali-G77 GPUs. Currently under investigation
+ - Note: data-type decoupling is in progress and expiremental. Warning of unused symbols might be raised
v20.11 Public major release
- Various bug fixes.