https://github.com/shiltian created https://github.com/llvm/llvm-project/pull/201889
None >From 652af90139e9c7deb600615758caaf02812b7a51 Mon Sep 17 00:00:00 2001 From: Shilei Tian <[email protected]> Date: Fri, 5 Jun 2026 12:49:27 -0400 Subject: [PATCH] [NFC][Doc] Fix non-existing reference in BuiltinsAMDGPUDocs.td --- clang/include/clang/Basic/BuiltinsAMDGPUDocs.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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- _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
