[clang] 119ff40 - [NFC][OpenMP] Claim OMPT device tracing (#153411)

via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 13 07:57:15 PDT 2025


Author: Jan Patrick Lehr
Date: 2025-08-13T16:57:12+02:00
New Revision: 119ff4053414ac577ae37d29d2ebf78ae41c8a0d

URL: https://github.com/llvm/llvm-project/commit/119ff4053414ac577ae37d29d2ebf78ae41c8a0d
DIFF: https://github.com/llvm/llvm-project/commit/119ff4053414ac577ae37d29d2ebf78ae41c8a0d.diff

LOG: [NFC][OpenMP] Claim OMPT device tracing (#153411)

Planning to start upstreaming our implementation soon.

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 477ce634696bd..c51aa8ff6d3cc 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -338,7 +338,7 @@ implementation.
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | OMPT                         | new 'emi' callbacks for external monitoring interfaces       | :good:`done`             |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| OMPT                         | device tracing interface                                     | :none:`unclaimed`        |                                                                       |
+| OMPT                         | device tracing interface                                     | :none:`in progress`      | jplehr                                                                |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | task                         | 'strict' modifier for taskloop construct                     | :none:`unclaimed`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list