[llvm] [AMDGPU][Doc] Small fix for GFX12 release atomic memory model doc (PR #182241)
Pierre van Houtryve via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 19 01:52:45 PST 2026
https://github.com/Pierre-vh created https://github.com/llvm/llvm-project/pull/182241
That row goes for both generic/global but it only said global.
>From 4ee41401b34866ff499e82883311594af1146041 Mon Sep 17 00:00:00 2001
From: pvanhout <pierre.vanhoutryve at amd.com>
Date: Thu, 19 Feb 2026 10:52:20 +0100
Subject: [PATCH] [AMDGPU][Doc] Small fix for GFX12 release atomic memory model
doc
That row goes for both generic/global but it only said global.
---
llvm/docs/AMDGPUUsage.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 839aaa1ed4dcf..9a940219d7b6d 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -15934,7 +15934,7 @@ the instruction in the code sequence that references the table.
- wavefront - local
- generic
store atomic release - workgroup - global 1. | ``s_wait_bvhcnt 0x0``
- | ``s_wait_samplecnt 0x0``
+ - generic | ``s_wait_samplecnt 0x0``
| ``s_wait_storecnt 0x0``
| ``s_wait_loadcnt 0x0``
| ``s_wait_dscnt 0x0``
More information about the llvm-commits
mailing list