Samsung · Filed Mar 18, 2026 · Published Jul 23, 2026 · verified — real USPTO data

Samsung Patents a System That Figures Out How to Split AI Training Across Chips

Training a large AI model is a bit like moving a house full of furniture with a crew of movers. The question is always: who carries what, and in what order? Samsung's new patent describes a system that works that out automatically.

Samsung Patent: Auto-Optimizing AI Training Across GPUs — figure from US 2026/0212210 A1
Figure from the official USPTO publication.
Publication number US 2026/0212210 A1
Applicant SAMSUNG ELECTRONICS CO., LTD.
Filing date Mar 18, 2026
Publication date Jul 23, 2026
Inventors Minyoung KANG, Byungsoo OH, Taegeon UM
CPC classification 706/25
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (May 14, 2026)
Parent application is a Continuation of PCTKR2024017091 (filed 2024-11-01)
Document 15 claims

How Samsung's AI training optimizer actually works

Imagine you're trying to train a huge AI model, the kind that powers chatbots or image generators. These models are too big to fit on a single chip, so engineers have to split the work across dozens or hundreds of processors. The tricky part: there are several different ways to divide that work, and the best choice depends on which chips you have, how fast they talk to each other, and what the model itself looks like.

Samsung's patent describes a system that takes all of that guesswork away. It surveys the available hardware, tests how quickly each part of the model runs on each chip, and then runs small experiments with different configurations before committing to a full training run. The result is an automatically chosen strategy that aims to get the most work done in the least time.

In short, instead of a team of engineers manually tuning how a model is distributed across hardware, the device does the optimization itself. That's a meaningful time and cost saver when training a single large model can take weeks and cost millions of dollars.

How the system profiles layers and picks a split strategy

The patent covers an electronic device (think a server or a cluster controller) that orchestrates distributed learning, the process of training a neural network across many processors at once.

It specifically handles three standard ways of splitting that work:

  • Data parallelism: every chip gets a copy of the model but processes a different slice of training data.
  • Pipeline parallelism: the model is cut into sequential stages, like an assembly line, with each chip handling one stage.
  • Tensor parallelism: individual mathematical operations (tensors, the fundamental units of neural-network math) are split across chips simultaneously.

The system first collects resource information, things like how many chips are available, how much memory each has, and how fast they communicate. It then generates candidate combinations of those resources and measures how quickly each layer of the model runs on each combination. That layer-by-layer profiling is used to decide how to partition the model into pipeline stages.

Finally, it runs actual distributed training on each candidate configuration, measures real throughput (how much training work gets done per second), and selects the configuration that performed best. That winning setup becomes the optimal distributed learning strategy going forward.

What this means for Samsung's AI chip ambitions

Right now, deciding how to distribute AI training across a cluster of chips is largely a manual, expert-driven process. Getting it wrong wastes enormous amounts of compute time and money. A system that profiles the hardware and the model together, then picks the best split automatically, could make large-model training significantly cheaper and faster, especially as models keep growing.

For Samsung, the stakes are strategic. The company makes both AI chips (through its Exynos line and foundry business) and the servers those chips run in. A proprietary training-optimization layer could make Samsung's hardware more attractive to AI labs shopping for alternatives to Nvidia's ecosystem. This patent plants a flag in that territory.

Editorial take

This is serious infrastructure work, not consumer-facing at all, but it addresses a real bottleneck in AI development. The automatic strategy-search approach is well-established in academic research (systems like Megatron-LM and Alpa have explored similar ideas), so the novelty here is likely in the specific profiling-then-testing pipeline Samsung describes. Whether it's differentiated enough to matter commercially depends on execution, not the filing.

Which company should we read for you?

We track 17 companies here. Pro is the same weekly breakdown for any company you choose, delivered privately. Type a name and we'll scope it and send you a quote.

Get one Big Tech patent every Sunday

Plain English, intelligent commentary, no hype. Free.

Source. Full patent text and figures from the official USPTO publication PDF.

Editorial commentary on a publicly published patent application. Not legal advice.