Hacker News new | ask | show | jobs
by coffeebeqn 925 days ago
Could there be a compiler/transpiler from CUSA to whatever AMD is pushing ?
2 comments

That's what https://github.com/ROCm/HIPIFY is (as a part of ROCm)
I think it's llama.cpp that simply #defines all cuda_ functions to rocm_ (99% name-name). Porting seems to be that trivial.