================ @@ -13067,6 +13067,14 @@ def warn_cuda_maxclusterrank_sm_90 : Warning< "maxclusterrank requires sm_90 or higher, CUDA arch provided: %0, ignoring " "%1 attribute">, InGroup<IgnoredAttributes>; +def err_cuda_cluster_attr_not_supported : Error< + "%0 is not supported for this GPU architecture" ---------------- erichkeane wrote:
```suggestion "CUDA '%0' is not supported for this GPU architecture" ``` https://github.com/llvm/llvm-project/pull/156686 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
