[PATCH] D36951: [OpenCL][5.0.0 Release] Release notes for OpenCL in Clang
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 21 09:02:41 PDT 2017
Anastasia added inline comments.
================
Comment at: docs/ReleaseNotes.rst:146
+- Extended Clang builtins with required ``cl_khr_subgroups`` support.
+- Now interpreting empty argument function as void argument list in OpenCL code.
+- Add ``intel_reqd_sub_group_size`` attribute support.
----------------
bader wrote:
> As far as I remember, this change was reverted as it had caused some regressions. I haven't fix them yet, so I users still have to explicitly specify void for empty parameter list.
Good spot. Thanks! I will remove this.
https://reviews.llvm.org/D36951
More information about the cfe-commits
mailing list