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

Support for AMD GPUs #61

Open
jan-janssen opened this issue Jun 30, 2023 · 4 comments
Open

Support for AMD GPUs #61

jan-janssen opened this issue Jun 30, 2023 · 4 comments
Labels

Comments

@jan-janssen
Copy link
Member

Comment:

As the first Exascale computer Frontier uses AMD GPUs I would like to compile a libhwloc version with RMSI support. But I am not sure how to set the priorities for this one. I feel for Nvidia Cuda there is already a lot of support on conda-forge but I am not aware of a similar selector mechanism for AMD GPUs. @isuruf Can you help me out here?

@isuruf
Copy link
Member

isuruf commented Jun 30, 2023

You'll need the rocm-smi-lib packaged first. Since it's an open source library, it's fine to link it here.

@jan-janssen
Copy link
Member Author

I started a corresponding pull request in conda-forge/staged-recipes#23288

@jan-janssen
Copy link
Member Author

@isuruf Unfortunately, I am still not sure how to move on. Can we have an rcom_* build just like we have cuda_* and cpu_* builds? Can this be achieved with a conda_build_config.yaml file?

@isuruf
Copy link
Member

isuruf commented Jul 7, 2023

No need to have a third variant. We can add rocm support for the existing builds. It's a small, open source library, so I'm fine with linking to it. It would be better if there was a rocm-smi-libs output that is just the library without the cli tool.

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

No branches or pull requests

2 participants