https://github.com/abhinavgaba updated https://github.com/llvm/llvm-project/pull/163908
>From 7b7f5db0b35a701803d95a9034b0114cb241203d Mon Sep 17 00:00:00 2001 From: Abhinav Gaba <[email protected]> Date: Thu, 16 Oct 2025 21:17:48 -0700 Subject: [PATCH 1/2] [docs][OpenMP] Update support doc with the planned/in-progress pointer-attachment work. --- clang/docs/OpenMPSupport.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index 5c73e2486030e..be02376140469 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -193,7 +193,7 @@ implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | device | support non-contiguous array sections for target update | :good:`done` | https://github.com/llvm/llvm-project/pull/144635 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -| device | pointer attachment | :good:`done` | | +| device | pointer attachment | :part: `being repaired` | @abhinavgaba (https://github.com/llvm/llvm-project/pull/153683) | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | atomic | hints for the atomic construct | :good:`done` | D51233 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ @@ -627,6 +627,10 @@ implementation. +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ | loop grid/tile modifiers for sizes clause | :none:`unclaimed` | :none:`unclaimed` | | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ +| attach map-type modifier | :part: `In Progress` | :none:`unclaimed` | C/C++: @abhinavgaba | +| | | | RT: @abhinavgaba (https://github.com/llvm/llvm-project/pull/149036 | +| | | | https://github.com/llvm/llvm-project/pull/158370) | ++-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ OpenMP Extensions >From 9cb2cdaa2436a21b2a93e923fb96a2874489eb75 Mon Sep 17 00:00:00 2001 From: Abhinav Gaba <[email protected]> Date: Thu, 16 Oct 2025 21:34:38 -0700 Subject: [PATCH 2/2] Fix formatting. --- clang/docs/OpenMPSupport.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index be02376140469..c75c1703a8dc3 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -193,7 +193,7 @@ implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | device | support non-contiguous array sections for target update | :good:`done` | https://github.com/llvm/llvm-project/pull/144635 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -| device | pointer attachment | :part: `being repaired` | @abhinavgaba (https://github.com/llvm/llvm-project/pull/153683) | +| device | pointer attachment | :part:`being repaired` | @abhinavgaba (https://github.com/llvm/llvm-project/pull/153683) | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | atomic | hints for the atomic construct | :good:`done` | D51233 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ @@ -627,9 +627,9 @@ implementation. +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ | loop grid/tile modifiers for sizes clause | :none:`unclaimed` | :none:`unclaimed` | | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ -| attach map-type modifier | :part: `In Progress` | :none:`unclaimed` | C/C++: @abhinavgaba | -| | | | RT: @abhinavgaba (https://github.com/llvm/llvm-project/pull/149036 | -| | | | https://github.com/llvm/llvm-project/pull/158370) | +| attach map-type modifier | :part:`In Progress` | :none:`unclaimed` | C/C++: @abhinavgaba; | +| | | | RT: @abhinavgaba (https://github.com/llvm/llvm-project/pull/149036, | +| | | | https://github.com/llvm/llvm-project/pull/158370) | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
