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

Hip support? #49

Open
charles-r-earp opened this issue Jul 28, 2020 · 2 comments
Open

Hip support? #49

charles-r-earp opened this issue Jul 28, 2020 · 2 comments

Comments

@charles-r-earp
Copy link

AMD's HIP library offers at least a subset of CUDA operations, many of which have similar name and API. How feasible would it be to add this as a feature, to create a similar RustaCUDA API for high level programming with HIP? I'm thinking it would be a feature that creates an additional hip module that exposes a HIP version. This would make porting / targeting both platforms easier.

@bheisler
Copy link
Owner

bheisler commented Aug 1, 2020

Hey, thanks for the suggestion!

Unfortunately, I don't have an AMD GPU. I wouldn't be able to develop something like this. Even if someone did contribute an implementation, I wouldn't be able to test it.

@charles-r-earp
Copy link
Author

Ah ok. Yeah, currently in the same boat.
I'm asking specifically because I'm working adding support for AMD's ROCm to my autgraph library. That's pretty much done but I haven't been able to test it yet. It's just a quick and dirty port of the things I needed. Long term, I was hoping to have this be external, fully fleshed out, so that it could be used by others, in particular to extend functionality in autograph. And more broadly, use in other projects in the GPGPU space, potentially in a device agnostic way.

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