[PATCH] D95619: [AMDGPU] Add more PAL metadata register names

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 29 09:12:25 PST 2021


Flakebi added a comment.

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.


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