-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][NATIVECPU] Add SPIR-V work-group/item builtins on Windows #11158
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
uwedolinsky
commented
Sep 12, 2023
- Enabling translation of calls to SpirV workgroup and workitem functions into calls to NativeCPU builtins on Windows.
- Enabling NativeCPU test previously unsupported on Windows.
- BuiltinMap now uses StringRef making the initialization static.
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.
LGTM, thank you
Hello @intel/llvm-gatekeepers , we think this PR could be merged. Thank you! |
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.
Permissions of llvm/lib/SYCLLowerIR/PrepareSYCLNativeCPU.cpp changed from 644 to 755, please fix.
Thank you for spotting this. I've changed it back to 644 |