aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/README.md
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-10-23 11:55:38 +0100
committerEric Kunze <eric.kunze@arm.com>2023-10-24 21:23:08 +0000
commitfd8c8fe887d49223b4d4c66d38e79d6e4c648fef (patch)
treeb9aaf310b09519c99284edf01fca64299e31d366 /verif/conformance/README.md
parent452ba703699657ab3719fd38be42b6719b0cf960 (diff)
downloadreference_model-fd8c8fe887d49223b4d4c66d38e79d6e4c648fef.tar.gz
Improve conformance backward version support
Turn off ARGMAX rank 6 tests for v0.60.0 Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I535b7887a9db099d39ad943e151f870ebc716791
Diffstat (limited to 'verif/conformance/README.md')
-rw-r--r--verif/conformance/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/verif/conformance/README.md b/verif/conformance/README.md
index 8fbf4fd..d047802 100644
--- a/verif/conformance/README.md
+++ b/verif/conformance/README.md
@@ -27,6 +27,9 @@ criteria.
Each generation group is a dictionary that contains:
+* "from_version" - optional version string for when the tests have been introduced in TOSA
+of the form "vM.mm.p" where `M` is the major version, `mm` is the minor version
+and `p` is the patch version
* "no_negative_tests" - optional "true" indicator that no negative tests are relevant/generated
* "negative_dim_range" - optional range of dimensions for negative tests
* "generator_args" - list of argument lists to supply to the `tosa_verif_build_tests` (see that tool for more details)