|
|
|
|
|
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. |
|