-
Notifications
You must be signed in to change notification settings - Fork 754
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] Remove UNSUPPORTED from vector_with_virtual_mem.cpp #16969
[SYCL] Remove UNSUPPORTED from vector_with_virtual_mem.cpp #16969
Conversation
Make sure to link GH issue so that it will be closed when this is merged (if appropriate). |
Yes, there is a corresponding GH issue that should be closed. Added it to the description. |
@intel/llvm-gatekeepers This should be good to merge. Failure is unrelated. This PR only touches one test but another one is failing. |
First, please list information about the failing test in your comment. Ideally, with a link to GH issue tracking it. Second, your results on AMD HIP aren't ready yet. |
For the first one, #16978 is the issue related to the fail |
@intel/llvm-gatekeepers ping for merge. Test |
Remove
UNSUPPORTED: linux && gpu-intel-dg2
fromvector_with_virtual_mem.cpp
as the test is passing consistently now.Closes: #15812