llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Shilei Tian (shiltian) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/201889.diff 1 Files Affected: - (modified) clang/include/clang/Basic/BuiltinsAMDGPUDocs.td (+2-2) ``````````diff diff --git a/clang/include/clang/Basic/BuiltinsAMDGPUDocs.td b/clang/include/clang/Basic/BuiltinsAMDGPUDocs.td index 97ae239e96ad5..a92b85d75d902 100644 --- a/clang/include/clang/Basic/BuiltinsAMDGPUDocs.td +++ b/clang/include/clang/Basic/BuiltinsAMDGPUDocs.td @@ -623,8 +623,8 @@ scale variant. def DocCatTensorDMA : DocumentationCategory<"Tensor DMA Builtins"> { let Content = [{ Asynchronous tensor DMA transfers between global memory and LDS. Track -completion using ``TENSOR_CNT`` or *asyncmarks* (see -:ref:`amdgpu-async-operations`). +completion using ``TENSOR_CNT`` or *asyncmarks* (see the ``AMDGPU +Asynchronous Operations`` document). ``D0``..``D4`` are the five chunks of the hardware tensor descriptor. The ``_d2`` machine instruction is selected when ``D2`` and ``D3`` are zero- `````````` </details> https://github.com/llvm/llvm-project/pull/201889 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
