[clang] [flang] [llvm] [openmp] [OpenMP][Offload] Add offload runtime support for dyn_groupprivate clause (PR #152831)
Alex Duran via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 11 04:55:01 PST 2025
================
@@ -267,10 +267,22 @@ struct __tgt_target_non_contig {
extern "C" {
#endif
+/// The OpenMP access group type. The criterion for grupping tasks using a
----------------
adurang wrote:
nit: this comment is a bit misleading. The access groups don't group tasks, they indicate the kind of memory a thread should get taking into account who else needs to access it.
https://github.com/llvm/llvm-project/pull/152831
More information about the cfe-commits
mailing list