-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does GPA support HIP compute applications? #76
Comments
GPA does not currently support HIP (or ROCm) applications. Thanks for bringing that earlier request to my attention. I will respond there as well. |
While GPA does not support HIP, I would recommend that you look at our latest release the Radeon GPU Profiler (RGP), which now supports profiling HIP applications! https://gpuopen.com/rgp/ |
However, from the RGP repo, it seems that profiling HIP compute APIs is not support yet on Linux. Is there any way to profiling HIP program on Linux? Thanks. |
AMD's HIP implementation on Linux is based on ROCm, so your best bet appears to be the ROCProfiler available here: https://github.com/ROCm-Developer-Tools/rocprofiler I haven't used it myself, but hopefully it will work for your needs! |
Does GPA support profiling for HIP applications? I notice there is already a issue #44 asking this but still no answer.
The text was updated successfully, but these errors were encountered: