[llvm] d028188 - [CUDA] Updated CUDA versions mentioned in CompileCudaWithLLVM.rst

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 14:27:58 PDT 2023


Author: Artem Belevich
Date: 2023-06-15T14:27:40-07:00
New Revision: d028188412fa54774e2c60e21f0929a0fede93bb

URL: https://github.com/llvm/llvm-project/commit/d028188412fa54774e2c60e21f0929a0fede93bb
DIFF: https://github.com/llvm/llvm-project/commit/d028188412fa54774e2c60e21f0929a0fede93bb.diff

LOG: [CUDA] Updated CUDA versions mentioned in CompileCudaWithLLVM.rst

Added: 
    

Modified: 
    llvm/docs/CompileCudaWithLLVM.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst
index 5aa1798ff0e7b..631691ef9b472 100644
--- a/llvm/docs/CompileCudaWithLLVM.rst
+++ b/llvm/docs/CompileCudaWithLLVM.rst
@@ -23,8 +23,8 @@ Prerequisites
 -------------
 
 CUDA is supported since llvm 3.9. Clang currently supports CUDA 7.0 through
-11.5. If clang detects a newer CUDA version, it will issue a warning and will
-attempt to use detected CUDA SDK it as if it were CUDA 11.5.
+12.1. If clang detects a newer CUDA version, it will issue a warning and will
+attempt to use detected CUDA SDK it as if it were CUDA 12.1.
 
 Before you build CUDA code, you'll need to have installed the CUDA SDK.  See
 `NVIDIA's CUDA installation guide


        


More information about the llvm-commits mailing list