From 7e5968166a5105da30bc11c9241f271cb3dc1da9 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 9 May 2023 12:58:08 +0100 Subject: 8K level: rank 6 ARGMAX tests Change-Id: I81097ae263a64ee8e35b8bd798598671ac089c3f Signed-off-by: Jeremy Johnson --- verif/conformance/tosa_base_profile_ops_info.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/verif/conformance/tosa_base_profile_ops_info.json b/verif/conformance/tosa_base_profile_ops_info.json index b8b80ab..4e3cd03 100644 --- a/verif/conformance/tosa_base_profile_ops_info.json +++ b/verif/conformance/tosa_base_profile_ops_info.json @@ -177,6 +177,25 @@ "2" ] ] + }, + "8k_level": { + "no_negative_tests": "true", + "generator_args": [ + [ + "--target-dtype", + "int8", + "--target-dtype", + "int16", + "--tensor-dim-range", + "1,10", + "--target-rank", + "5", + "--target-rank", + "6", + "--num-rand-permutations", + "2" + ] + ] } }, "selection": { -- cgit v1.2.1