AI芯片制造商Cerebras Systems因IPO订单超出发行股票20倍以上,计划提高IPO规模和价格。市场普遍认为其芯片仅推理速度更快,但其核心优势在于能效。传统GPU在推理时受内存带宽限制,每个token生成都需从内存读取整个模型,导致算力闲置。Cerebras的Wafer-Scale Engine采用单一大芯片设计,以片上SRAM替代片外HBM,每次内存访问能耗降低约100倍。减少数据移动既降低了延迟,也显著减少了每token的功耗,这解释了其IPO被超额认购的原因。
Cerebras inference chips aim for the biggest IPO globally so far this year
Cerebras Systems is reportedly preparing to lift both the size and price of its IPO after investor demand for the AI chipmaker's shares surged, with orders said to exceed available stock by more than 20 times. via Reuters
Most people think Cerebras' chips are just faster for inference. They're also more efficient.
GPUs are memory-bandwidth bound during inference. Every token requires reading the entire model from memory - and most compute sits idle waiting for data.
Cerebras flips this with their Wafer-Scale Engine: one massive chip with on-chip SRAM instead of off-chip HBM. SRAM uses ~100x less energy per memory access than HBM.