According to the company, the new chip will enable training of AI models with up to 24 trillion parameters. Let me repeat that, in case you're as excited as I am: <i>24. Trillion. Parameters.</i> For comparison, the largest AI models currently in use have around 0.5 trillion parameters, around 48x times smaller.<p>Each parameter is a <i>connection between artificial neurons</i>. For example, inside an AI model, a linear layer that transforms an input vector with 1024 elements to an output vector with 2048 elements has 1024×2048 = ~2M parameters in a weight matrix. Each parameter specifies by how much each element in the input vector contributes to or subtracts from each element in the output vector. Each output vector element is a weighted sum (AKA a linear combination), of each input vector element.<p>A human brain has an estimated 100-500 trillion synapses connecting biological neurons. Each synapse is quite a complicated biological structure[a], but if we oversimplify things and assume that every synapse can be modeled as a single parameter in a weight matrix, then the largest AI models in use today have approximately 100T to 500T ÷ 0.5T = 200x to 1000x fewer connections between neurons that the human brain. If the company's claims prove true, this new chip will enable training of AI models that have only 4x to 20x fewer connections that the human brain.<p>We sure live in interesting times!<p>---<p>[a] <a href="https://en.wikipedia.org/wiki/Synapse" rel="nofollow">https://en.wikipedia.org/wiki/Synapse</a>
Reposting the CS-2 teardown in case anyone missed it. The thermal and electrical engineering is absolutely nuts:<p><a href="https://vimeo.com/853557623" rel="nofollow">https://vimeo.com/853557623</a><p><a href="https://web.archive.org/web/20230812020202/https://www.youtube.com/watch?v=pzyZpauU3Ig" rel="nofollow">https://web.archive.org/web/20230812020202/https://www.youtu...</a><p>(Vimeo/Archive because the original video was taken down from YouTube)
It has its own programming language CSL<p><a href="https://www.cerebras.net/blog/whats-new-in-r0.6-of-the-cerebras-sdk" rel="nofollow">https://www.cerebras.net/blog/whats-new-in-r0.6-of-the-cereb...</a><p>"CSL allows for compile time execution of code blocks that take compile-time constant
objects as input, a powerful feature it inherits from Zig, on which CSL is based. CSL will be largely
familiar to anyone who is comfortable with C/C++, but there are some new capabilities on top of
the C-derived basics."<p><a href="https://github.com/Cerebras/csl-examples">https://github.com/Cerebras/csl-examples</a>
If you were to add up all transistors fabricated worldwide, up until <year>, such that total roughly matches the # on this beast, what year would you arrive? Hell, throw in discrete transistors if you want.<p>How many early supercomputers / workstations etc would that include? How much progress did humanity make using all those early machines (or <i>any</i> transistorized device!) combined?
As I understand it, WSE-2 was kind of handicapped because its performance could only really be harnessed if the neural net fit in the on-chip SRAM. Bandwidth to off-chip memory (normalized to FLOPS) was not as high as Nvidia. Is that improved with WSE-3? Seems like the SRAM is only 10% bigger, so that's not helping.<p>In the days before LLMs 44 GB of SRAM sounded like a lot, but these days it's practically nothing. It's possible that novel architectures could be built for Cerebras that leverage the unique capabilities, but the inaccessibility of the hardware is a problem. So few people will ever get to play with one that it's unlikely new architectures will be developed for it.
One thing I don't understand about their architecture is that they have spent so much effort building this monster of a chip, but if you are going to do something crazy, why not work on processing in memory instead? At least for transformers you will primarily be bottlenecked on matrix multiplication and almost nothing else, so you only need to add a simple matrix vector unit behind your address decoder and then almost every AI accelerator will become obsolete over night. I wouldn't suggest this to a random startup though.
Hm, let's wait and see what the gemm/W perf is, and how many programmer hours it takes to implement say an mlp. Wafer scale data flow may not be a solved problem?
Interesting. I know there's a lot of attempts to hobble China by limiting their access to cutting edge chips and semiconductor manufacturing technology, but could something like this be a workaround for them, at least for datacenter-type jobs?<p>Maybe it wouldn't be as powerful as one of these, due to their less capable fabs, but something that's good enough to get the job done in spite of the embargoes.
WHITE PAPER
Training Giant Neural Networks Using Weight Streaming on Cerebras Wafer-Scale Clusters<p><a href="https://f.hubspotusercontent30.net/hubfs/8968533/Virtual%20Booth%20Docs/CS%20Weight%20Streaming%20White%20Paper%20111521.pdf" rel="nofollow">https://f.hubspotusercontent30.net/hubfs/8968533/Virtual%20B...</a>
- Interconnect between WSE-2's chips in the cluster was 150GB/s, much lower than NVIDIA's 900GB/s.<p>- non-sparse fp16 in WSE-2 was 7.5 tflops (about 8 H100s, 10x worse performance per dollar)<p>Does anyone know the WSE-3 numbers? Datasheet seems lacking loads of details<p>Also, 2.5 million USD for 1 x WSE-3, why just 44GB tho???
related discussion (2021): <a href="https://news.ycombinator.com/item?id=27459466">https://news.ycombinator.com/item?id=27459466</a>
Title should be either "4,000,000,000,000 Transistors" (as in the actual video title) or "4 Trillion Transistors" or maybe "4T Transistors". "4B,000" ("four billion thousand"?) looks like 48,000 (forty-eight thousand).