From 33323480641499c985225b28df9887c704afdbf4 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Wed, 8 Feb 2023 22:00:41 -0800 Subject: [PATCH] [CI] Exclude image_accessor from SYCL CTS This change propagates the change Khronos SYCL-CTS config file. image_accessor does not build with DPC++. See https://github.com/KhronosGroup/SYCL-CTS/pull/485 for more details. --- devops/cts_exclude_filter | 1 + 1 file changed, 1 insertion(+) diff --git a/devops/cts_exclude_filter b/devops/cts_exclude_filter index 489fb68bc9201..a5a7099dc93b5 100644 --- a/devops/cts_exclude_filter +++ b/devops/cts_exclude_filter @@ -23,3 +23,4 @@ device_selector math_builtin_api stream marray +image_accessor