{"slug": "sambanovas-sn50-rdu-for-ai-at-hot-chips-2026", "title": "SambaNova’s SN50 RDU for AI at Hot Chips 2026", "summary": "SambaNova Systems presented technical details of its fifth-generation SN50 reconfigurable dataflow unit (RDU) at Hot Chips 2026, claiming it delivers 5x the FLOPS of the SN40 and scales to 256+ chips. The SN50 uses HBM2e memory and a dataflow architecture with no hardware memory management, aiming to improve Model Bandwidth Utilization (MBU) for agentic inference workloads, where decode can consume 97% of execution time on models like DeepSeek V3. The company's progress is material for Intel, which partners with SambaNova to round out its AI hardware stack.", "body_md": "For as new as the dedicated AI accelerator field is, SambaNova is one of the older and more established hardware vendors. The company is now in the fifth generation of their reconfigurable dataflow unit (RDU) technology, with the SN50 that was launched earlier this year. As with the other major AI vendors at this year’s Hot Chips conference, the company has come to present new technical details on SN50, and outline what makes it competitive in the burgeoning field of dedicated AI accelerators.\n\n## SambaNova’s SN50 RDU for AI at Hot Chips 2026\n\nSambaNova’s hardware has taken on an increased prominence in the industry thanks to the company’s connection to Intel. While Intel itself is still trying to catch up on AI accelerators, the company has become increasingly attached to the hip to SambaNova, whose RDUs provide the dedicated, high-efficiency and low-latency AI accelerators that round out Intel’s hardware stack. Thus the company’s progress with the SN50 (and future RDUs) is material not just for SambaNova, but for Intel as well.\n\nSetting the stage, agentic inference is all the rage right now. Where does all the execution time go? SambaNova has a breakdown of it. Most time is spent in decode, especially on DeepSeek V3 where it’s 97% of the time, versus 3% for prefill.\n\nAnd decode, in turn, is bandwidth-bound. The FLOPS-per-byte ratio is quite low, even for large batch sizes.\n\nBandwidth utilization is often misunderstood. SambaNova is laying out what they mean for this talk. In short, they aren’t talking about just how much HBM bandwidth is being used, but rather the Model Bandwidth Utilization (MBU) model. And specifically, what fraction of that is being used to cache data and otherwise handle data usage.\n\nLooking at the current state of tech, GPUs offer low bandwidth usage, even with highly optimized GPU-friendly benchmarks.\n\nThings get worse for GPUs when you scale up the number of them; performance does go up, but MBU drops significantly.\n\nMeanwhile frontier models require being able to scale up.\n\nAgain with a GPU example, a GPU can get to around 30TB/second of model bandwidth. But they can’t get past that.\n\nEnter SambaNova’s SN50 dataflow RBU. They have doubled-down on what worked well from SN40, such as the large on-chip SRAM. 5x as many FLOPS as SN40, and it is designed to scale-up to a much larger domain of 256+ chips. And there is a separate scale-out network using 400Gb networking.\n\nNotably, there are no I/O dies or similar here. Instead it is just two max reticle dies for the logic, and then HBM stacks for the memory.\n\nThough it is interesting that SambaNova’s choice of HBM here is quite dated; SN50 still uses HBM2e here (which is going to be a problem in the future as production of the memory is already ramping down).\n\nMoving up to the SN50 rack architecture, there are 16 RDUs in a single air-cooled rack, split over two nodes.\n\nDiving a bit deeper into SN50 and the dataflow architecture. The core element of the SN50 is the sea of compute cores (PCUs) and memory cores (PMUs). There is no hardware memory management; this is all software managed. Every unit operates when it has input and sends it to the outputs.\n\nTo better illustrate how the dataflow architecture works, here is an example of how it maps to a transformer.\n\nHere is what a GPU looks like.\n\nAnd how it look on the SN50.\n\nFor compute, data from the HBM is fed into the AGCU portal that control off-chip access, and from there into the PCUs and PMUs.\n\nThe SRAM amount used is not a function of the size of the model.\n\nThat was one RDU. How do things scale up for multiple RDUs? SambaNova employs both scale-up and scale-out networking. The Scale-up network is based on 800GbE, while scale-out is 400GbE. And then there is a front-end network.\n\nSambaNova uses an all-to-all topology for an 8 socket configuration.\n\nTo go above 8 sockets, then the scale-up network is employed using Ethernet switches. Links are ganged, and every node is connected to each of two switches in this 64 chip socket configuration.\n\nThen things can be scaled out further, in this case employing both scale-up and out for a 512 socket configuration.\n\nThe key to performance on SN50 is overlap. SN50 supports all forms of model parallelism, and the collective communication forms that these models are built on.\n\nHere is a brief look at performance with GEMM benchmarking. The utilization is consistently 70% or higher even at 32 sockets.\n\nIf you are able to overlap, you can do the compute and communications in parallel. That kind of overlap is not something GPUs can do.\n\nThe building block for SambaNova is collective communication, which is the purple boxes in these diagrams. And the SRAMs can stream from one to another without having to go through a higher layer (e.g. HBM).\n\nHere’s a look at parallelism with tensor parallel.\n\nHere is a look at the bandwidth utilization that SN has achieved with DeepSeek.\n\nMeanwhile they can also use expert parallel (EP) as an additional form of parallelism. This relies on broadcast-dispatch as well as all-to-all dispatch-combine.\n\nWith all-to-all, one way is to dynamically send everything to the target RDUs.\n\nAlternatively, you can just blast everything to all of the RDUs and then filter out things afterwards.\n\nThe all-to-all method requires a group-by operation at the end of the router to collect (group) the tokens before transmitting them SRAM-to-SRAM. All-to-all also means allowing dynamic traffic.\n\nNow here’s the other method of broadcast + filter. That is still an SRAM-to-SRAM operation, but with a filter operation on the PCUs of the receiving RDU. This keeps the network traffic parallel; though it does increase it a bit. And by not depending on the router, the transfer can be started early.\n\nHere is another DeepSeek example, with SambaNova getting close to 80% bandwidth utilization for loading the experts in MoE.\n\nAs a result of this, SN50 achieves a high MBU value even at scale, with MBU holding at 45% even with 256 SN50s. And this makes it possible to keep adding RDUs to scale up things even further. This, in turn, means that models don’t have to give up bandwidth.\n\nGoing back to SambaNova’s original chart about power scaling, here is what SN50 clusters of different sizes look like. A 512 RDU configuration is able to scale up to an aggregate model bandwidth capacity of over 350 TB/second. The systems can strongly scale, with MBUs still in the 40% range at 512 sockets.\n\nUltimately SambaNova is promoting a very similar picture as other dedicated inference chip firms, using one type of chips for prefill (and midfill), while using separate accelerators (i.e. SN50) for decode. Specifically, they’ve been using NVIDIA H200 + SN50, with RoCE for transferring between them.\n\nFinally, taking a look at that performance in action, based on an Artificial Analysis benchmark of SN50. The hardware achieves over 750 tokens-per-second in MiniMax M2.7.", "url": "https://wpnews.pro/news/sambanovas-sn50-rdu-for-ai-at-hot-chips-2026", "canonical_source": "https://www.servethehome.com/sambanovas-sn50-rdu-for-ai-at-hot-chips-2026/", "published_at": "2026-08-25 23:45:32+00:00", "updated_at": "2026-08-26 00:43:48.011379+00:00", "lang": "en", "topics": ["ai-chips", "ai-infrastructure", "artificial-intelligence"], "entities": ["SambaNova Systems", "SN50", "SN40", "Intel", "Hot Chips 2026", "DeepSeek V3"], "alternates": {"html": "https://wpnews.pro/news/sambanovas-sn50-rdu-for-ai-at-hot-chips-2026", "markdown": "https://wpnews.pro/news/sambanovas-sn50-rdu-for-ai-at-hot-chips-2026.md", "text": "https://wpnews.pro/news/sambanovas-sn50-rdu-for-ai-at-hot-chips-2026.txt", "jsonld": "https://wpnews.pro/news/sambanovas-sn50-rdu-for-ai-at-hot-chips-2026.jsonld"}}