|
|
|
|
|
by viewtransform
1101 days ago
|
|
Yes it is a legal issue. AMD cannot implement CUDA. However, they have gone around that by creating HIP which is a CUDA adjacent language that runs on AMD and also translates to CUDA for Nvidia GPUs. There is also the HIPify tool to automatically convert existing sources from CUDA to HIP.
https://docs.amd.com/bundle/HIP-Programming-Guide-v5.3/page/... |
|