Skip to content

Commit

Permalink
[SYCL][TEST-E2E] Disallow dep_events.cpp test built for CUDA backen…
Browse files Browse the repository at this point in the history
…d to run on Windows (intel#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.
  • Loading branch information
mmoadeli authored Jun 6, 2024
1 parent 0224335 commit 2de1435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sycl/test-e2e/USM/dep_events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//
// REQUIRES: aspect-usm_shared_allocations
// UNSUPPORTED: cuda && windows
// RUN: %{build} -o %t1.out
// RUN: %{run} %t1.out

Expand Down

0 comments on commit 2de1435

Please sign in to comment.