logoalt Hacker News

jezzelast Saturday at 7:43 AM4 repliesview on HN

I have no experience of using it so I might be wrong but AMD has ROCm which has something called HIP that should be comparable to CUDA. I think it also has a way to automatically translate CUDA calls into HIP as well so it should work without the need to modify your code.


Replies

whatevaalast Saturday at 12:24 PM

Consumer card ROCm support is straight up garbage. CUDA support project was also killed.

AMD doesn't care about consumers anymore either. All the money in AI.

show 1 reply
Almondsetatlast Saturday at 12:19 PM

AMD "has" ROCm just like Intel "has" AVX-512

tankenmatelast Saturday at 9:45 AM

`I think it also has a way to automatically translate CUDA calls`

I suspect the thing you're referring to is ZLUDA[0], it allows you to run CUDA code on a range of non NVidia hardware (for some value of "run").

[0] https://github.com/vosen/ZLUDA

show 1 reply
StochasticLilast Saturday at 7:50 AM

it's mostly about AI training at this point. the software for this only supports CUDA well.