[llvm] AMDGPU: Remove "gws" feature from generic targets (PR #148122)
    Stanislav Mekhanoshin via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jul 11 00:07:47 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]
----------------
rampitec wrote:
As a side note I'd remove one last feature. IMO generic shall be featureless.
https://github.com/llvm/llvm-project/pull/148122
    
    
More information about the llvm-commits
mailing list