From eb95477468c831ee6718613a79b8d368d8be38e5 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Tue, 5 Nov 2024 05:39:36 -0800 Subject: [PATCH] [SYCL-CTS][CI] Turn off test_multi_ptr Waiting for https://github.com/intel/llvm/pull/15389. The test also needs to be updated then. --- devops/cts_exclude_filter_L0_GPU | 2 ++ devops/cts_exclude_filter_OCL_CPU | 2 ++ 2 files changed, 4 insertions(+) diff --git a/devops/cts_exclude_filter_L0_GPU b/devops/cts_exclude_filter_L0_GPU index dfd8b4623bae1..e11eb8767ed33 100644 --- a/devops/cts_exclude_filter_L0_GPU +++ b/devops/cts_exclude_filter_L0_GPU @@ -3,3 +3,5 @@ kernel_bundle marray # fix: https://github.com/KhronosGroup/SYCL-CTS/pull/964 accessor_legacy +# CMPLRLLVM-61839 +multi_ptr diff --git a/devops/cts_exclude_filter_OCL_CPU b/devops/cts_exclude_filter_OCL_CPU index 24f4a5c9eb41b..d8317bae46917 100644 --- a/devops/cts_exclude_filter_OCL_CPU +++ b/devops/cts_exclude_filter_OCL_CPU @@ -7,3 +7,5 @@ math_builtin_api hierarchical # fix: https://github.com/KhronosGroup/SYCL-CTS/pull/964 accessor_legacy +# CMPLRLLVM-61839 +multi_ptr