TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What’s the advantage of higher memory bandwidth in Apple Silicon chips?

18 pointsby carlycueover 2 years ago
I checked the unified memory bandwidth rating of the Apple Silicon chips:<p>- M1: 66.67GB&#x2F;s - M2: 100GB&#x2F;s - M1 Pro: 200GB&#x2F;s - M1 Max: 400GB&#x2F;s - M1 Ultra: 800GB&#x2F;s<p>The question is, which app or task will take advantage of higher unified memory bandwidth?

3 comments

jf93ap29shover 2 years ago
Short answer: graphics, machine learning, and file caching (which the OS does automatically for you).<p>Long(er) answer: For the most part, the entire system benefits from it. Across the stack you get a boost because of file caching, and the boost it gives to I&#x2F;O dependent subsystems which make the entire system faster.<p>e.g. you don&#x27;t need to use machine learning explicitly to benefit from it, macOS uses it heavily for some operations (e.g. text identification when you open an image on preview).<p>Sorry it&#x27;s a vague answer, but the nuances of the benefit are highly dependent on the workload.
thorncoronaover 2 years ago
It’s used for graphics as well which requires lots of bandwidth.
gloryjulioover 2 years ago
GPU needs high bandwidth. That&#x27;s why you would notice x86 apu are very bandwidth starved because they cannot use the memory for the graphic cards