[PATCH] D156713: [AMDGPU][RFC] Add a target feature for GDS
Brian Sumner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 09:56:11 PDT 2023
b-sumner added a comment.
In D156713#4547434 <https://reviews.llvm.org/D156713#4547434>, @foad wrote:
> Do we want a separate GWS feature? Or a combined "hasGDSAndGWS" feature?
We do need a feature that include GWS. GDS was dropped before GWS in GFX9, but compute never used GDS. So GDSandGWS would probably work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156713/new/
https://reviews.llvm.org/D156713
More information about the llvm-commits
mailing list