It's surprising to me macs aren't a more popular target for games. They're extremely capable machines and they're console-like in that there isn't very much variation in hardware, as opposed to traditional PC gaming. I would think that it's easier to develop a game for a MacBook than a Windows machine where you never know what hardware setup the user will have.
Apple M5 chip
421–430 of 1001 posts
Re: Apple M5 chip
#422Earlier quoted context omitted.
The old ANE enabled arbitrary statically scheduled multiply-add, of INT8 or FP16. That's good for convolution but not specifically geared for it.
I am not an expert on ANE, but I think it is related to the size of register files and how that is smaller than what we need for GEMM on modern transformers (especially these fat ones with MoE).
Re: Apple M5 chip
#423M5 is 4-6x more powerful than M4, which was 5x more powerful than M3, which was 4x more powerful than M2, which was 4x more powerful than M1, which itself was 6x faster than an equivalent Intel processor. Great! Looking at my Macbook though, I can say with utmost certainty that it isn't 4000x faster than the Intel one I had 5 years ago. So, where is the disconnect here? Why is actual user experience not able to keep…
Re: Apple M5 chip
#424Marketing: M5 announcement [1] says 4x the peak GPU compute performance for AI compared to M4. I guess in the lab? Both iPad and MBP M5 [2][3] say "delivering up to 3.5x the AI performance". But all the examples of AI (in [3]), they are 1.2-2.3X faster than M4. So where this 3.5X is coming from? What tests did Apple do to show that? --- 1. https://www.apple.com/newsroom/2025/10/apple-unleashes-m5-th... 2. https://www…
Its not uncommon for Apple and others to compare against two generations ago rather than the immediately preceding one
Re: Apple M5 chip
#425Earlier quoted context omitted.
This is not the first time this has happened in Apple’s history. The transition from the 68k architecture to the PowerPC brought major performance improvements, but Apple’s software didn’t take full advantage of it. If I remember correctly, even after the PowerPC switch, core elements of the classic Mac OS still ran in emulation as late as Mac OS 9. Additionally, the classic Mac OS lacked protected memory and preempt…
Sixteen years ago, John Gruber wrote: > Hardware and software both matter, and Apple’s history shows that there’s a good argument to be made for developing integrated hardware and software. But if you asked me which matters more, I wouldn’t hesitate to say software. All things considered I’d much prefer a PC running Mac OS X to a Mac running Windows. https://daringfireball.net/2009/11/the_os_opportunity At the time I…
Re: Apple M5 chip
#426M5 is 4-6x more powerful than M4, which was 5x more powerful than M3, which was 4x more powerful than M2, which was 4x more powerful than M1, which itself was 6x faster than an equivalent Intel processor. Great! Looking at my Macbook though, I can say with utmost certainty that it isn't 4000x faster than the Intel one I had 5 years ago. So, where is the disconnect here? Why is actual user experience not able to keep…
What scares me is that my M2 started seeing performance issues in macOS recently. Safari is sometimes slow (I admit I stress it with many tabs, but it wasn't like this a year ago.) Somehow the graphics in general seems slower on Tahoe, eg the effects when minimising a window. I am deeply concerned all the performance benefits of the new chips will get eaten away.
Re: Apple M5 chip
#427Earlier quoted context omitted.
It's GPU performance. Spin up ollama and run some inference on your 5-year-old intel macbook. You won't see 4000x performance improvement (because performance is bottlenecked outside of the GPU), but you might be in the right order of magnitude.
Comparing GPU performance to some half decade old Intel IGP seems like lying with statistics. "Look how many times faster our car is![1]" [1] Compared to a paraplegic octogenarian in a broken wheelchair!"
Re: Apple M5 chip
#428They say "M5 offers unified memory bandwidth of 153GB/s, providing a nearly 30 percent increase over M4" but my old Macbook M2 Max have 400GB/s
Re: Apple M5 chip
#429It's surprising to me macs aren't a more popular target for games. They're extremely capable machines and they're console-like in that there isn't very much variation in hardware, as opposed to traditional PC gaming. I would think that it's easier to develop a game for a MacBook than a Windows machine where you never know what hardware setup the user will have.
The main roadblock for porting the games to Mac has never been the hardware, but Apple themselves. Their entire attitude is that they can do whatever they please with their platforms, and expect the developers to adjust to the changes, no matter how breaking. It’s a constant support treadmill, fixing the stuff that Apple broke in your previously perfectly functioning product after every update. If said fixing is even…
1: https://www.facebook.com/permalink.php?story_fbid=2146412825...
Re: Apple M5 chip
#430> A nearly 30 percent increase in unified memory bandwidth to 153GB/s I'll believe the benchmarks, not marketing claims, but an observation and a question. 1. AMD EPYC 4585PX has ~89GB/s, with pretty good latency, as long you use 2xdimm 2. How does this compare to the memory bandwidth and latency of M1,M2,M3,M4 in reality with all of the caveats? It seems like M1 was a monumental leap forward, then everything else wa…