From 30a36844b3fc2e01d786ad72c96ff5577782c2de Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 27 Mar 2024 15:04:07 +0000 Subject: Improve PAD coverage for main conformance Signed-off-by: Jeremy Johnson Change-Id: Ia3e0d871525840f26948b45658bba71e75d767ea --- verif/conformance/tosa_main_profile_ops_info.json | 26 ++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (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 d5d08ba..83c1573 100644 --- a/verif/conformance/tosa_main_profile_ops_info.json +++ b/verif/conformance/tosa_main_profile_ops_info.json @@ -1942,14 +1942,35 @@ "5", "--target-rank", "6" - ], + ] + ] + }, + "extra": { + "selector": "minimal", + "no_negative_tests": "true", + "generator_args": [ [ "--target-dtype", "fp32", + "--target-dtype", + "fp16", + "--target-dtype", + "bf16", "--fp-values-range", "-max,max", "--target-shape", "1,1,65539,1" + ], + [ + "--target-dtype", + "fp32", + "--target-dtype", + "fp16", + "--target-dtype", + "bf16", + "--fp-values-range", + "-max,max", + "--oversize" ] ] }, @@ -1991,6 +2012,9 @@ "[[0 0], [0 0], [0 0], [0 0], [0 0], [0 0]]" ] } + }, + "minimal": { + "maximum": 2 } } }, -- cgit v1.2.1