From cd290a6480d575110e5d74f71f403f8fbbaaa6a7 Mon Sep 17 00:00:00 2001 From: lifengxiang1025 Date: Tue, 22 Oct 2024 19:28:22 +0800 Subject: [PATCH] [Doc] Update a broken link in CompileCudaWithLLVM (#113282) --- llvm/docs/CompileCudaWithLLVM.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst index 1b1a27255cc4..376d8ee550c9 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 - `_ -- + `_ -- 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