From 42229d03fe55c45f0ad2ba68f190f3d68a78ae79 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 7 Apr 2022 16:54:46 -0700 Subject: 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 Change-Id: Iac57026806acfb7913f40af61176322fb02b7cc1 --- chapters/scatter_gather.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chapters/scatter_gather.adoc') 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 |=== -- cgit v1.2.1