[PATCH] D109526: [OpenCL][Docs] Added ref to libclcxx

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 10 04:31:18 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9685631cbeb8: [OpenCL][Docs] Added ref to libclcxx (authored by Anastasia).
Herald added a subscriber: ldrumm.
Herald added a project: clang.

Changed prior to commit:
  https://reviews.llvm.org/D109526?vs=371635&id=371872#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109526/new/

https://reviews.llvm.org/D109526

Files:
  clang/docs/OpenCLSupport.rst


Index: clang/docs/OpenCLSupport.rst
===================================================================
--- clang/docs/OpenCLSupport.rst
+++ clang/docs/OpenCLSupport.rst
@@ -458,3 +458,7 @@
 Note that `type_traits` is a header only library and therefore no extra
 linking step against the standard libraries is required. See full example
 in `Compiler Explorer <https://godbolt.org/z/5WbnTfb65>`_.
+
+More OpenCL specific C++ library implementations built on top of libcxx
+are available in `libclcxx <https://github.com/KhronosGroup/libclcxx>`_
+project.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109526.371872.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210910/76255fed/attachment.bin>


More information about the cfe-commits mailing list