[PATCH] D121242: [AMDGPU] gfx940 memory model
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 9 10:21:18 PST 2022
rampitec added inline comments.
================
Comment at: llvm/docs/AMDGPUUsage.rst:8673
+.. _amdgpu-amdhsa-memory-model-gfx940:
+
----------------
foad wrote:
> I don't know how to review 2500 lines of text. How is it different from GFX90A?
The main change is the replacement of glc/scc/slc with sc0/sc1/nt bits. While looks functionally similar it is conceptually different. Instead of locking individual caches we now requesting coherency at a specific memory scope.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121242/new/
https://reviews.llvm.org/D121242
More information about the llvm-commits
mailing list