================
@@ -1572,6 +1572,23 @@ def HIPManaged : InheritableAttr {
   let Documentation = [HIPManagedAttrDocs];
 }
 
+def CUDAClusterDims : InheritableAttr {
+  let Spellings = [GNU<"cluster_dims">, Declspec<"cluster_dims">];
----------------
shiltian wrote:

I'm pretty sure we don't want them, at least at this moment. Now I'm even 
thinking whether we want to support the Microsoft spelling as well, since no 
matter on Windows or Linux, it is always a macro, as @Artem-B pointed out 
earlier. I'm gonna remove `Declspec` as well.

https://github.com/llvm/llvm-project/pull/156686
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to