[llvm] cd290a6 - [Doc] Update a broken link in CompileCudaWithLLVM (#113282)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 04:28:26 PDT 2024


Author: lifengxiang1025
Date: 2024-10-22T19:28:22+08:00
New Revision: cd290a6480d575110e5d74f71f403f8fbbaaa6a7

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

LOG: [Doc] Update a broken link in CompileCudaWithLLVM (#113282)

Added: 
    

Modified: 
    llvm/docs/CompileCudaWithLLVM.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst
index 1b1a27255cc409..376d8ee550c999 100644
--- a/llvm/docs/CompileCudaWithLLVM.rst
+++ b/llvm/docs/CompileCudaWithLLVM.rst
@@ -523,7 +523,7 @@ LLVM to make it generate good GPU code.  Among these changes are:
   most effective on code along dominator paths.
 
 * `Memory space inference
-  <https://llvm.org/doxygen/NVPTXInferAddressSpaces_8cpp_source.html>`_ --
+  <https://llvm.org/doxygen/InferAddressSpaces_8cpp_source.html>`_ --
   In PTX, we can operate on pointers that are in a particular "address space"
   (global, shared, constant, or local), or we can operate on pointers in the
   "generic" address space, which can point to anything.  Operations in a


        


More information about the llvm-commits mailing list