From aee62afba99a74f772b97356fd4c18f3fdf37073 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 2 Nov 2023 17:16:25 +0000 Subject: Main Compliance testing for FULLY_CONNECTED Updated shapes to meet MIN_DOT_PRODUCTS. Signed-off-by: Jeremy Johnson Change-Id: I82297917c009b3120306f8a9bb965209d109ef8d --- verif/conformance/tosa_main_profile_ops_info.json | 19 ++++++++++++++----- 1 file changed, 14 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 faccf75..bdfc281 100644 --- a/verif/conformance/tosa_main_profile_ops_info.json +++ b/verif/conformance/tosa_main_profile_ops_info.json @@ -995,6 +995,7 @@ "profile": [ "tosa-mi" ], + "support_for": [ "lazy_data_gen" ], "generation": { "standard": { "negative_dim_range": "1,10", @@ -1007,13 +1008,19 @@ "--target-dtype", "bf16", "--fp-values-range", - "-2.0,2.0" + "-max,max", + "--tensor-dim-range", + "15,64" ], [ "--target-dtype", "fp32", + "--fp-values-range", + "-max,max", + "--tensor-dim-range", + "10,15", "--target-shape", - "1,296", + "100,296", "--target-shape", "65540,2" ], @@ -1025,11 +1032,13 @@ "--target-dtype", "bf16", "--fp-values-range", - "-2.0,2.0", + "-max,max", + "--tensor-dim-range", + "35,64", "--target-shape", - "3,16", + "30,16", "--target-shape", - "1,23" + "100,23" ] ] } -- cgit v1.2.1