[clang] Claiming "threadset clause" for implementation. (PR #126023)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 6 00:22:53 PST 2025
https://github.com/SunilKuravinakop created https://github.com/llvm/llvm-project/pull/126023
threadset clause is part of free-agent threads. But, free-agent threads also involves runtime implementation. So, added an separate entry for threadset clause and claimed it for clang.
>From cf86e7a2333c36b9cf98d48f51548c847a8c0705 Mon Sep 17 00:00:00 2001
From: Sunil Kuravinakop <kuravina at pe31.hpc.amslabs.hpecorp.net>
Date: Thu, 6 Feb 2025 02:18:30 -0600
Subject: [PATCH] Claiming "threadset clause" for implementation.
---
clang/docs/OpenMPSupport.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 673c34bf08a4a40..8a7fc0f09708804 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -363,6 +363,8 @@ implementation.
|Feature | C/C++ Status | Fortran Status | Reviews |
+=============================================================+===========================+===========================+==========================================================================+
| free-agent threads | :none:`unclaimed` | :none:`unclaimed` | |
++=============================================================+===========================+===========================+==========================================================================+
+| threadset clause | :`worked on` | :none:`unclaimed` | |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
| Recording of task graphs | :none:`unclaimed` | :none:`unclaimed` | |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
More information about the cfe-commits
mailing list