================
@@ -774,6 +774,18 @@ static bool isWave32Capable(StringRef GPU, const Triple 
&T) {
   return IsWave32Capable;
 }
 
+static bool isWave64Capable(StringRef GPU, const Triple &T) {
+  if (T.isAMDGCN()) {
----------------
rampitec wrote:

Do you want to add a new feature to every target out there?

https://github.com/llvm/llvm-project/pull/153693
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to