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: can rocTX work with rocprofv2 API? #93

Closed tiandi111 closed 1 year ago

tiandi111 commented 1 year ago

I'm wondering if rocTX works with rocprofv2 API?

Thanks!

jrmadsen commented 1 year ago

It is supposed to but the rocprofiler v2 API found in ROCm 5.7 is undergoing a lot of changes in the next release. I would hold off on developing against the current rocprofiler v2 API until then

tiandi111 commented 1 year ago

Thanks