ROCm / roctracer

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

[Question] Does more than one thread return callbacks? #55

Closed louisespellacy-arm closed 1 month ago

louisespellacy-arm commented 3 years ago

When using the CALLBACK API - do multiple threads return callbacks for different domains and op codes?

lmoriche commented 1 year ago

The API callbacks are always called in the same thread as the application thread calling the API. The buffer callbacks are called from an internal thread.