Unverified Commit 9b6ea5e8 authored by Felipe Cabarcas's avatar Felipe Cabarcas Committed by GitHub
Browse files

[OpenMP] Improve omp offload profiler (#68016)



Summary:
Adding information to the LIBOMPTARGET profiler runtime kernel and API
calls.

Key changes:
* Adding information to runtime calls for better understanding of how
the application
is executing. For example teams requested by the user, size of memory
transfers.
* Profile timer was changed from 'us' to 'ns', since 'us' was too
coarse-grain
  to register some important details like key kernel duration
* Removed non API or Runtime calls, to reduce complexity of profile for
application
  developers.

---------

Co-authored-by: default avatarFelipe Cabarcas <cabarcas@leia.crpl.cis.udel.edu>
Co-authored-by: default avatarfel-cab <fel-cab@github.com>
parent 1ba4a452
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