Y
Hacker News
new
|
ask
|
show
|
jobs
by
gigatexal
3143 days ago
This. CUDA gives Nvidia a huge advantage
1 comments
viewtransform
3143 days ago
AMD has HIP. HIP allows developers to convert CUDA code to portable C++. The same source code can be compiled to run on NVIDIA or AMD GPUs
https://github.com/ROCm-Developer-Tools/HIP
link