[clang] Claiming "threadset clause" for implementation. (PR #126023)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 6 01:26:01 PST 2025
https://github.com/SunilKuravinakop updated https://github.com/llvm/llvm-project/pull/126023
>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 1/2] 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` | |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
>From b2e4dda18925891b8919c8bf4ea400c852f60dde Mon Sep 17 00:00:00 2001
From: Sunil Kuravinakop <kuravina at pe31.hpc.amslabs.hpecorp.net>
Date: Thu, 6 Feb 2025 03:06:50 -0600
Subject: [PATCH 2/2] Correcting wrong separator that was used for the new
entry of threadset clause.
---
clang/docs/OpenMPSupport.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 8a7fc0f09708804..606660519be5856 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -363,7 +363,7 @@ 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