aboutsummaryrefslogtreecommitdiff
path: root/verif/generator/tosa_test_select.py
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2024-03-14 16:56:10 +0000
committerEric Kunze <eric.kunze@arm.com>2024-03-28 15:54:24 +0000
commit5e36bde3bcfb0c55e61a80cde460ae3955968af3 (patch)
tree1ee871008a7f1ccd605de174b6aa2d7ba026bb1b /verif/generator/tosa_test_select.py
parent08fe7a5b7e2c7c1a77968130e11267ef61490ac8 (diff)
downloadreference_model-5e36bde3bcfb0c55e61a80cde460ae3955968af3.tar.gz
Improve CONV2D coverage for conformance
Enable testing of broadcastable bias channel. Change convolution arguments function to calculate workable convolutions by adjusting PAD size as needed for FP and errors. Add --conv-kernel build_tests option to allow different sized convolution kernels Improve coverage with batch size, specific shapes and kernels of 7x7 and 9x9 Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I59bb737f398f4363cc606b24fea7812b2059bc01
Diffstat (limited to 'verif/generator/tosa_test_select.py')
-rw-r--r--verif/generator/tosa_test_select.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/verif/generator/tosa_test_select.py b/verif/generator/tosa_test_select.py
index 904d90f..a894bf4 100644
--- a/verif/generator/tosa_test_select.py
+++ b/verif/generator/tosa_test_select.py
@@ -164,9 +164,6 @@ class TestOpList:
op, selectionCriteria, "all", False
)
- if self.paramArgs and self.maximumPerPermute > 1:
- logger.warning(f"Unsupported - selection params AND maximum for {opName}")
-
self.tests = []
self.testStrings = set()
self.shapes = set()