Skip to content

Commit 2de1435

Browse files
authored
[SYCL][TEST-E2E] Disallow dep_events.cpp test built for CUDA backend to run on Windows (#13957)
[Windows doesn't support cudaMemPrefetchAsync()](bitsandbytes-foundation/bitsandbytes#453) which is used in the call to `prefetch` in the test. [urEnqueueUSMPrefetch](https://github.com/oneapi-src/unified-runtime/blob/c0c607c3a88933b4c5c20a0aca4539781c678411/source/adapters/cuda/enqueue.cpp#L1629) is also commented with a note for not having the support for CUDA on Windows.
1 parent 0224335 commit 2de1435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test-e2e/USM/dep_events.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: aspect-usm_shared_allocations
9+
// UNSUPPORTED: cuda && windows
910
// RUN: %{build} -o %t1.out
1011
// RUN: %{run} %t1.out
1112

0 commit comments

Comments
 (0)