From 1271c44bd2c9e670e132db491a053a0e6603798f Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 5 Sep 2023 11:39:26 +0100 Subject: Initial lazy data-gen and compliance test build support Add initial support for compliance and lazy data-gen meta data added to desc.json for MATMUL. Signed-off-by: Jeremy Johnson Change-Id: I00c047814134a96d7c98d890e93b5884e25b8e64 --- verif/conformance/tosa_main_profile_ops_info.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'verif/conformance/tosa_main_profile_ops_info.json') diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json index 7388835..0d3df72 100644 --- a/verif/conformance/tosa_main_profile_ops_info.json +++ b/verif/conformance/tosa_main_profile_ops_info.json @@ -1417,6 +1417,7 @@ "profile": [ "tosa-mi" ], + "support_for": [ "lazy_data_gen" ], "generation": { "standard": { "negative_dim_range": "1,10", @@ -1460,11 +1461,7 @@ }, "selection": { "default": { - "params": {}, - "permutes": [ - "shape", - "type" - ] + "all": "true" } } }, -- cgit v1.2.1