浏览代码

[OPENMP, DOCS] Fixed typo, NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338055 91177308-0d34-0410-b5e6-96231b3b80d8
Alexey Bataev 7 年之前
父节点
当前提交
172cbdc41f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ReleaseNotes.rst

+ 1 - 1
docs/ReleaseNotes.rst

@@ -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`.