|
|
|
|
|
by eslaught
1441 days ago
|
|
HIP is basically CUDA with s/cuda/hip/g. My experience is that the stack is pretty rough around the edges. But when it works, you (almost) literally find-and-replace, and it pretty much works as advertised. However, just because you can get to a correct code doesn't necessarily mean that code will achieve optimal performance (without further tuning, of course). |
|