Skip to content

Commit fc0e4c0

Browse files
authored
[SYCL][E2E] Disable host_task_unsampled_image_write.cpp on Gen12 Win (#18086)
Flaky fail, see #18085 Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 877beee commit fc0e4c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/Basic/sycl_2020_images/host_task_unsampled_image_write.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// TODO: Consider moving to sycl/test as this is device-independent.
33
// RUN: %{run-unfiltered-devices} %t.out
44

5+
// UNSUPPORTED: windows && gpu-intel-gen12 && (!build-mode && run-mode)
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18085
7+
58
// Tests for direct read of unsampled_image using host accessors.
69

710
#include "common.hpp"

0 commit comments

Comments
 (0)