[PATCH] D146353: [AMDGPU] Add release note for ommited barrier waitcnt

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 19 21:18:25 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG09f756c8800a: [AMDGPU] Add release note for ommited barrier waitcnt (authored by kerbowa).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146353/new/

https://reviews.llvm.org/D146353

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -84,6 +84,12 @@
 
 Changes to the AMDGPU Backend
 -----------------------------
+* More fine-grained synchronization around barriers for newer architectures
+  (gfx90a+, gfx10+). The AMDGPU backend now omits previously automatically
+  generated waitcnt instructions before barriers, allowing for more precise
+  control. Users must now use memory fences to implement fine-grained
+  synchronization strategies around barriers. Refer to `AMDGPU memory model
+  <AMDGPUUsage.html#memory-model>`__.
 
 Changes to the ARM Backend
 --------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146353.506461.patch
Type: text/x-patch
Size: 722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230320/ad025bb8/attachment.bin>


More information about the llvm-commits mailing list