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