aboutsummaryrefslogtreecommitdiff
path: root/tosa.xsd
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2024-04-16 18:08:08 -0700
committerEric Kunze <eric.kunze@arm.com>2024-04-18 21:23:44 -0700
commite6c07c8f97f84706e0105ec659462d262283dd95 (patch)
treefe377a2224b970082009bf1f0e27963d4ac8ab62 /tosa.xsd
parent0e121c064e051716bdfca892b210fa52c792ac29 (diff)
downloadspecification-e6c07c8f97f84706e0105ec659462d262283dd95.tar.gz
Add version_added to each op_profile
Allows for future tools to take action on which version the operator/profile first appears. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: If0358c8b189f8b2aa11cde3379076c0cc28bf17d
Diffstat (limited to 'tosa.xsd')
-rw-r--r--tosa.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/tosa.xsd b/tosa.xsd
index d5d7dca..e8ce657 100644
--- a/tosa.xsd
+++ b/tosa.xsd
@@ -289,6 +289,7 @@
<xs:element ref="op_profile"/>
</xs:choice>
<xs:attribute name="mode" type="xs:string" use="required"/>
+ <xs:attribute name="version_added" type="xs:string" use="required"/>
<xs:attribute name="in_t" type="datatype"/>
<xs:attribute name="out_t" type="datatype"/>
<xs:attribute name="in_out_t" type="datatype"/>