aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chapters/introduction.adoc1
-rw-r--r--tosa.xml7
-rw-r--r--tosa.xsd1
3 files changed, 0 insertions, 9 deletions
diff --git a/chapters/introduction.adoc b/chapters/introduction.adoc
index b8f1730..287aead 100644
--- a/chapters/introduction.adoc
+++ b/chapters/introduction.adoc
@@ -139,7 +139,6 @@ The TOSA specification is a work in progress.
* The Main Inference profile has most of the expected operators in place, but is still subject to change.
* The reference model and conformance tests do not yet support all of the floating point types that have been defined.
* There is not currently a conformance test suite available for Main Inference.
-* Main Training profile is pre-alpha, significant work still needs to be done for the profile, and no conformance tests are available.
=== Compliance
diff --git a/tosa.xml b/tosa.xml
index 0b4315b..15db62b 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -5,7 +5,6 @@
<profiles>
<profile profile="Base Inference" name="BI" status="Complete" description="Integer operations, primarily 8 and 32-bit values"/>
<profile profile="Main Inference" name="MI" status="Complete" description="FP16 and FP32 operations"/>
- <profile profile="Main Training" name="MT" status="In development" description="Training operations"/>
</profiles>
<profile_extensions>
<profile_extension name="EXT-INT16" description="16-bit integer operations" status="Complete"/>
@@ -3147,7 +3146,6 @@ used.</description>
<typesupport mode="shape" shape_t="size_t" >
<op_profile name="BI"/>
<op_profile name="MI"/>
- <op_profile name="MT"/>
</typesupport>
</operator>
<operator>
@@ -3166,7 +3164,6 @@ used.</description>
<typesupport mode="shape" shape_t="size_t" >
<op_profile name="BI"/>
<op_profile name="MI"/>
- <op_profile name="MT"/>
</typesupport>
</operator>
<operator>
@@ -3185,7 +3182,6 @@ used.</description>
<typesupport mode="shape" shape_t="size_t" >
<op_profile name="BI"/>
<op_profile name="MI"/>
- <op_profile name="MT"/>
</typesupport>
</operator>
<operator>
@@ -3255,7 +3251,6 @@ used.</description>
<typesupport mode="shape" shape_t="size_t" >
<op_profile name="BI"/>
<op_profile name="MI"/>
- <op_profile name="MT"/>
</typesupport>
</operator>
<operator>
@@ -3277,7 +3272,6 @@ used.</description>
<typesupport mode="shape" shape_t="size_t" >
<op_profile name="BI"/>
<op_profile name="MI"/>
- <op_profile name="MT"/>
</typesupport>
</operator>
<operator>
@@ -3299,7 +3293,6 @@ used.</description>
<typesupport mode="shape" shape_t="size_t" >
<op_profile name="BI"/>
<op_profile name="MI"/>
- <op_profile name="MT"/>
</typesupport>
</operator>
</operatorgroup>
diff --git a/tosa.xsd b/tosa.xsd
index 54610d5..dec20eb 100644
--- a/tosa.xsd
+++ b/tosa.xsd
@@ -7,7 +7,6 @@
<xs:restriction base="xs:string">
<xs:enumeration value="BI"/>
<xs:enumeration value="MI"/>
- <xs:enumeration value="MT"/>
<xs:enumeration value="EXT-INT16"/>
<xs:enumeration value="EXT-INT4"/>
<xs:enumeration value="EXT-BF16"/>