Skip to content

Commit

Permalink
[OpenCL][Docs] Added ref to libclcxx
Browse files Browse the repository at this point in the history
Linked libclcxx GitHub project page in C++ libraries
for OpenCL section on OpenCLSupport page.

Differential Revision: https://reviews.llvm.org/D109526
  • Loading branch information
Anastasia Stulova committed Sep 10, 2021
1 parent cff03d5 commit 9685631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clang/docs/OpenCLSupport.rst
Expand Up @@ -458,3 +458,7 @@ The possible clang invocation to compile the example is as follows:
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.

0 comments on commit 9685631

Please sign in to comment.