aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--verif/conformance/tosa_base_profile_ops_info.json4
-rw-r--r--verif/generator/tosa_test_gen.py6
2 files changed, 4 insertions, 6 deletions
diff --git a/verif/conformance/tosa_base_profile_ops_info.json b/verif/conformance/tosa_base_profile_ops_info.json
index 187ebbd..24e01c5 100644
--- a/verif/conformance/tosa_base_profile_ops_info.json
+++ b/verif/conformance/tosa_base_profile_ops_info.json
@@ -692,6 +692,8 @@
"int32",
"--target-dtype",
"bool",
+ "--target-dtype",
+ "int48",
"--target-rank",
"1",
"--target-rank",
@@ -708,6 +710,8 @@
"int32",
"--target-dtype",
"bool",
+ "--target-dtype",
+ "int48",
"--tensor-dim-range",
"1,16",
"--target-rank",
diff --git a/verif/generator/tosa_test_gen.py b/verif/generator/tosa_test_gen.py
index 7fef942..779f59e 100644
--- a/verif/generator/tosa_test_gen.py
+++ b/verif/generator/tosa_test_gen.py
@@ -3782,12 +3782,6 @@ class TosaTestGen:
None,
),
"types": TYPE_FIB + [DType.INT48],
- "error_if_validators": (
- TosaErrorValidator.evWrongInputType,
- TosaErrorValidator.evWrongOutputType,
- TosaErrorValidator.evWrongInputList,
- TosaErrorValidator.evWrongOutputList,
- ),
},
"identity": {
"op": Op.IDENTITY,