Earlier quoted context omitted.
Saying the financials are terrible is a bit of a stretch. Rapidly growing revenue, decreasing loss/share and a loss/share similar to other companies that IPO'ed this year. The more concerning thing is just not having diversity of revenue, since most of it comes from G42.
Has G42 shipped any working AI models?
AI chipmaker Cerebras files for IPO
121–130 of 138 posts
Re: AI chipmaker Cerebras files for IPO
#122Earlier quoted context omitted.
You do realize that brokerages earn commissions on selling shares, so why wouldn't they contact people who may be interested?
The point is, there are IPO shares available to sell, even to people who have never expressed any interest in the company. That never happens if there's genuine demand for an IPO.
2. The price of the shares in private markets has been steadily inclining, so I think there is demand.
Re: AI chipmaker Cerebras files for IPO
#123The only way for Cereberas to actually succeed in the market is to raise funds. They need better software, better developer relations, and better hardware too. It's a gamble, but if they can raise enough money then there's a chance of success, whereas if they can't it's pretty hopeless.
Re: AI chipmaker Cerebras files for IPO
#124Earlier quoted context omitted.
https://finance.yahoo.com/news/cerebras-launches-world-faste...
This isn't a benchmark, it's a press release. MLPerf has an inference component so they could have released numbers, but they chose not to. At the end of the day it's all about performance per dollar/TCO, too, not just raw perf. A standardized benchmark helps to evaluate that. My guess is that they neglected the software component (hardware guys always disdain software) and have to bend over backwards to get their ha…
Artificial analysis does good API provider inference benchmarking and has evaluated Cerebras, Groq, Sambanova, the many Nvidia-based solutions, etc. IMO it makes way more sense to benchmark actual usable end points rather than submit closed and modified implementations to mlcommons. Graphcore had the fastest BERT submission at one point (when BERT was relevant lol) and it didn't really move the needle at all.
Re: AI chipmaker Cerebras files for IPO
#125Earlier quoted context omitted.
Saying the financials are terrible is a bit of a stretch. Rapidly growing revenue, decreasing loss/share and a loss/share similar to other companies that IPO'ed this year. The more concerning thing is just not having diversity of revenue, since most of it comes from G42.
Has G42 shipped any working AI models?
Re: AI chipmaker Cerebras files for IPO
#126So many things here smell funny... I have never heard of any models trained on this hardware. How does a company IPO on the basis of having the "best tech" in this industry, when all the top models are trained on other hardware. It just doesn't add up.
Re: AI chipmaker Cerebras files for IPO
#127Earlier quoted context omitted.
Their tech is very impressive, look it up.
It's a deadend. SRAM doesn't scale on advanced nodes. Similar to Tenstorrent who chose GDDR instead of HBM, they throught production AI models won't get bigger than GPT3.5 due to cost.
Re: AI chipmaker Cerebras files for IPO
#128Earlier quoted context omitted.
> That’s why tinycorp is betting on a simple ML framework (tinygrad, which they develop and make available open source) whose promise is, due to the few operations needed by the framework: it’ll be very easy to get this software to run on a (eg your) new chip and then you can run ML workloads. This sounds easy in theory, but in reality, based on current models, the implementations are often tuned to make them work fa…
Often enough, hardware-specific optimizations can be performed automatically by the compiler. On the flip side, depending on a small set of general-purpose primitives makes it easier to apply hardware-agnostic optimization passes to the model architecture. There are many efforts that are ultimately going in this direction, from Google's Tensorflow to the community project Aesara/PyTensor (née Theano) to the MLIR inte…
> There are many efforts that are ultimately going in this direction, from Google's Tensorflow to the community project Aesara/PyTensor (née Theano) to the MLIR intermediate representation from the LLVM folks.
The various GPU companies (AMD, NVIDIA, Intel) are some of the largest contributors to MLIR, so saying that they're going in the direction of standardization is not wholly true. They're using MLIR as a way to share optimizations (really to stay at the cutting edge), but, unlike tiny grad, MLIR has a much higher level overview of the whole computation and the company's backends will thus be able to optimize over the whole model.
If tiny grad were focused on MLIR's ecosystem I'd say they had a fighting chance of getting NVIDIA-like performance, but they're off doing their own thing.
Re: AI chipmaker Cerebras files for IPO
#129Earlier quoted context omitted.
You seemed surprised that this company is having an IPO to actually raise funds for operations and expansion, vs as just an "exit" where VCs and other insiders can dump their shares onto the broader public. I might be a bit suspicious if a company in some low-capital-intensive industry was IPOing while unprofitable, but this is chip making. Even if they're not making their own fabs this is still an industry with high…
Does this mean that they couldn't find VCs to raise more cash?
Re: AI chipmaker Cerebras files for IPO
#130Earlier quoted context omitted.
This isn't a benchmark, it's a press release. MLPerf has an inference component so they could have released numbers, but they chose not to. At the end of the day it's all about performance per dollar/TCO, too, not just raw perf. A standardized benchmark helps to evaluate that. My guess is that they neglected the software component (hardware guys always disdain software) and have to bend over backwards to get their ha…
MLPerf brings in exactly zero revenue. If they have sold every chip they can make for the next 2+ years, why would they be diverting resources to MLPerf benchmarking? Artificial analysis does good API provider inference benchmarking and has evaluated Cerebras, Groq, Sambanova, the many Nvidia-based solutions, etc. IMO it makes way more sense to benchmark actual usable end points rather than submit closed and modified…