[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-22 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia closed this revision. Anastasia added a comment. Committed to the release branch in https://github.com/llvm/llvm-project/commit/00441b8f4e5b7daa39ac6cbeb45ebfe54662b08d CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98076/new/ https://reviews.llvm.org/D98076 _

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-11 Thread Sven van Haastregt via Phabricator via cfe-commits
svenvh accepted this revision. svenvh added a comment. In D98076#2619425 , @Anastasia wrote: > Sorry for the last-minute change, I have decided to add this too: > > +- Removed extensions without kernel language changes: > + ``cl_khr_select_fprounding_

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-11 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added a comment. @tstellar is it ok if I commit this to the release branch or do you prefer to do it yourself? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98076/new/ https://reviews.llvm.org/D98076 ___ cfe-commits mailing list cf

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-11 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added a comment. Sorry for the last-minute change, I have decided to add this too: +- Removed extensions without kernel language changes: + ``cl_khr_select_fprounding_mode``, ``cl_khr_gl_sharing``, ``cl_khr_icd``, + ``cl_khr_gl_event``, ``cl_khr_d3d10_sharing``, ``cl_khr_context

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-11 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia updated this revision to Diff 329944. Anastasia added a comment. - Added nested pointer item - Elaborated list of removed extensions with no kernel language changes. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98076/new/ https://reviews.llvm.org/D98076 Files: clang/docs/R

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-10 Thread Sven van Haastregt via Phabricator via cfe-commits
svenvh accepted this revision. svenvh added inline comments. This revision is now accepted and ready to land. Comment at: clang/docs/ReleaseNotes.rst:214 +- Added ``global_device`` and ``global_host`` address spaces for USM + allocations. + Anastasia wrote: > sv

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-10 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added inline comments. Comment at: clang/docs/ReleaseNotes.rst:214 +- Added ``global_device`` and ``global_host`` address spaces for USM + allocations. + svenvh wrote: > Anastasia wrote: > > svenvh wrote: > > > Anastasia wrote: > > > > svenvh wrote: >

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-10 Thread Sven van Haastregt via Phabricator via cfe-commits
svenvh added inline comments. Comment at: clang/docs/ReleaseNotes.rst:214 +- Added ``global_device`` and ``global_host`` address spaces for USM + allocations. + Anastasia wrote: > svenvh wrote: > > Anastasia wrote: > > > svenvh wrote: > > > > Perhaps one more po

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-10 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added inline comments. Comment at: clang/docs/ReleaseNotes.rst:214 +- Added ``global_device`` and ``global_host`` address spaces for USM + allocations. + svenvh wrote: > Anastasia wrote: > > svenvh wrote: > > > Perhaps one more point to mention: > > >

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-10 Thread Sven van Haastregt via Phabricator via cfe-commits
svenvh added inline comments. Comment at: clang/docs/ReleaseNotes.rst:214 +- Added ``global_device`` and ``global_host`` address spaces for USM + allocations. + Anastasia wrote: > svenvh wrote: > > Perhaps one more point to mention: > > ``` > > - Allow pointer-

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-10 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia marked 3 inline comments as done. Anastasia added inline comments. Comment at: clang/docs/ReleaseNotes.rst:214 +- Added ``global_device`` and ``global_host`` address spaces for USM + allocations. + svenvh wrote: > Perhaps one more point to mention: > `

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-10 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia updated this revision to Diff 329617. Anastasia added a comment. Added corrections from Sven. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98076/new/ https://reviews.llvm.org/D98076 Files: clang/docs/ReleaseNotes.rst Index: clang/docs/ReleaseNotes.rst ===

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-09 Thread Sven van Haastregt via Phabricator via cfe-commits
svenvh added inline comments. Comment at: clang/docs/ReleaseNotes.rst:208 +- Added ``-cl-std=CL3.0`` and predefined version macro for OpenCL 3.0. +- Added ``-cl-std=CL1.0`` and mapped to the existing OpenCL 1.0 functionality. +- Improved OpenCL extension handling per target. ---

[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes

2021-03-05 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia created this revision. Anastasia added reviewers: svenvh, azabaznov. Herald added subscribers: ebevhan, yaxunl. Anastasia requested review of this revision. The notes cover functionality in clang added by commits from 16 July to 27th Jan. https://reviews.llvm.org/D98076 Files: clan