From 3eec59b22128462eef668dbfb770c6924aeee40f Mon Sep 17 00:00:00 2001 From: Won Jeon Date: Mon, 11 Mar 2024 22:17:13 +0000 Subject: Add extensions & profiles support to conformance generator Support existing conformance profiles to ease transition New combined config tosa_ext_profile_ops_info.json that supports extension selection Signed-off-by: Won Jeon Signed-off-by: Jeremy Johnson Change-Id: Ic04696a01d619d191b9c8abc4ef7f4e8b86c52ca --- verif/conformance/tosa_base_profile_ops_info.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'verif/conformance/tosa_base_profile_ops_info.json') diff --git a/verif/conformance/tosa_base_profile_ops_info.json b/verif/conformance/tosa_base_profile_ops_info.json index 4232851..a26c4a7 100644 --- a/verif/conformance/tosa_base_profile_ops_info.json +++ b/verif/conformance/tosa_base_profile_ops_info.json @@ -358,7 +358,8 @@ "int16", "--tensor-dim-range", "3,10", - "--level-8k-sizes" ] + "--level-8k-sizes" + ] ] } }, @@ -1029,8 +1030,7 @@ "selection": { "default": { "params": {}, - "permutes": [ - ] + "permutes": [] } } }, @@ -1173,8 +1173,7 @@ "selection": { "default": { "params": {}, - "permutes": [ - ] + "permutes": [] } } }, @@ -1452,7 +1451,6 @@ "8k_level": { "from_version": "v0.80.0", "no_negative_tests": "true", - "selector": "8k_level", "generator_args": [ [ "--target-dtype", -- cgit v1.2.1