←back to thread

183 points spacebanana7 | 3 comments | | HN request time: 0s | source

I appreciate developing ROCm into something competitive with CUDA would require a lot of work, both internally within AMD and with external contributions to the relevant open source libraries.

However the amount of resources at stake is incredible. The delta between NVIDIA's value and AMD's is bigger than the annual GDP of Spain. Even if they needed to hire a few thousand engineers at a few million in comp each, it'd still be a good investment.

Show context
gmm1990 ◴[] No.43547545[source]
The idea that CUDA is the main reason behind Nvidia dominance seems strange to me. If most of the money is coming from Facebook and Microsoft they have their own teams writing code at a lower level than CUDA anyway. Even deepseek was writing stuff lower than that.
replies(2): >>43549250 #>>43565743 #
1. brcmthrowaway ◴[] No.43549250[source]
What is lower than CUDA? Compute shaders?
replies(1): >>43549537 #
2. a5ehren ◴[] No.43549537[source]
PTX assembly. Deepseek used some of it to do a little bit of work that CUDA didn't have APIs for.
replies(1): >>43553196 #
3. brcmthrowaway ◴[] No.43553196[source]
Sadly platform specific