aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2021-02-23 12:31:54 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2021-03-10 16:31:16 +0000
commit1ffa5ac9459865436a3a0ec36480f92ac02f4013 (patch)
treeab928b6f140c4502b4062eb909571fb3914521f2 /docs/00_introduction.dox
parent5a1bf629752720a7ba0c88f34249393f7e52ad3c (diff)
downloadComputeLibrary-1ffa5ac9459865436a3a0ec36480f92ac02f4013.tar.gz
Update release note for data type decoupling
Signed-off-by: Giorgio Arena <giorgio.arena@arm.com> Change-Id: I527f8bf9db66a52c86b4b6a31298ff576d296e3c Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5240 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/00_introduction.dox')
-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 4b37b5b768..68c64be53f 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -220,6 +220,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.