ROCm / roctracer

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

Interface proposal : pull request 4 #60

Open yoann-heitz opened 2 years ago

yoann-heitz commented 2 years ago

This is the fourth pull request for the proposal for a plugin interface for the rocprof command. In this pull request, the \<API>_trace_entry_t structures defined in the previous pull requests have been moved to a new header.

Installation files have been modified to take into account this new header. Some type definitions declared into headers that are not kept after installation are needed in the new header. To avoid the redeclaration of types, these types were moved from the place where they were first defined to this new header.

Relative to the third pull request, this one starts at commit 3787d72