|
|
|
|
|
by Ygg2
393 days ago
|
|
> In fact the truth is you can compile CUDA for AMD (using hipify) You can compile x64 to ARM and performance tanks. Does this means ARM isn't a comparable alternative to x64? It just means their software works badly with said architecture. Could be that AMD acceleration is horrible (but then the FSR would be worse) or it could be that it's just different, or the translation layer is bad. |
|
There's no translation layer - you don't understand how/what hipify and CUDA are. CUDA is a C/C++ extension and it connotes APIs. 90% of CUDA kernel code (ie the stuff that actually runs on the SMs) does compile for AMD without any changes (intrinsics diff). hipify goes the extra step of remaining APIs to their HIP variants.
Again, all of this is to say there's no vendor lockin like clueless whiny people complain and just a superior product.