[PATCH] D93125: Update AMDGPU PAL usage documentation

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 12:24:35 PST 2020


nhaehnle added inline comments.


================
Comment at: llvm/docs/AMDGPUUsage.rst:8557-8570
-     0-3           Graphics Scratch SRD
-     4-7           Compute Scratch SRD
-     8-11          ES/GS Ring Output SRD
-     12-15         ES/GS Ring Input SRD
-     16-19         GS/VS Ring Output #0
-     20-23         GS/VS Ring Output #1
-     24-27         GS/VS Ring Output #2
----------------
cohughes wrote:
> nhaehnle wrote:
> > Why did you remove the documentation of this table?
> The existing documentation was out of date / partially wrong. Updating it would require releasing info about stuff we're not sure we can make publicly available yet. So we figured that omitting it is better than leaving the wrong stuff in there
> 
You should at least bring it uptodate with what's released open-source in PAL on GitHub...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93125



More information about the llvm-commits mailing list