-
Notifications
You must be signed in to change notification settings - Fork 796
Deprecate intel reqd sub group size #15798
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
Deprecate intel reqd sub group size #15798
Conversation
dklochkov-emb
commented
Oct 22, 2024
- [[intel::reqd_sub_group_size]] was made deprecated. Warning will be raised when it is used
- Test to check warning was added into separate file (tests/warnings_deprecated.cpp) because tests/warnings.cpp contains flag to ignore deprecated warnings
- Test to check modern attribute - [[sycl::reqd_sub_group_size]] - was added to check that no one warning was raised
- Changes to use modern [[sycl::reqd_sub_group_size]] in tests were done
- Some of the tests named sub-group-size got compiler flag to ignore new warning
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.
Changes to sycl/test-e2e/AOT LGTM.
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.
SYCLcompat tests changes LGTM
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.
esimd/tools lgtm
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.
JM changes LGTM