[OPENMP, DOCS] Fixed typo, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 26 Jul 2018 18:40:41 +0000 (18:40 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 26 Jul 2018 18:40:41 +0000 (18:40 +0000)
llvm-svn: 338055

clang/docs/ReleaseNotes.rst

index 24f182b..342fed3 100644 (file)
@@ -226,7 +226,7 @@ OpenMP Support in Clang
   option will be forwarded to the respective OpenMP device offloading toolchain
   described by the triple. For example passing the compute capability to
   the OpenMP NVPTX offloading toolchain can be done as follows:
-  `-Xopenmp-target=nvptx62-nvidia-cuda -march=sm_60`. For the case when only one
+  `-Xopenmp-target=nvptx64-nvidia-cuda -march=sm_60`. For the case when only one
   target offload toolchain is specified under the `-fopenmp-targets=<triples>`
   option, then the triple can be skipped: `-Xopenmp-target -march=sm_60`.