# PyTorch 2.13 Adds FlexAttention for Apple Silicon: 12x Speedup on Sparse Attention

> PyTorch 2.13 brings FlexAttention to Apple Silicon, and the number attached is eye-catching: up to a 12x speedup on sparse attention patterns. Attention is the core operation inside modern AI models and also one of the most expensive, so making it dramatically faster on Apple's M-series chips matters for anyone who wants to run capable models on a laptop instead of renting a cloud GPU. Sparse attention is the trick being accelerated. Instead of having every token attend to every other token, which grows costly as inputs get longer, sparse patterns let a model skip the connections that do not matter. FlexAttention gives developers a flexible way to express those patterns and, now, to run them efficiently on consumer hardware. The quiet significance is on-device AI. Every gain that lets a strong model run locally chips away at the assumption that serious inference has to live in a data center, with implications for cost, privacy and who controls the compute. It is a plumbing update, not a headline model, but this is the kind of change that decides where AI actually runs.

_Section: [Daily AI Updates](https://www.wortins.com/daily-ai) · Source: AIapps · Published Thursday, July 16, 2026_

## Wortins' read

PyTorch 2.13 brings FlexAttention to Apple Silicon, and the number attached is eye-catching: up to a 12x speedup on sparse attention patterns. Attention is the core operation inside modern AI models and also one of the most expensive, so making it dramatically faster on Apple's M-series chips matters for anyone who wants to run capable models on a laptop instead of renting a cloud GPU. Sparse attention is the trick being accelerated. Instead of having every token attend to every other token, which grows costly as inputs get longer, sparse patterns let a model skip the connections that do not matter. FlexAttention gives developers a flexible way to express those patterns and, now, to run them efficiently on consumer hardware. The quiet significance is on-device AI. Every gain that lets a strong model run locally chips away at the assumption that serious inference has to live in a data center, with implications for cost, privacy and who controls the compute. It is a plumbing update, not a headline model, but this is the kind of change that decides where AI actually runs.

## Source

[Read the full story at AIapps](https://www.aiapps.com/blog/july-ai-mega-update-major-breakthroughs-launches/)

## Related coverage

- [Powering AI is an architecture problem](https://www.wortins.com/story/powering-ai-is-an-architecture-problem-15281f16) — [MIT Technology Review](https://www.technologyreview.com/2026/09/10/1141649/powering-ai-is-an-architecture-problem/)
- [Clearview AI Is Testing an AI Tool That Would Let Cops Unearth Your Life Online](https://www.wortins.com/story/clearview-ai-is-testing-an-ai-tool-that-would-let-cops-unear-8c573d0e) — [Wired](https://www.wired.com/story/clearview-ai-is-testing-an-ai-tool-that-lets-cops-instantly-unearth-your-online-activity/)
- [AI could kill all humans in next decade, warn experts: but how seriously should we take them?](https://www.wortins.com/story/ai-could-kill-all-humans-in-next-decade-warn-experts-but-how-398117be) — [The Guardian](https://www.theguardian.com/technology/2026/sep/09/ai-superintelligence-risks-warnings-scientists-politicians)
- [STAT+: Can AI fix the emergency room?](https://www.wortins.com/story/stat-can-ai-fix-the-emergency-room-a71d00ee) — [STAT](https://www.statnews.com/2026/09/09/scribe-emergency-room-fix-health-care-ai-prognosis/?utm_campaign=rss)
- [IBM and NASA release an open-source lunar foundation model](https://www.wortins.com/story/ibm-and-nasa-release-an-open-source-lunar-foundation-model-0522b9e8) — [The Next Web](https://thenextweb.com/news/nasa-ibm-lunar-foundation-model-open-source)
- [Trump officials say AI will help save rural health care. Some leaders in the field don’t believe it](https://www.wortins.com/story/trump-officials-say-ai-will-help-save-rural-health-care-some-bf0e7d83) — [STAT](https://www.statnews.com/2026/09/10/rural-health-care-ai-adoption-challenges-part-4-unraveled-series/?utm_campaign=rss)

---

_Curated and written by [Wortins](https://www.wortins.com) — The daily AI briefing. Every story links to its original source; the "Wortins read" on each is our own original analysis. [About Wortins & our editorial approach](https://www.wortins.com/about)._
