[Openmp-commits] [clang] [flang] [llvm] [openmp] [clang][OpenMP] New OpenMP 6.0 threadset clause (PR #135807)
Krzysztof Parzyszek via Openmp-commits
openmp-commits at lists.llvm.org
Tue Oct 7 12:28:01 PDT 2025
================
@@ -1146,6 +1146,14 @@ struct ThreadsT {
using EmptyTrait = std::true_type;
};
+// V6.0: [14.8] `threadset` clause
+template <typename T, typename I, typename E> //
+struct ThreadsetT {
+ ENUM(ThreadsetPolicy, omp_pool, omp_team);
----------------
kparzysz wrote:
Finally here: Omp_Pool, Omp_Team.
https://github.com/llvm/llvm-project/pull/135807
More information about the Openmp-commits
mailing list