From d69db7aac451fcfb26008c21688a089a251b560f Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Tue, 20 Aug 2024 17:12:26 +0300 Subject: [PATCH] Supress more ONNX conformance test cases for quant-dequant with CUDA. --- .../test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp | 4 ++++ ..._onnx_conformance_layer_filter__cuda_fp16_denylist.inl.hpp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp b/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp index dad5ef692e..13bcf8e0ff 100644 --- a/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp +++ b/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp @@ -91,3 +91,7 @@ "test_scatternd_min", "test_scatternd_multiply", "test_nllloss_NCd1d2d3d4d5_none_no_weight_expanded", // crash: https://github.com/opencv/opencv/issues/25471 +"test_dequantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear_axis", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999 diff --git a/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_fp16_denylist.inl.hpp b/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_fp16_denylist.inl.hpp index f5769f930f..3f1ac6718e 100644 --- a/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_fp16_denylist.inl.hpp +++ b/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_fp16_denylist.inl.hpp @@ -19,3 +19,7 @@ "test_softmax_large_number", // fp16 accuracy issue "test_softmax_large_number_expanded", // fp16 accuracy issue "test_tan", // fp16 accuracy issue +"test_dequantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear_axis", // Issue https://github.com/opencv/opencv/issues/25999 +"test_quantizelinear_blocked", // Issue https://github.com/opencv/opencv/issues/25999