Earlier quoted context omitted.
Not that it matters, but Microsoft has been doing AI accelerators for a bit too - project Brainwave has been around since 2018 - https://blogs.microsoft.com/ai/build-2018-project-brainwave/
Yeah I worked in the hardware org around this time. We got moved from under Xbox org to azure and our main work became AI related accelerators
Microsoft CTO says he wants to swap most AMD and Nvidia GPUs for homemade chips
101–110 of 137 posts
Re: Microsoft CTO says he wants to swap most AMD and Nvidia GPUs for homemade chips
#102Re: Microsoft CTO says he wants to swap most AMD and Nvidia GPUs for homemade chips
#103Google has been using its own TPU silicon for machine learning since 2015. I think they do all deep learning for Gemini on ther own silicon. But they also invented AI as we know it when they introduced transformer architecture and they’ve been more invested in machine learning than most companies for a very long time.
I'm 99.999% sure that the claim of "all deep learning for Gemini on their own silicon" is not true. Maybe if you restrict it similarly to the Deepseek paper to "Gemini uses TPU for the final successful training run and for scaled inference" you might be correct, but there's no way that GPUs aren't involved for at minimum comparability and more rapid iteration reasons during the extremely buggy and error prone point o…
Re: Microsoft CTO says he wants to swap most AMD and Nvidia GPUs for homemade chips
#104Re: Microsoft CTO says he wants to swap most AMD and Nvidia GPUs for homemade chips
#105Weird use of "homemade"! I guess they mean "in-house"?
Re: Microsoft CTO says he wants to swap most AMD and Nvidia GPUs for homemade chips
#106Earlier quoted context omitted.
Yes, CUDA has a history. And it shows. CUDA has very bad integration with the OS for example. It's time some other company (Microsoft sounds like a good contender) showed them how you do this the right way. Anyway, this all distracts from the fact that you don't need an entire "OS" just to run some arithmetic primitives to get transformers running.
> CUDA has very bad integration with the OS for example. If you want to cherry pick anything, you can. But in my eyes, you're just solidifying my point. Software is critical. Minimizing the surface is obviously a good thing (tinygrad for example), but you're still going to need people who are willing and able to write the code.
Re: Microsoft CTO says he wants to swap most AMD and Nvidia GPUs for homemade chips
#107For many years, every few months Microsoft and Meta say they are going to do AI hardware. But nothing tangible is delivered.
Re: Microsoft CTO says he wants to swap most AMD and Nvidia GPUs for homemade chips
#108Re: Microsoft CTO says he wants to swap most AMD and Nvidia GPUs for homemade chips
#109Google has been using its own TPU silicon for machine learning since 2015. I think they do all deep learning for Gemini on ther own silicon. But they also invented AI as we know it when they introduced transformer architecture and they’ve been more invested in machine learning than most companies for a very long time.
I'm 99.999% sure that the claim of "all deep learning for Gemini on their own silicon" is not true. Maybe if you restrict it similarly to the Deepseek paper to "Gemini uses TPU for the final successful training run and for scaled inference" you might be correct, but there's no way that GPUs aren't involved for at minimum comparability and more rapid iteration reasons during the extremely buggy and error prone point o…