[PATCH] D98076: [OpenCL][Docs] Release 12.0 notes
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 10 04:54:09 PST 2021
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:
> ```
> - Allow pointer-to-pointer kernel arguments beyond OpenCL 1.2.
> ```
> (related commit is 523775f96742 ("[OpenCL] Allow pointer-to-pointer kernel args beyond CL 1.2", 2020-12-01)).
I have covered it in this but it is combined with another diagnostic:
```
- Improved diagnostics for nested pointers and unevaluated ``vec_step`` expression.
```
But if you think it is better I can change as you have suggested.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98076/new/
https://reviews.llvm.org/D98076
More information about the cfe-commits
mailing list