From 8a2b72e5b6251025d05be37f226335ca6df6a909 Mon Sep 17 00:00:00 2001 From: Alberto Cabrera Date: Fri, 1 Nov 2024 14:30:53 +0000 Subject: [PATCH] Draft: Disabled checks, added verbosity, to trigger full log in the CI at the end of specific tests Signed-off-by: Alberto Cabrera --- .../test-e2e/syclcompat/math/math_compare.cpp | 109 ++++++++++-------- sycl/test-e2e/syclcompat/math/math_fixt.hpp | 9 +- sycl/test-e2e/syclcompat/math/math_ops.cpp | 80 +++++++++---- 3 files changed, 123 insertions(+), 75 deletions(-) diff --git a/sycl/test-e2e/syclcompat/math/math_compare.cpp b/sycl/test-e2e/syclcompat/math/math_compare.cpp index 0f77160a564e7..cbc0a9177781b 100644 --- a/sycl/test-e2e/syclcompat/math/math_compare.cpp +++ b/sycl/test-e2e/syclcompat/math/math_compare.cpp @@ -96,15 +96,14 @@ void compare_not_equal_vec_kernel(Container *a, Container *b, Container *r) { *r = syclcompat::compare(*a, *b, std::not_equal_to<>()); } -template