[PATCH] D109526: [OpenCL][Docs] Added ref to libclcxx
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 9 09:45:48 PDT 2021
Anastasia created this revision.
Anastasia added a reviewer: olestrohm.
Herald added subscribers: ebevhan, yaxunl.
Anastasia requested review of this revision.
Linked in libclcxx GitHub project page with C++ libraries for OpenCL on OpenCLSupport page.
https://reviews.llvm.org/D109526
Files:
clang/docs/OpenCLSupport.rst
Index: clang/docs/OpenCLSupport.rst
===================================================================
--- clang/docs/OpenCLSupport.rst
+++ clang/docs/OpenCLSupport.rst
@@ -456,3 +456,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.371635.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210909/ef473681/attachment.bin>
More information about the cfe-commits
mailing list