From a387ce461c83f601be4fdf8a11b5d77a532cb54f Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 2 Jul 2024 12:07:14 -0700 Subject: [PATCH] [SYCL][E2E] Disable three hanging tests on Gen12 Win Signed-off-by: Sarnie, Nick --- sycl/test-e2e/BFloat16/bfloat16_vec.cpp | 3 +++ sycl/test-e2e/Basic/stream/stream.cpp | 3 +++ sycl/test-e2e/Complex/sycl_complex_stream_test.cpp | 3 +++ 3 files changed, 9 insertions(+) diff --git a/sycl/test-e2e/BFloat16/bfloat16_vec.cpp b/sycl/test-e2e/BFloat16/bfloat16_vec.cpp index 549dc13ed76c6..bca68c2e6d290 100644 --- a/sycl/test-e2e/BFloat16/bfloat16_vec.cpp +++ b/sycl/test-e2e/BFloat16/bfloat16_vec.cpp @@ -10,6 +10,9 @@ // TODO enable opaque pointers support on CPU. // UNSUPPORTED: cpu || accelerator +// https://github.com/intel/llvm/issues/14397 +// UNSUPPORTED: windows && gpu-intel-gen12 + // RUN: %{build} -o %t.out // RUN: %{run} %t.out // RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -o %t2.out %} diff --git a/sycl/test-e2e/Basic/stream/stream.cpp b/sycl/test-e2e/Basic/stream/stream.cpp index fe3429cffad2b..04680d969841e 100644 --- a/sycl/test-e2e/Basic/stream/stream.cpp +++ b/sycl/test-e2e/Basic/stream/stream.cpp @@ -9,6 +9,9 @@ // //===----------------------------------------------------------------------===// +// https://github.com/intel/llvm/issues/14397 +// UNSUPPORTED: windows && gpu-intel-gen12 + #include #include diff --git a/sycl/test-e2e/Complex/sycl_complex_stream_test.cpp b/sycl/test-e2e/Complex/sycl_complex_stream_test.cpp index d8d645f6ac7dc..1140ef603d336 100644 --- a/sycl/test-e2e/Complex/sycl_complex_stream_test.cpp +++ b/sycl/test-e2e/Complex/sycl_complex_stream_test.cpp @@ -1,5 +1,8 @@ // DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-finite-math-only%} %else %{-fno-finite-math-only%} +// https://github.com/intel/llvm/issues/14397 +// UNSUPPORTED: windows && gpu-intel-gen12 + // RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out // RUN: %{run} %t.out