Earlier quoted context omitted.
A bit surprised to see Jensen's stage appearance since clearly Microsoft's success with its own AI chips means less business for Nvidia's chips. Because different than the ARM chip also announced in the same Ignite event, Microsoft doesn't exactly "need" nor can fully utilize an AI chip. Google trains its foundational models (e.g. Gemini) on its own TPU hardware but Microsoft's is heavily reliant on OpenAI for its ge…
Microsoft absolutely runs their own models on their own hardware, at scale, and they have done so for years just like every other hyperscaler -- Project Brainwave was first publicly talked about as far back as 2018. The generative LLM craze is a recent phenomenon in comparison. They are absolutely going to go all in on putting AI functionality in Bing, in Excel, in Windows, etc etc. To do that, you need hardware. Non…
The first two custom silicon chips designed by Microsoft for its cloud
121–130 of 282 posts
Re: The first two custom silicon chips designed by Microsoft for its cloud
#122Earlier quoted context omitted.
The capital costs are enormous, not even counting the CUDA moat. It takes years to start producing a big AI processor. Yet many startups and existing designers anticipated this demand correctly, years in advance, and they are all still kinda struggling. Nvidia is massively supply constrained. AI customers would be buying up MI250s, CS-2s, IPUs, Tenstorrent accelerators, Gaudi 2s and so on en masse if they wanted to..…
> Yet many startups and existing designers anticipated this demand correctly, years in advance, and they are all still kinda struggling. As I already hinted in my post: I see a huge problem in the fact that in my opinion it still is not completely clear to this day which capabilities an AI accelerator really needs - too much is in my opinion still in a state of flux.
A good example of this is Intel canceling, and AMD sidelining, their unified memory CPU/GPU chips for AI. They are super useful!.. In theory. But actually, they totally useless because no one is programming frameworks with unified memory SoCs in mind, as Nvidia does not make something like that.
Re: The first two custom silicon chips designed by Microsoft for its cloud
#123The Microsoft chip has MX data types: https://news.ycombinator.com/item?id=37930663 https://arxiv.org/abs/2310.10537
Re: The first two custom silicon chips designed by Microsoft for its cloud
#124Re: The first two custom silicon chips designed by Microsoft for its cloud
#125Re: The first two custom silicon chips designed by Microsoft for its cloud
#126Arm in inevitable for the server. It's interesting how now days, efficiency/power consumption is a consideration over pure raw performance.
I genuinely don't see how x86 architecture will continue to survive the next 10 years. It will of course take longer to change home desktop users to new architectures; they will be the last segment to switch, but it seems all but inevitable. BTW, I'm not even speaking to whether x86 can compete at the same power per watt... I think it just won't make sense financially to be out of sync with the industry.
ARM is ok only for reasonable performance at low power (if we forget about VIA).
Re: The first two custom silicon chips designed by Microsoft for its cloud
#127Earlier quoted context omitted.
A bit surprised to see Jensen's stage appearance since clearly Microsoft's success with its own AI chips means less business for Nvidia's chips. Because different than the ARM chip also announced in the same Ignite event, Microsoft doesn't exactly "need" nor can fully utilize an AI chip. Google trains its foundational models (e.g. Gemini) on its own TPU hardware but Microsoft's is heavily reliant on OpenAI for its ge…
> Unless Microsoft is planning to acquire OpenAI fully They're going to play a modified version of the old Rareware trick. It's also a pretty great game to buy up OpenAI equity, which ultimately gets spent on Microsoft compute. Two birds, one stone.
[0] Microsoft tried to buy Nintendo very early on
Re: The first two custom silicon chips designed by Microsoft for its cloud
#128> Microsoft said it does not plan to sell the chips Add it to the list of things you can't buy at any price, and can only rent. That list is getting pretty long, especially if you count "any electronic device you can't fully control or modify".
Re: The first two custom silicon chips designed by Microsoft for its cloud
#129Earlier quoted context omitted.
Microsoft absolutely runs their own models on their own hardware, at scale, and they have done so for years just like every other hyperscaler -- Project Brainwave was first publicly talked about as far back as 2018. The generative LLM craze is a recent phenomenon in comparison. They are absolutely going to go all in on putting AI functionality in Bing, in Excel, in Windows, etc etc. To do that, you need hardware. Non…
Awesome! Someone who knows about Brainwave!
I'm guessing at this point the ASICs make a lot more economic sense, though. :)
Re: The first two custom silicon chips designed by Microsoft for its cloud
#130Not a lot of information about the chips yet. About 100B transistors in the AI chip. For comparison, an RTX 4090 has 76B, and an H100 has about 80B. So the Maia chip is pretty massive.
This is like performance review based on written line of code.
If we assume that Microsoft is roughly able to architect compute units of a similar performance-to-number-of-transistors ratio as nVidia is, then having twice the number of transistors should roughly result in twice the performance.
That is very different than it is with typical software. If you give a programmer who needs to write 100 lines of code to solve a given problem 100 more lines to fill, he won't simply be able to copy-paste his 100 lines another time and by that action be twice as fast at solving whatever problem you tasked him with. With GPU compute units, such copy-pasting of compute units is exactly what's being done (at least until you hit the limits of other resources such as management units, memory bandwidth etc.).