ROCm / roctracer

ROCm Tracer Callback/Activity Library for Performance tracing AMD GPUs
https://rocm.docs.amd.com/projects/roctracer/en/latest/
Other
65 stars 30 forks source link

Preliminary C interface for HPCToolkit #21

Closed mxz297 closed 4 years ago

mxz297 commented 4 years ago

This PR includes a preliminary implementation C interface needed by HPCToolkit for providing code-centric profiling view using Roctracer.

eshcherb commented 4 years ago

I have extended the API with *_expl() methods with explicit pool parameter. Also added a C test to check the compliance to C standard.