From 69a260dda5107887a10b1415f73eacb438018154 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Thu, 17 Oct 2024 09:21:35 -0700 Subject: [PATCH] [CTS] Turn off accessor_legacy --- 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 eda011fa2f3fc..dfd8b4623bae1 100644 --- a/devops/cts_exclude_filter_L0_GPU +++ b/devops/cts_exclude_filter_L0_GPU @@ -1,3 +1,5 @@ # These two take too much time kernel_bundle marray +# fix: https://github.com/KhronosGroup/SYCL-CTS/pull/964 +accessor_legacy diff --git a/devops/cts_exclude_filter_OCL_CPU b/devops/cts_exclude_filter_OCL_CPU index cebc93ef30fd0..24f4a5c9eb41b 100644 --- a/devops/cts_exclude_filter_OCL_CPU +++ b/devops/cts_exclude_filter_OCL_CPU @@ -5,3 +5,5 @@ marray math_builtin_api # https://github.com/intel/llvm/issues/13574 hierarchical +# fix: https://github.com/KhronosGroup/SYCL-CTS/pull/964 +accessor_legacy