Hacker News new | ask | show | jobs
by TheCycoONE 378 days ago
Since no one answered you, HIP is a compile time target, you use hipify to transform your cuda code, then you compile it with hipcc, and hopefully everything works; or you target HIP directly.

ZLUDA was a translation layer, ala wine for cuda applications.

1 comments

Thanks a thousand times over.