Unverified Commit 20f5bcfb authored by nicebert's avatar nicebert Committed by GitHub
Browse files

[OpenMP] Add OpenMP extension API to dump mapping tables (#85381)



This adds an API call ompx_dump_mapping_tables.
This allows users to debug the mapping tables and can be especially
useful for unified shared memory applications to check if the code
behaves in the way it should. The implementation reuses code already
present to dump mapping tables (in a debug setting).

---------

Co-authored-by: default avatarJoseph Huber <huberjn@outlook.com>
parent 6800f422
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment