[clang] [OpenMP] Introduce support for OMPX extensions and taskgraph frontend (PR #66919)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 18:45:58 PDT 2023


================
@@ -347,10 +347,6 @@ if(LIBOMP_OMPD_SUPPORT AND ((NOT LIBOMP_OMPT_SUPPORT) OR (NOT "${CMAKE_SYSTEM_NA
   set(LIBOMP_OMPD_SUPPORT FALSE)
 endif()
 
-# OMPX Taskgraph support
----------------
shiltian wrote:

I'm not sure if I asked it before, but if possible can we run some task benchmark suites, like BOLT, to see the overhead? If no overhead, it'd be great to remove the macro.

https://github.com/llvm/llvm-project/pull/66919


More information about the cfe-commits mailing list