From 04b0d3f35e9e20c2c66f4a6365a6880454414125 Mon Sep 17 00:00:00 2001 From: Nikita Kornev Date: Thu, 17 Oct 2024 18:47:54 +0200 Subject: [PATCH] [SYCL][CTS][CI] Turn off test_multi_ptr (#15747) --- 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..ddc388477b6e6 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-62822 +multi_ptr diff --git a/devops/cts_exclude_filter_OCL_CPU b/devops/cts_exclude_filter_OCL_CPU index 24f4a5c9eb41b..18e6f333094f5 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-62822 +multi_ptr