Qualcomm · Filed Jun 2, 2025 · Published Sep 17, 2026 · verified — real USPTO data

Qualcomm Patents a Method to Run Chip Tasks Faster Without Losing Control

Processors do their best work when they can rearrange tasks on the fly, but some instructions have to happen in a fixed order or everything breaks. Qualcomm is patenting a system that lets chips do both at once.

A system-on-chip with four processing cores, designed to execute tasks efficiently. Drawing from patent filing US 2026/0277616 A1.
A system-on-chip with four processing cores, designed to execute tasks efficiently.
See all 14 drawings from this filing ↓
Publication number US 2026/0277616 A1
Applicant QUALCOMM Incorporated
Filing date Jun 2, 2025
Publication date Sep 17, 2026
Inventors Luca MARONCELLI, Yiran HUANG, Sneha Rao GADAMBUR RAVI
CPC classification 712/226
Grant likelihood Low
Examiner ALROBAYE, IDRISS N (Art Unit 2181)
Status Non Final Action Counted, Not Yet Mailed (Sep 16, 2026)
Parent application is a Continuation of 19079163 (filed 2025-03-13)
Document 20 claims

What Qualcomm's selective instruction reordering actually does

Ever tried to load a dishwasher while also cooking dinner? You shuffle tasks around to save time, but some steps, like washing your hands before touching raw food, have to happen in a specific order no matter what. Your processor faces the same problem.

Qualcomm's patent describes a method for letting a chip reorder some instructions to run faster while forcing other instructions to stay in their original sequence. Think of those locked-in instructions as safety checkpoints the chip cannot skip or swap. Everything else gets shuffled for maximum efficiency.

This matters most for matrix operations, the kind of heavy math that powers AI tasks like image recognition or voice processing. Those workloads involve huge grids of numbers where some calculations depend on previous results and some do not. Knowing which is which, and handling each one correctly, is exactly what this patent is about.

From the filing · CLAIM 1
… allowing re-ordering of a subset of first instructions in the at least one sequence subject to at least one constraint; enforcing program order for at least one instruction in the at least one sequence; …

Translation: The chip can shuffle tasks around for speed as long as it strictly follows certain rules.

How the processor picks which instructions can be shuffled

The patent covers a processor method with four main steps:

  • Obtain a sequence of instructions: the chip receives a list of operations to carry out, in the order a programmer originally wrote them.
  • Allow reordering of a subset: certain instructions in that list, called the "first instructions," are flagged as safe to shuffle. The chip can move them around to fill idle execution slots and avoid waiting.
  • Enforce program order for others: at least one "second instruction" must stay in its original position relative to everything around it. This is like a mandatory fence in the pipeline (a point the processor cannot cross until the right moment).
  • Execute accordingly: the chip carries out the full sequence using this mixed strategy, reordering where it can and holding firm where it must.

The constraint that governs reordering is key. Not every instruction can move; the patent requires that at least one constraint limits which ones qualify. That constraint likely encodes data dependencies (meaning one result must be ready before the next calculation can start) or ordering rules that the hardware or software architecture demands.

Matrix instructions are the explicit target. Matrix math, multiplying large grids of numbers together, is the backbone of modern AI inference and signal processing. These operations mix independent steps with tightly dependent ones, making them a natural fit for this kind of selective, partially out-of-order approach.

What this means for AI chips and on-device performance

On-device AI, the kind that runs directly on your phone's processor rather than in a data center, lives or dies by how fast a chip can handle matrix math. Any method that lets the hardware squeeze more work into the same clock cycles translates directly into faster responses or lower battery drain for you as a user.

Qualcomm's interest in on-device AI acceleration shows up across its Snapdragon chip lineup, where matrix and tensor performance are selling points. A patent covering the general logic of constrained out-of-order execution for matrix instructions could apply broadly across processor designs, which is precisely what makes the claim's scope worth watching as this application moves through review.

Qualcomm's 51st filing we've tracked since July in the AI chip wars watchlist adds to a run that includes one on stacking processor chips and one on memory-side processing.

Editorial take

Claim 1 covers four steps: get a list of instructions, let some of them reorder under "at least one constraint," keep the rest running in their original sequence, then execute. The claim never specifies what the constraint must be, how many instructions must stay ordered, or what kind of task triggers the special handling.

That openness makes Claim 1 very broad on its face. Any scheduling system that reorders even a few tasks while preserving the sequence of others could fall within its literal boundaries, which means the claim alone would be difficult to enforce against a determined challenger.

The dependent claims, not shown in the abstract, are almost certainly where Qualcomm defined the specific conditions that would give this patent real stopping power. Without seeing those narrower definitions, Claim 1 reads as a wide frame around a picture that has not yet been fully revealed.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

14 drawing sheets from US 2026/0277616 A1 · click any drawing to enlarge

Patent filing page

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