From 1408795800719139e26bafcece88bfc07582576d Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 29 Feb 2024 16:13:10 +0000 Subject: Ensure only matching op conformance tests By always using an exact build_tests filter, to stop extra operator tests such as add_shape being created Signed-off-by: Jeremy Johnson Change-Id: I0fc4dd04276f9cd24c333e6a5c6b40d27d00e6ea --- verif/conformance/tosa_base_profile_ops_info.json | 16 ---------------- 1 file changed, 16 deletions(-) (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 01f78d6..6301b1d 100644 --- a/verif/conformance/tosa_base_profile_ops_info.json +++ b/verif/conformance/tosa_base_profile_ops_info.json @@ -1659,8 +1659,6 @@ "standard": { "generator_args": [ [ - "--filter", - "^greater$", "--target-dtype", "int32", "--tensor-dim-range", @@ -1673,8 +1671,6 @@ "3" ], [ - "--filter", - "^greater$", "--target-dtype", "int32", "--tensor-dim-range", @@ -1685,8 +1681,6 @@ "5" ], [ - "--filter", - "^greater$", "--target-dtype", "int32", "--target-shape", @@ -1700,8 +1694,6 @@ "no_negative_tests": "true", "generator_args": [ [ - "--filter", - "^greater$", "--target-dtype", "int32", "--tensor-dim-range", @@ -3950,8 +3942,6 @@ "standard": { "generator_args": [ [ - "--filter", - "^transpose$", "--target-dtype", "int8", "--target-rank", @@ -3962,8 +3952,6 @@ "2" ], [ - "--filter", - "^transpose$", "--target-dtype", "int8", "--target-dtype", @@ -3980,8 +3968,6 @@ "2" ], [ - "--filter", - "^transpose$", "--target-dtype", "int8", "--target-shape", @@ -3997,8 +3983,6 @@ "no_negative_tests": "true", "generator_args": [ [ - "--filter", - "^transpose$", "--target-dtype", "int8", "--target-dtype", -- cgit v1.2.1