-
Notifications
You must be signed in to change notification settings - Fork 91
Enable std::byte as vec's element type
#1058
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
Conversation
Spec changes are at KhronosGroup/SYCL-Docs#674.
80e6378 to
1c2cec1
Compare
keryell
left a comment
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.
Thanks!
|
KhronosGroup/SYCL-Docs#674 hasn't been merged yet, and no implementation has implemented it yet (to the best of my knowledge). I do have a bunch of local changes implementing that and other vec/swizzle changes in DPCPP though. My current plan is to merge those local change for which the spec PR have been merged already. Once done, I'll return to the |
|
KhronosGroup/SYCL-Docs#674 is blocked by this PR. |
|
Awaiting implementation. |
|
This is blocked by KhronosGroup/SYCL-Docs#800 because I need it to enable new vec/swizzle implementation in https://github.com/intel/llvm by default (in preview mode). |
|
KhronosGroup/SYCL-Docs#800 is now merged. |
I've implemented the required changes in the DPCPP compiler (enabled new vew/swizzle implementation in preview mode). Next step is to work on this after DPCPP compiler in this repo CI is updated. |
@aelovikov-intel, I can update the DPC++ compiler version in CI. Please, specify the version for the update. |
intel/llvm@8f685c4 was the last vec/swizzle commit in DPCPP. Seems that 2025-05-01 is the first build including it (if I'm reading Github's |
|
@aelovikov-intel, DPC++ compiler version is updated by #1087. |
keryell
left a comment
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.
Thank you!
|
Is it good to go? @tomdeakin |
|
WG approved to merge |

Spec changes are at KhronosGroup/SYCL-Docs#674.