[llvm] AMDGPU: Remove "gws" feature from generic targets (PR #148122)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 11 00:09:37 PDT 2025
================
@@ -9,11 +9,11 @@
// The code produced for "generic" is only useful for tests and cannot
// reasonably be expected to execute on any particular target.
def : ProcessorModel<"generic", NoSchedModel,
- [FeatureGDS, FeatureGWS]
+ [FeatureGDS]
----------------
arsenm wrote:
GDS was also removed, so it should also not be here. Not sure how it ended up here in the first place
https://github.com/llvm/llvm-project/pull/148122
More information about the llvm-commits
mailing list