From 74e2ceba954ed6111b3e3ce40c5ff88fe79ff043 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 20 Oct 2023 15:58:55 -0700 Subject: Initial FP8 support Adds support for Open Compute Project (OCP) 8-bit floating point operations to the TOSA specification. Both E4M3 and E5M2 types are supported for profiles as indicated in the Supported Data Types table for each operator. FP8 operator list ARGMAX AVGPOOL CONV2D CONV3D DEPTHWISE_CONV2D MATMUL MAX_POOL2D TRANSPOSE_CONV2D CONST CAST CONCAT PAD DIM RESHAPE REVERSE SLICE TILE TRANSPOSE GATHER SCATTER Signed-off-by: Eric Kunze Change-Id: I3dd83f48afcc3c880c5c88039337ff4f1fd95b1b --- tosa.xsd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tosa.xsd') diff --git a/tosa.xsd b/tosa.xsd index a52c1a7..e0afbe2 100644 --- a/tosa.xsd +++ b/tosa.xsd @@ -38,6 +38,8 @@ + + -- cgit v1.2.1