aboutsummaryrefslogtreecommitdiff
path: root/chapters/scatter_gather.adoc
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-04-07 16:54:46 -0700
committerEric Kunze <eric.kunze@arm.com>2022-06-17 20:38:16 +0000
commit42229d03fe55c45f0ad2ba68f190f3d68a78ae79 (patch)
treefde2487db3fe2c4e8257beec9b54044fac9da931 /chapters/scatter_gather.adoc
parentf9e5ba94f12a71f088c790f532cd62d33b8d25d0 (diff)
downloadspecification-42229d03fe55c45f0ad2ba68f190f3d68a78ae79.tar.gz
Initial work on floating-point type definition
Define operations in terms of common floating-point data types. Definitions for the data types are in the introduction. Added a section to describe status of the different profiles. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: Iac57026806acfb7913f40af61176322fb02b7cc1
Diffstat (limited to 'chapters/scatter_gather.adoc')
-rw-r--r--chapters/scatter_gather.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapters/scatter_gather.adoc b/chapters/scatter_gather.adoc
index 63f30dc..524bfd3 100644
--- a/chapters/scatter_gather.adoc
+++ b/chapters/scatter_gather.adoc
@@ -105,5 +105,7 @@ for_each(0 <= n < N, 0 <= w < W, 0 <= c < C) {
|Any|signed 8|int32_t|int8_t
|Any|signed 16|int32_t|int16_t
|Any|signed 32|int32_t|int32_t
-|MI,MT|float|int32_t|float
+|MI,MT|fp16|int32_t|fp16_t
+|MI,MT|bf16|int32_t|bf16_t
+|MI,MT|fp32|int32_t|fp32_t
|===