[PATCH] D93271: [AMDGPU] Clarify scratch initialization

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 20:53:32 PST 2020


t-tye created this revision.
t-tye added reviewers: rampitec, kzhuravl.
Herald added subscribers: kerbowa, hiraditya, tpr, dstuttard, yaxunl, nhaehnle, jvesely, arsenm.
t-tye requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

- Clarify documentation on initializing scratch.
- Rename compute_pgm_rsrc2 field for enabling scratch from ENABLE_SGPR_PRIVATE_SEGMENT_WAVEFRONT_OFFSET to ENABLE_PRIVATE_SEGMENT to match hardware definition.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93271

Files:
  llvm/docs/AMDGPUUsage.rst
  llvm/include/llvm/Support/AMDHSAKernelDescriptor.h
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93271.311779.patch
Type: text/x-patch
Size: 14711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201215/3f7663e5/attachment.bin>


More information about the llvm-commits mailing list