[Openmp-commits] [PATCH] D106330: [NFC] Correct documentation error in OpenMP release ReleaseNotes
Tony Tye via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jul 19 19:05:15 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG038602139db2: [NFC] Correct documentation error in OpenMP release ReleaseNotes (authored by t-tye).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106330/new/
https://reviews.llvm.org/D106330
Files:
openmp/docs/ReleaseNotes.rst
Index: openmp/docs/ReleaseNotes.rst
===================================================================
--- openmp/docs/ReleaseNotes.rst
+++ openmp/docs/ReleaseNotes.rst
@@ -63,7 +63,7 @@
runtime on a CUDA free system. ``gcc-multilib`` and ``g++-multilib`` are
required. If CUDA is found, the device runtime will be built by default.
- - Static NVPTX device runtime library (``libomptarget-nvptx.a``) was dropped.
+- Static NVPTX device runtime library (``libomptarget-nvptx.a``) was dropped.
A bitcode library is required to build an OpenMP program. If the library is
not found in the default path or any of the paths defined by ``LIBRARY_PATH``,
an error will be raised. User can also specify the path to the bitcode device
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106330.359985.patch
Type: text/x-patch
Size: 744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210720/b097d88b/attachment-0001.bin>
More information about the Openmp-commits
mailing list