[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 18:24:04 PDT 2021
t-tye created this revision.
t-tye added reviewers: jdoerfert, tianshilei1992, ronlieb.
Herald added subscribers: guansong, yaxunl.
t-tye requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.
Repository:
rG LLVM Github Monorepo
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.359978.patch
Type: text/x-patch
Size: 744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210720/524b7405/attachment.bin>
More information about the Openmp-commits
mailing list