Next-Generation MacBook Pros Rumored to Feature 'Very High-Bandwidth' RAM

Apple's next-generation 14-inch and 16-inch MacBook Pro models with M2 Pro and M2 Max chips will be equipped with "very high-bandwidth, high-speed RAM," according to information shared by MacRumors Forums member Amethyst, who accurately revealed details about the Mac Studio and Studio Display before those products were announced.

14 vs 16 inch mbp m2 pro and max feature 1
The current 14-inch and 16-inch MacBook Pro models are equipped with LPDDR5 RAM from Samsung, with the M1 Pro chip providing up to 200 GB/s of memory bandwidth and the M1 Max chip topping out at 400 GB/s. On a speculative basis, it is possible that the next MacBook Pro models could be equipped with Samsung's latest LPDDR5X RAM for up to 33% increased memory bandwidth with up to 20% less power consumption. This would result in up to 300 GB/s memory bandwidth for the M2 Pro and up to 600 GB/s for the M2 Max.

Bloomberg's Mark Gurman expects the next MacBook Pros to have few other changes beyond the M2 Pro and M2 Max chips. At this point, it seems likely that the laptops will be announced in November at the earliest with press releases on the Apple Newsroom site. Apple has launched new Macs in November multiple times in recent years, including the original 16-inch MacBook Pro in 2019 and the first three Macs with the M1 chip in 2020.

The current 14-inch and 16-inch MacBook Pro models with the M1 Pro and M1 Max chips were released in October 2021 and featured a complete redesign with a notch in the display and additional ports like HDMI, MagSafe, and an SD card reader.

Related Roundup: MacBook Pro
Buyer's Guide: MacBook Pro (Neutral)
Related Forum: MacBook Pro

Popular Stories

iphone 16 pro colors 1

Is Now the Time to Upgrade Apple Devices Before Tariffs Lead to Price Increases?

Friday April 4, 2025 3:41 pm PDT by
If you have an older Apple device that you've been considering upgrading, you're probably wondering how the newly announced tariffs might impact prices going forward, and whether it's worth buying now before there's a price hike. Given analyst and economist responses to the tariffs, market panic, and Trump's stance on the current financial chaos, the answer is that making a purchase...
Alleged iOS 19 Icons Front Page Tech

iOS 19 Leak Reveals Alleged New Design With Rounder App Icons, Floating Tab Bar, and More

Monday April 7, 2025 3:13 pm PDT by
YouTube channel Front Page Tech is back today with another video that provides a closer look at iOS 19's alleged design changes. The video contains re-created renders of iOS 19, which are allegedly based on real footage of the software update, provided by sources within Apple. Overall, iOS 19 is expected to have a more glass-like, visionOS-inspired design, with added translucency for user...
2024 iPhone Boxes Feature

iPhones Could Cost Up to $2,300 in the U.S. Due to Tariffs, Analyst Says

Friday April 4, 2025 9:30 am PDT by
U.S. President Donald Trump on Wednesday announced that steep tariffs will be applied to imports from many countries, starting April 9. The tariffs could have a significant impact on Apple, as the company assembles the majority of iPhones in China, and products imported to the U.S. from China will be subject to a 54% tariff. iPhone prices could increase by up to 43% in the U.S. due to the...
iPhone 17 Pro 3 4ths Perspective Aluminum Camera Module 1

iPhone 17 Pro's New Rear Camera Bar 'Same Color As Rest of Device'

Monday April 7, 2025 2:09 am PDT by
Apple's upcoming iPhone 17 Pro models will feature a redesigned rear camera panel that spans the width of the device, but it will be the same color as the iPhone itself, rather than being part of a two-tone design. That's according to Bloomberg's Mark Gurman. Writing in his latest Power On newsletter, the reporter says the iPhone 17 Pro won't have a two-toned back, as some renders have...
iOS 19 Mock WWDC25 Feature

iOS 19 Expected to Run on These iPhones

Monday March 31, 2025 5:28 pm PDT by
iOS 19 will not be available on the iPhone XR, iPhone XS, or the iPhone XS Max, according a private account on social media site X that has accurately provided information on device compatibility in the past. The iPhone XR, iPhone XS, and iPhone XS Max all have an A12 Bionic chip, so it looks like iOS 19 will discontinue support for that chip. All other iPhones that run iOS 18 are expected...
iphone x front back

Apple Planning 'Bold' New 20th Anniversary Design for 2027 iPhone Pro

Monday April 7, 2025 2:46 am PDT by
Apple is preparing a "major shake-up" for the iPhone's 20th anniversary in 2027, according to Bloomberg's Mark Gurman. iPhone X released in 2017 for 10th anniversary Writing in his latest Power On newsletter, Gurman says that Apple plans to launch a foldable iPhone alongside a "bold" new iPhone Pro model that makes more extensive use of glass. Could this mean Apple plans to realize former...
top stories 2025 04 05

Top Stories: iOS 18.4 Released, New AirPods Max Features, and More

Saturday April 5, 2025 6:00 am PDT by
We're just two months away from WWDC where we'll get our first glimpses of iOS 19 and related updates, but this week saw the public release of iOS 18.4 with a number of changes and improvements including some audio improvements for the USB-C AirPods Max. This week also saw the first beta of iOS 18.5, a new rumor about iOS 19 compatibility, and Apple's work on haptic buttons that have yet to...
iOS 18

12 New Things Your iPhone Can Do in iOS 18.4

Tuesday April 1, 2025 4:06 am PDT by
Apple has released iOS 18.4, bringing further refinements to Apple Intelligence features, a neat new capability to iPhone 15 Pro devices, new emoji, and more. While not quite as packed with new features as Apple's preceding iOS 18 point releases, iOS 18.4 still introduces enhancements that aim to make your iPhone smarter and more intuitive. Below, we've listed 12 new things your ‌iPhone‌ ...

Top Rated Comments

roach1245 Avatar
32 months ago
Some notes on memory bandwidth of the Apple Silicon machines (which is already extremely high) vs the new Ryzen / Intel CPUs that were released a few days / weeks ago:

Ran a simple benchmark on a new Ryzen 7950x desktop build (64GB RAM) here in the lab (the build will be returned to the supplier) vs my M1 Max laptop (64GB RAM).

Task: Take about 10000 parquet files (10.6GB total) and append them into 1 dataframe (> 400 million observations) in memory.

Hypothesis: The Ryzen 7950x should be way faster - at first thought - because it has 16 cores (versus 8 M1 Max performance cores) that are also clocked way higher.

Result: They are equally as fast because the Ryzen CPU is bottlenecked by memory bandwidth (very fast cores but just 2 memory channels on the CPU).

The files:




The task is most efficiently done in parallel using all cores available, used both polars (Rust ) and pandas-modin (C++) to do this as fast as possible.

When using all 8 performance cores on my M1 Max, memory bandwidth to CPU is at about 120 GB/s (theoretical max is 200Gb/s).




Yet the Ryzen 7950x can do 81 GB/s memory bandwidth at most as the memory runs at 5200MT/s (* 8 bytes * 2 memory channels)/1024 = 81.25 GB/s (you can stretch this to about 100 GB/s if you heavily overclock). Thus despite the 7950x's 16 faster cores it's as fast as my M1 Max with 10 cores in this task because about 6 Ryzen cores are enough to reach that 81GB/s of bandwidth. The other 10 cores are starved from input and just idling.

This is not new; others have ran similar tasks with similar results. E.g. https://tlkh.dev/benchmarking-the-apple-m1-max who finds that

"... adding more cores on the 5600X does not help (2 cores are enough to maximize memory bandwidth), while 10 cores on the M1 Max is the optimal configuration".

The M1 Ultra has 20 cores and 400GB/s of memory bandwidth and thus runs way faster than the Ryzen 7950X as none of its 20 cores are starved. This is even more so when the Ryzen 7950X is decked out with 128GB of DDR5 RAM instead (4 DIMM slots) and therefore runs at a slower 3600 MT/s instead which is a meager 56.25 GB/s memory bandwidth. 5 Ryzen cores can fully consume that; the other 11 cores will just idle.

This is also iterated at http://hrtapps.com/blogs/20220427/ which similarly highlights the importance of memory bandwidth (in computational fluid dynamics in this case) and finds that:

"M1 Ultra has an extremely high 800 GB/sec memory bandwidth.... which leads to a level of CPU performance scaling that I don’t even see on supercomputers, and is the result of a SoC (system on a chip) design"

The new Intel Raptor Lake CPUs also only have 2 memory channels and top out at about 120GB/s max memory bandwidth (heavily overclockded) as well so there won't be a difference here.

So just a heads up: the new Ryzen/Intel CPUs are good for gaming and workflows which are not so much memory dependent, but if you're doing data analysis or other scientific HPC work of some sort that is CPU-and-memory bound (thus not GPU machine learning) you'll very quickly run into memory bandwidth limits. Then you better stick to Apple's M1 / M2 chips or the AMD / Intel CPUs with more than 2 memory channels and thus more memory bandwidth (which are also way more expensive, e.g. the AMD ThreadRipper Pro 5965WX with 26 cores and 8 memory channels at 200GB/s memory bandwidth max for which you have to pay $2400 just for the chip itself and $1000 for a compatible motherboard).
Score: 73 Votes (Like | Disagree)
TheYayAreaLiving ?️ Avatar
32 months ago

Also 'very high prices'
Prices not so high. Remembering the golden era. Apple Online Store, 2002.

Attachment Image
Score: 30 Votes (Like | Disagree)
applicious84 Avatar
32 months ago

Some notes on memory bandwidth of the Apple Silicon machines (which is already extremely high) vs the new Ryzen / Intel CPUs that were released a few days / weeks ago:

Ran a simple benchmark on a new Ryzen 7950x desktop build (64GB RAM) here in the lab (the build will be returned to the supplier) vs my M1 Max laptop (64GB RAM).

Task: Take about 1000 parquet files (10.6GB total) and append them into 1 file (> 400 million observations).

Hypothesis: The Ryzen 7950x should be way faster - at first thought - because it has 16 cores (versus 8 M1 Max performance cores) that are also clocked way higher.

Result: They are equally as fast because the Ryzen CPU is bottlenecked by memory bandwidth (very fast cores but just 2 memory channels on the CPU).

The files:




The task is most efficiently done in parallel using all cores available, used both polars (Rust ) and pandas-modin (C++) to do this as fast as possible.

When using all 8 performance cores on my M1 Max, memory bandwidth to CPU is at about 120 GB/s (theoretical max is 200Gb/s).




Yet the Ryzen 7950x can do 81 GB/s memory bandwidth at most as the memory runs at 5200MT/s (* 8 bytes * 2 memory channels)/1024 = 81.25 GB/s (you can stretch this to about 100 GB/s if you heavily overclock). Thus despite the 7950x's 16 faster cores it's as fast as my M1 Max with 10 cores in this task because about 6 Ryzen cores are enough to reach that 81GB/s of bandwidth. The other 10 cores are starved from input and just idling.

This is not new; others have ran similar tasks with similar results. E.g. https://tlkh.dev/benchmarking-the-apple-m1-max who finds that

"... adding more cores on the 5600X does not help (2 cores are enough to maximize memory bandwidth), while 10 cores on the M1 Max is the optimal configuration".

Or what was referred to earlier: http://hrtapps.com/blogs/20220427/ ('http://hrtapps.com/blogs/20220427/').

The M1 Ultra has 20 cores and 400GB/s of memory bandwidth and thus runs way faster than the Ryzen 7950X as none of its 20 cores are starved. This is even more so when the Ryzen 7950X is decked out with 128GB of DDR5 RAM instead (4 DIMM slots) and therefore runs at a slower 3600 MT/s instead which is a meager 56.25 GB/s memory bandwidth. 5 Ryzen cores can fully consume that; the other 11 cores will just idle.

The new Intel Raptor Lake CPUs also only have 2 memory channels and top out at about 100GB/s max memory bandwidth as well so there won't be a difference here.

So just a heads up: the new Ryzen/Intel CPUs are good for gaming and workflows which are not so much memory dependent, but if you're doing data analysis or other scientific HPC work of some sort that is CPU-and-memory bound (thus not GPU machine learning) you'll very quickly run into memory bandwidth limits. Then you better stick to Apple's M1 / M2 chips or the AMD / Intel CPUs with more than 2 memory channels and thus more memory bandwidth (which are also way more expensive, e.g. the AMD ThreadRipper Pro 5965WX with 26 cores and 8 memory channels at 200GB/s memory bandwidth max for which you have to pay $2400 just for the chip itself and $1000 for a compatible motherboard).
You do realize this forum is for fanboys and not tech nerds, right? I'll read this on Anand Tech and Tom's Hardware, my friend ;)

Oh, and much appreciated. Nice post :)
Score: 17 Votes (Like | Disagree)
Lakersfan74 Avatar
32 months ago
Waiting for no need to upgrade from M1 posts.
Score: 16 Votes (Like | Disagree)
Mrkevinfinnerty Avatar
32 months ago
Also 'very high prices'
Score: 13 Votes (Like | Disagree)
temende Avatar
32 months ago
Nice improvement, but what matters more is memory latency, not bandwidth.
Score: 11 Votes (Like | Disagree)