Skip to content

Commit 20785b9

Browse files
authored
[SYCL][E2E] Disable test on Windows due to CUDA bug (#14794)
This patch disables [get_last_event.cpp](https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/InOrderEventsExt/get_last_event.cpp) on Windows due to a CUDA bug. The related NVIDIA bug report may be found at [nvidia bug report](https://developer.nvidia.com/bugs/4768235) A minimal code example to reproduce the issue in SYCL is available [here](#14324)
1 parent bbc0cf5 commit 20785b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test-e2e/InOrderEventsExt/get_last_event.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://github.com/intel/llvm/issues/14324
2+
// UNSUPPORTED: windows
13
// RUN: %{build} -o %t.out
24
// RUN: %{run} %t.out
35

0 commit comments

Comments
 (0)