Skip to content

Commit cd290a6

Browse files
[Doc] Update a broken link in CompileCudaWithLLVM (llvm#113282)
1 parent b3acb25 commit cd290a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/CompileCudaWithLLVM.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ LLVM to make it generate good GPU code. Among these changes are:
523523
most effective on code along dominator paths.
524524

525525
* `Memory space inference
526-
<https://llvm.org/doxygen/NVPTXInferAddressSpaces_8cpp_source.html>`_ --
526+
<https://llvm.org/doxygen/InferAddressSpaces_8cpp_source.html>`_ --
527527
In PTX, we can operate on pointers that are in a particular "address space"
528528
(global, shared, constant, or local), or we can operate on pointers in the
529529
"generic" address space, which can point to anything. Operations in a

0 commit comments

Comments
 (0)