[PATCH] D93125: Update AMDGPU PAL usage documentation
Colin Hughes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 15:17:45 PDT 2021
cohughes added inline comments.
================
Comment at: llvm/docs/AMDGPUUsage.rst:11251
- `amdgpu_gfx` Function calls are currently in development and are
- subject to major changes.
+ Currently, USER_DATA_0 and USER_DATA_1 are reserved for the GlobalTable
+ and PerShaderTable addresses respectively, and should be programmed
----------------
t-tye wrote:
> Is USER_DATA_0 and USER_DATA_1 defined somewhere?
Specifically, it refers to SPI_SHADER_USER_DATA_*_0 (based on the shader stage) and COMPUTE_USER_DATA_0.
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