This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL][Docs] 10.x release notes
ClosedPublic

Authored by Anastasia on Aug 26 2020, 7:52 AM.

Details

Summary

Summary of major changes for OpenCL support in clang 11.

Diff Detail

Event Timeline

Anastasia created this revision.Aug 26 2020, 7:52 AM
Anastasia requested review of this revision.Aug 26 2020, 7:52 AM
svenvh added inline comments.Aug 26 2020, 8:11 AM
clang/docs/ReleaseNotes.rst
267–293

cl_khr_extended_subgroups (ends with -s)?

But isn't it supposed to be cl_khr_subgroup_extensions? I am really confused now.

275

Drop "in".

277

functions

Anastasia updated this revision to Diff 287984.Aug 26 2020, 8:19 AM
  • Addressed comments from Sven.
Anastasia updated this revision to Diff 287985.Aug 26 2020, 8:21 AM

Fixed extra space

Anastasia marked 3 inline comments as done.Aug 26 2020, 8:29 AM
svenvh accepted this revision.Aug 26 2020, 8:29 AM

LGTM!

This revision is now accepted and ready to land.Aug 26 2020, 8:29 AM

@hans, would you be able to commit this to the release branch?

PS, as I am away from next week I am looping in @mantognini for any follow up.

hans added a comment.Aug 28 2020, 2:12 AM

@hans, would you be able to commit this to the release branch?

Committed dae9fe408793def8a49f5e1d10d2a859627785e3. Thanks!