[PATCH] D36951: [OpenCL][5.0.0 Release] Release notes for OpenCL in Clang
Alexey Bader via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 21 04:55:09 PDT 2017
bader accepted this revision.
bader added a comment.
This revision is now accepted and ready to land.
LGTM, except one nit.
================
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.
----------------
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.
https://reviews.llvm.org/D36951
More information about the cfe-commits
mailing list