[PATCH] D39073: [AMDGPU] Corrections to memory model description.

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 18 15:01:19 PDT 2017


kzhuravl accepted this revision.
kzhuravl added a comment.
This revision is now accepted and ready to land.

LGTM with typos fixed.



================
Comment at: docs/AMDGPUUsage.rst:2683
+     fence        acquire      - agent        *none*     1. s_waitcnt lgkmcnt(0) &
+                               - system                     vmmcnt(0)
 
----------------
vmcnt.


================
Comment at: docs/AMDGPUUsage.rst:2807
+     store atomic release      - agent        - global   1. s_waitcnt lgkmcnt(0) &
+                               - system       - generic     vmmcnt(0)
 
----------------
vmcnt.


================
Comment at: docs/AMDGPUUsage.rst:3326
+     fence        acq_rel      - agent        *none*     1. s_waitcnt lgkmcnt(0) &
+                               - system                     vmmcnt(0)
 
----------------
vmcnt.


https://reviews.llvm.org/D39073





More information about the llvm-commits mailing list