-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][Doc]Comparisons in "if_architecture_is" #12259
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
Update the "if_architecture_is" extension spec to allow greater-than and less-than comparisons between architecture values.
775f6b8
to
10921c3
Compare
@intel/llvm-gatekeepers do you have any suggestion about the CI failure? I think CI is somehow confused here. It is probably related to the way I created this PR. I initially created it as a "stacked" PR on top of #12258. (I.e. the destination branch of this PR was the branch containing #12258. Thus, this PR showed only the incremental changes.) Once #12258 was merged, I rebased this PR on top of it, and I also changed the destination branch of this PR to be "sycl", which is the normal destination branch for PRs in this repo. My guess is that this somehow confused the CI system. Is there some way to rerun the CI tests from scratch? |
My best and only guess would be to close/re-open this PR. |
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.
Looks good.
I would have renamed fallback
to generic
at L990 because fallback usually is not what is decided in the kernel.
@intel/dpcpp-specification-reviewers, friendly ping |
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!
Will be addressed in the separate PR. |
The change was made based on a comment intel#12259 (review)
Post commit failures (for future references/searches):
|
The change was made based on a comment #12259 (review)
…device_architecture spec update This patch implements device AOT and host APIs for device architecture comparison in accordance to [spec update](intel#12259)
Update the "if_architecture_is" extension spec to allow greater-than and less-than comparisons between architecture values.