-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][LowerWGScope] Fix getSizeTTy to use pointer size in global address space #19011
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
…ress space In LowerWGScope pass, getSizeTTy is used as return type of local id functions. We should use pointer size in global address space, to ensure size_t is sufficient to represent the global range.
@intel/dpcpp-devops-reviewers, the
|
Seems like it, I restarted testing to confirm. We just made a change to CI that should make this much more unlikely. |
Passed. @sarnex, thank you! |
@intel/dpcpp-devops-reviewers, another environment issue in the post-commit. SYCL end-to-end test runner can't find a device. Is there anything I can do about it?
|
No the runner needs a reboot I'll do it now |
runner + job restarted and passed this time |
Thanks! |
In LowerWGScope pass, getSizeTTy is used as return type of local id functions. We should use pointer size in global address space, to ensure size_t is sufficient to represent the global range.