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

This commit is contained in:
lifengxiang1025 2024-10-22 19:28:22 +08:00 committed by GitHub
parent b3acb25735
commit cd290a6480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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