You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
HIP is a sort-of subset of the CUDA API with a few trivial name-changes, which compiles to either CUDA on NVidia platforms, or to compatible code on AMD cards. It's open-source AFAIK, and integrated into AMD's ROCm stack. AMD have been porting some of the big ML frameworks to ROCm using HIP, including Caffe.
It would be pretty cool if Rust's CUDA ecosystem could be grown to include AMD devices using HIP. But, being unable to contribute much to the effort, it's only a suggestion. :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
HIP is a sort-of subset of the CUDA API with a few trivial name-changes, which compiles to either CUDA on NVidia platforms, or to compatible code on AMD cards. It's open-source AFAIK, and integrated into AMD's ROCm stack. AMD have been porting some of the big ML frameworks to ROCm using HIP, including Caffe.
It would be pretty cool if Rust's CUDA ecosystem could be grown to include AMD devices using HIP. But, being unable to contribute much to the effort, it's only a suggestion. :)
The text was updated successfully, but these errors were encountered: