(no title)
colordrops | 12 days ago
You have to port every piece of software you want to use. It's ridiculous to call this a solution.
colordrops | 12 days ago
You have to port every piece of software you want to use. It's ridiculous to call this a solution.
woctordho|12 days ago
If you want to fight against Nvidia monopoly, then don't just rant, but buy a GPU other than Nvidia and build on it. Check my GitHub and you'll see what I'm doing.
mathisfun123|12 days ago
You don't understand what HIP is - HIP is AMD's runtime API. it resembles CUDA runtime APIs but it's not the same thing and it doesn't need to be - the hard part of porting CUDA isn't the runtime APIs. hipify is the thing that translates both runtime and kernels. Now is hipify a drop-in replacement? No of course but because the two vendors have different architectures. So it's absolutely laughable to imagine that some random could come anywhere near "drop-in replacement" when AMD can't (again: because of fundamental architecture differences).
colordrops|12 days ago