-
Notifications
You must be signed in to change notification settings - Fork 768
[SYCL][TEST-E2E] Disallow dep_events.cpp
test built for CUDA backend to run on Windows
#13957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL][TEST-E2E] Disallow dep_events.cpp
test built for CUDA backend to run on Windows
#13957
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a fairly basic test. Do we have a UR issue for investigating alternatives for Windows?
@steffenlarsen |
Failure in ProfilingTag/in_order_queue.cpp seems to be the same as #14053. I will disable all profiling tag tests on CUDA in a separate patch. |
…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.
Windows doesn't support cudaMemPrefetchAsync() which is used in the call to
prefetch
in the test.urEnqueueUSMPrefetch is also commented with a note for not having the support for CUDA on Windows.