[clang] [Clang][HIP][CUDA] Add `__cluster_dims__` and `__no_cluster__` attribute (PR #156686)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 10 08:46:51 PDT 2025
================
@@ -7532,6 +7532,25 @@ A managed variable can be accessed in both device and host code.
}];
}
+def CUDAClusterDimsAttrDoc : Documentation {
+ let Category = DocCatDecl;
+ let Content = [{
+In CUDA/HIP programming, the ``__cluster_dims__`` attribute can be applied to a kernel function
----------------
erichkeane wrote:
If you want to make it consistent with existing documentation, I'd suggest submitting a patch to correct all of those, then we can come back and make it consistent with the rest.
https://github.com/llvm/llvm-project/pull/156686
More information about the cfe-commits
mailing list