[clang] [llvm] [AMDGPU] Track tensor load/store DMAs with asyncmark (PR #200775)

Tony Varghese via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 5 07:46:51 PDT 2026


tonykuttai wrote:

The documentation build is currently failing with:
```
/home/runner/work/llvm-project/llvm-project/clang-build/tools/clang/docs/AMDGPUBuiltinReference.rst:402:undefined label: 'amdgpu-async-operations'
```
Seems this PR #200775 added a reference to `:ref:amdgpu-async-operations` in `clang/include/clang/Basic/BuiltinsAMDGPUDocs.td` (line 627), but this label is never defined.

https://github.com/llvm/llvm-project/pull/200775


More information about the cfe-commits mailing list