Just skimmed the paper. Seems to me like this paper wants to optimize transformer inference e2e, i.e. from ASIC level all the way to cloud. I'm not exactly convinced though, since all the results seem to be purely theoretical or simulated. I would've liked to see a prototype built across several FPGAs with clock speeds extrapolated for ASICs.
Chiplet ASIC supercomputers for LLMs like GPT-4
21–30 of 91 posts
Re: Chiplet ASIC supercomputers for LLMs like GPT-4
#22The key point: A key architectural feature to achieve this is the ability to fit all model parameters inside the on-chip SRAMs of the chiplets to eliminate bandwidth limitations. Doing so is non-trivial as the amount of memory required is very large and growing for modern LLMs ... On-chip memories such as SRAM have better read latency and read/write energy than external memories such as DDR or HBM but require more si…
Also, a GPU is already an ASIC but with a fancy name.
Re: Chiplet ASIC supercomputers for LLMs like GPT-4
#23This seems like a pretty bad paper. Their headline claim that they are 300x faster than an A100 at serving GPT-3 uses obviously wrong numbers for how fast A100s can run GPT-3. They seem to have misread the DeepSpeed Inference paper and claim that the best throughput on GPT-3 sized models was 18 tok/s, but if you look at figure 8 on page 11 of the paper [1], it shows that they are able to achieve ~74 teraflops on serv…
The whole thing is imaginary: "In this paper, we propose Chiplet Cloud, a chiplet-based ASIC AI-supercomputer architecture that optimizes total cost of ownership (TCO) per generated token for serving large generative language models to reduce the overall cost to deploy and run these applica- tions in the real world." So they are comparing actual implementations with a theoretical implementation. Never mind that they…
Pragmatically the prices are closer to $2/hr according to this recent post here on Hacker News: https://llm-utils.org/Nvidia+H100+and+A100+GPUs+-+comparing+...
Although again prices change on a daily basis on spot providers.
Re: Chiplet ASIC supercomputers for LLMs like GPT-4
#24The key point: A key architectural feature to achieve this is the ability to fit all model parameters inside the on-chip SRAMs of the chiplets to eliminate bandwidth limitations. Doing so is non-trivial as the amount of memory required is very large and growing for modern LLMs ... On-chip memories such as SRAM have better read latency and read/write energy than external memories such as DDR or HBM but require more si…
Recent x64 chips are at about that amount of L3 cache which might be pretty similar. I've lost track of GPU hardware specs.
That proper hardware software co-design to mitigate communication? Viciously difficult bordering on imaginary.
Re: Chiplet ASIC supercomputers for LLMs like GPT-4
#25Just skimmed the paper. Seems to me like this paper wants to optimize transformer inference e2e, i.e. from ASIC level all the way to cloud. I'm not exactly convinced though, since all the results seem to be purely theoretical or simulated. I would've liked to see a prototype built across several FPGAs with clock speeds extrapolated for ASICs.
It seems fine to say "others have proved that this math makes a good LLM, we have designed an ASIC that can do this math fast, therefore we can make a good fast LLM"
Re: Chiplet ASIC supercomputers for LLMs like GPT-4
#26Earlier quoted context omitted.
The whole thing is imaginary: "In this paper, we propose Chiplet Cloud, a chiplet-based ASIC AI-supercomputer architecture that optimizes total cost of ownership (TCO) per generated token for serving large generative language models to reduce the overall cost to deploy and run these applica- tions in the real world." So they are comparing actual implementations with a theoretical implementation. Never mind that they…
The $0.87/hour price you gave is theoretical and also we know any price in a paper for compute is wrong by the time of publication. Pragmatically the prices are closer to $2/hr according to this recent post here on Hacker News: https://llm-utils.org/Nvidia+H100+and+A100+GPUs+-+comparing+... Although again prices change on a daily basis on spot providers.
https://cloud.google.com/blog/products/compute/a2-vms-with-n...
That's as close as I got to verifying that price.
Re: Chiplet ASIC supercomputers for LLMs like GPT-4
#27The key point: A key architectural feature to achieve this is the ability to fit all model parameters inside the on-chip SRAMs of the chiplets to eliminate bandwidth limitations. Doing so is non-trivial as the amount of memory required is very large and growing for modern LLMs ... On-chip memories such as SRAM have better read latency and read/write energy than external memories such as DDR or HBM but require more si…
Large language models would need tens or hundreds of gigabytes of SRAM. Pretty sure the enormous cost for this makes the approach economically unfeasible.
Costs millions per chip though.
Source: https://www.anandtech.com/show/16626/cerebras-unveils-wafer-...
Re: Chiplet ASIC supercomputers for LLMs like GPT-4
#28Earlier quoted context omitted.
The $0.87/hour price you gave is theoretical and also we know any price in a paper for compute is wrong by the time of publication. Pragmatically the prices are closer to $2/hr according to this recent post here on Hacker News: https://llm-utils.org/Nvidia+H100+and+A100+GPUs+-+comparing+... Although again prices change on a daily basis on spot providers.
> The $0.87/hour price you gave is theoretical https://cloud.google.com/blog/products/compute/a2-vms-with-n... That's as close as I got to verifying that price.
https://fullstackdeeplearning.com/cloud-gpus/
I feel there are more fair criticisms of that paper than its inclusion of the snapshot price of variable priced compute resource.
Re: Chiplet ASIC supercomputers for LLMs like GPT-4
#29If the design cannot serve models of this level, there will be no economic interest.
And a comparison with Jim Keller's Tenstorrent AICloud?
Re: Chiplet ASIC supercomputers for LLMs like GPT-4
#30This seems like a pretty bad paper. Their headline claim that they are 300x faster than an A100 at serving GPT-3 uses obviously wrong numbers for how fast A100s can run GPT-3. They seem to have misread the DeepSpeed Inference paper and claim that the best throughput on GPT-3 sized models was 18 tok/s, but if you look at figure 8 on page 11 of the paper [1], it shows that they are able to achieve ~74 teraflops on serv…