r338055 - [OPENMP, DOCS] Fixed typo, NFC.
    Alexey Bataev via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Jul 26 11:40:41 PDT 2018
    
    
  
Author: abataev
Date: Thu Jul 26 11:40:41 2018
New Revision: 338055
URL: http://llvm.org/viewvc/llvm-project?rev=338055&view=rev
Log:
[OPENMP, DOCS] Fixed typo, NFC.
Modified:
    cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=338055&r1=338054&r2=338055&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Thu Jul 26 11:40:41 2018
@@ -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`.
 
    
    
More information about the cfe-commits
mailing list