-
Notifications
You must be signed in to change notification settings - Fork 744
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] Add (raw|decorated)_generic_ptr
aliases
#15389
Conversation
This will have a minor conflict with #15402 (see FIXME in the test there). I assume we're waiting for the Khronos PR to be merged in before merging this one. |
Waiting for intel#15389. The test also needs to be updated then.
Waiting for intel#15389. The test also needs to be updated then.
Waiting for #15389. The test also needs to be updated then.
KhronosGroup/SYCL-Docs#598 adds these aliases to the spec. Prepare for spec change by adding them to the implementation beforehand. Extend tests so all `multi_ptr` aliases are checked. Signed-off-by: Victor Perez <[email protected]>
b4a1570
to
dda54cc
Compare
Upstream PR was merged and this can now be merged too. |
@intel/llvm-gatekeepers can we get this merged? |
@victor-eds hi! Do you plan to update SYCL-CTS to turn it on on DPCPP? If so, could you please share a link to PR then? |
Yes! I have that in my backlog 😄 |
|
After #15389 and KhronosGroup/SYCL-CTS#935 got merged, these CTS tests can be reenabled. Signed-off-by: Victor Perez <[email protected]>
KhronosGroup/SYCL-Docs#598 adds these aliases to the spec. Prepare for spec change by adding them to the implementation beforehand.
Extend tests so all
multi_ptr
aliases are checked.