[Openmp-commits] [openmp] [OpenMP] Add OpenMP extension API to dump mapping tables (PR #85381)
via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 18 01:45:59 PDT 2024
================
@@ -458,6 +458,8 @@ __OMP_RTL(__tgt_push_mapper_component, false, Void, VoidPtr, VoidPtr, VoidPtr,
__OMP_RTL(__kmpc_task_allow_completion_event, false, VoidPtr, IdentPtr,
/* Int */ Int32, /* kmp_task_t */ VoidPtr)
+__OMP_RTL(ompx_dump_mapping_tables, false, Void, )
----------------
nicebert wrote:
You're right we don't need it. I checked other openmp api extensions to see what needed to be done to support it but as you pointed out this isn't necessary.
https://github.com/llvm/llvm-project/pull/85381
More information about the Openmp-commits
mailing list