-
Notifications
You must be signed in to change notification settings - Fork 745
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
[SYCL] June 2022 Release Notes #6317
Conversation
sycl/ReleaseNotes.md
Outdated
- Added support for SVM 1,2,4-elements gather/scatter for ESIMD. [e200720] | ||
- Added support for `bf16` builtins operating on storage types for CUDA backend. [413a9ef] | ||
- Added `backend_version` device property. [4b1a4bc] | ||
- Added support for the `invoke_simd` feature. [4072557][8471ff3][8c7bb45][62afb59][3e1c1bf][8c7bb45] |
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.
[8c7bb45] is repeated twice. Also, this seems like a better fit in 'Tools' section.
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.
Removed duplicate. Commits implementing this feature touch many parts of the compiler - frontend, llvm passes, sycl-post-link tool etc. That's why I put it in SYCL Compiler section. Correct me if my understanding is wrong.
1. cuda prefetch issue seems to be fixed by: intel#5043 2. Performance issues with assert seem to be fixed by: intel#4505 intel#4516
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.
Content look good to me. I just have some suggestions for consistency.
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!
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'll give it another day for more reviews and merge if no more comments.
No description provided.