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

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 23:46:27 PDT 2023


kerbowa created this revision.
kerbowa added reviewers: bcahoon, arsenm.
Herald added subscribers: kosarev, tpr, dstuttard, yaxunl, kzhuravl.
Herald added a project: All.
kerbowa requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

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.506275.patch
Type: text/x-patch
Size: 722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230318/d0888ee7/attachment.bin>


More information about the llvm-commits mailing list