Hacker News new | ask | show | jobs
by zozbot234 949 days ago
CUDA code can be forward-ported to AMD's HIP, which can be used with the ROCm stack. For a more standards-focused alternative there's also SYCL, which has implementations targeting a variety of hardware backends (including HIP) and may also target Vulkan Compute in the future.
1 comments

> CUDA code can be forward-ported to AMD's HIP, which can be used with the ROCm stack.

Maybe in some cases, but that doesn't even really matter since hardware support is poor.