-
Notifications
You must be signed in to change notification settings - Fork 801
[SYCL][ABI-break] Remove deprecated register_alloc_mode kernel property
#20919
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
b3f4f0a to
132e815
Compare
YuriPlyakhin
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.
dpcpp-tools related changes lgtm
| MaximumSize = 48, | ||
| ZeroInit = 49, | ||
| FastLink = 50, | ||
| GRFSize = 9, |
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.
can we remove enum values? Won't that result in ABI breaks?
I guess "tis the season" ??
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.
I removed the RegisterAllocMode. But GRFSize ones are in use.
|
@intel/llvm-gatekeepers please consider merging |
No description provided.