================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to