From c5982fb6343110969c2bdcbc19559b299071b8b1 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Thu, 26 Jul 2018 18:40:41 +0000 Subject: [PATCH] [OPENMP, DOCS] Fixed typo, NFC. llvm-svn: 338055 --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 24f182b..342fed33 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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=` option, then the triple can be skipped: `-Xopenmp-target -march=sm_60`. -- 2.7.4