From a8420add949564053495ef78f3213f163c30fb9a Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 7 Dec 2023 16:35:28 +0000 Subject: Main Compliance testing for SCATTER and GATHER Added indices shuffling and random INT32 support to generate lib with testing of these new random generator modes Signed-off-by: Jeremy Johnson Change-Id: I058d8b092470228075e8fe69c2ededa639163003 --- verif/conformance/tosa_base_profile_ops_info.json | 10 ++++++++-- verif/conformance/tosa_main_profile_ops_info.json | 20 ++++++++++++++------ 2 files changed, 22 insertions(+), 8 deletions(-) (limited to 'verif/conformance') diff --git a/verif/conformance/tosa_base_profile_ops_info.json b/verif/conformance/tosa_base_profile_ops_info.json index 3a8622b..b186b06 100644 --- a/verif/conformance/tosa_base_profile_ops_info.json +++ b/verif/conformance/tosa_base_profile_ops_info.json @@ -1502,11 +1502,15 @@ "--target-dtype", "int32", "--tensor-dim-range", - "4,64" + "4,64", + "--max-batch-size", + "64" ], [ "--target-dtype", "int8", + "--tensor-dim-range", + "5,20", "--target-shape", "2,65533,1", "--target-shape", @@ -3229,7 +3233,9 @@ "--target-dtype", "int32", "--tensor-dim-range", - "4,64" + "4,64", + "--max-batch-size", + "64" ], [ "--target-dtype", diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json index c3bd6ee..fb25622 100644 --- a/verif/conformance/tosa_main_profile_ops_info.json +++ b/verif/conformance/tosa_main_profile_ops_info.json @@ -1133,6 +1133,7 @@ "profile": [ "tosa-mi" ], + "support_for": [ "lazy_data_gen" ], "generation": { "standard": { "negative_dim_range": "1,10", @@ -1145,15 +1146,19 @@ "--target-dtype", "bf16", "--fp-values-range", - "-2.0,2.0", + "-max,max", "--tensor-dim-range", - "5,72" + "5,72", + "--max-batch-size", + "72" ], [ "--target-dtype", "fp32", "--fp-values-range", - "-2.0,2.0", + "-max,max", + "--tensor-dim-range", + "5,20", "--target-shape", "2,65536,1", "--target-shape", @@ -1992,6 +1997,7 @@ "profile": [ "tosa-mi" ], + "support_for": [ "lazy_data_gen" ], "generation": { "standard": { "negative_dim_range": "1,10", @@ -2004,15 +2010,17 @@ "--target-dtype", "bf16", "--fp-values-range", - "-2.0,2.0", + "-max,max", "--tensor-dim-range", - "5,56" + "5,56", + "--max-batch-size", + "56" ], [ "--target-dtype", "fp32", "--fp-values-range", - "-2.0,2.0", + "-max,max", "--target-shape", "1,65541,1", "--target-shape", -- cgit v1.2.1