[clang] [llvm] [AMDGPU] Asynchronous loads from global/buffer to LDS on pre-GFX12 (PR #180466)
Pierre van Houtryve via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 9 01:14:32 PST 2026
================
@@ -0,0 +1,238 @@
+.. _amdgpu-async-operations:
+
+===============================
+ AMDGPU Asynchronous Operations
+===============================
+
+.. contents::
+ :local:
+
+Introduction
+============
+
+Asynchronous operations are memory transfers (usually between the global memory
+and LDS) that are completed independently at an unspecified scope. A thread that
----------------
Pierre-vh wrote:
```suggestion
and LDS) that are completed independently from the issuing thread at an unspecified scope. A thread that
```
https://github.com/llvm/llvm-project/pull/180466
More information about the cfe-commits
mailing list