[PATCH] D62335: [OpenCL][PR41963] Add overloads of old atomics with generic pointer type in C++ mode

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 23 11:39:29 PDT 2019


Anastasia created this revision.
Anastasia added a reviewer: svenvh.
Herald added subscribers: ebevhan, jfb, yaxunl.

The direction is to allow it as an extension to the kernel language 2.0 and above.

https://github.com/KhronosGroup/OpenCL-Docs/issues/66

For the published OpenCL C spec there might be extra work still needed but I am enabling this at least in C++ mode for now.


https://reviews.llvm.org/D62335

Files:
  lib/Headers/opencl-c.h
  test/Headers/opencl-c-header.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62335.201028.patch
Type: text/x-patch
Size: 5975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190523/4ff486e2/attachment.bin>


More information about the cfe-commits mailing list