From b2099706b3db022e8c4d85c4ae863086630e0678 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 12 Apr 2023 15:59:01 +0100 Subject: 8K level: RESIZE scaling at 64 maximum Add support for producing scaling 64 tests in RESIZE and make sure default tests are not generated with scaling greater than 64. Signed-off-by: Jeremy Johnson Change-Id: I3e99cde7e6bec6ea7854a139c6fc2ed151af5b1e --- verif/conformance/tosa_base_profile_ops_info.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (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 5825719..e40ddfc 100644 --- a/verif/conformance/tosa_base_profile_ops_info.json +++ b/verif/conformance/tosa_base_profile_ops_info.json @@ -2958,6 +2958,22 @@ "9500" ] ] + }, + "8k_level": { + "no_negative_tests": "true", + "generator_args": [ + [ + "--target-dtype", + "int8", + "--target-dtype", + "int16", + "--level-8k-sizes", + "--tensor-dim-range", + "2,10", + "--num-rand-permutations", + "2" + ] + ] } }, "selection": { -- cgit v1.2.1