Skip to content
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

AMD GPU Support #5

Open
naromero77amd opened this issue Jun 12, 2024 · 1 comment
Open

AMD GPU Support #5

naromero77amd opened this issue Jun 12, 2024 · 1 comment

Comments

@naromero77amd
Copy link

Thank you for creating this much needed tool

Has there be any working on extending this tool to support AMD GPUs? Any sense of the level of effort needed to extended this to ROC+HIP.

@msasongko17
Copy link
Contributor

We do have a plan to extend this tool to support AMD GPUs. If we leverage NVBit for NVIDIA GPUs, one option that we want to try to extend it to AMD GPUs is https://github.com/ROCm/omnitrace . The level of effort could be incremental because exactly the same algorithm might work on AMD GPUs provided that omnitrace supports the capture of accessed data addresses on GPUs. Other changes that we might have to do is to intercept the driver API calls for AMD GPUs that are equivalent to the API calls that we intercept for NVIDIA GPUs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants