[PATCH] D95619: [AMDGPU] Add more PAL metadata register names
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 03:16:53 PST 2021
foad added a comment.
In D95619#2530860 <https://reviews.llvm.org/D95619#2530860>, @Flakebi wrote:
> We have slight problems when it comes to differences between hardware versions.
> `COMPUTE_USER_ACCUM_1` on gfx9 has the same number as `COMPUTE_SHADER_CHKSUM` on gfx10.
> Also, some have slightly different names. E.g. `IA_MULTI_VGT_PARAM` for gfx9 is called `IA_MULTI_VGT_PARAM_PIPED` for gfx10.
Ping! Do you think it's OK to commit despite these concerns?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95619/new/
https://reviews.llvm.org/D95619
More information about the llvm-commits
mailing list