Earlier quoted context omitted.
I was surprised at previous comparison on omarchy website, because apple m* work really well for data science work that don't require GPU. It may be explained by integer vs float performance, though I am too lazy to investigate. A weak data point, using a matrix product of N=6000 matrix by itself on numpy: - SER 8 8745, linux: 280 ms -> 1.53 Tflops (single prec) - my m2 macbook air: it is ~180ms ms -> ~2.4 Tflops (si…
You're most likely bottlenecked by memory bandwidth for a LLM. The AMD AI MAX 395+ gives you 256GB/sec. The M4 gives you 120GB/s, and the M4 Pro gives you 273GB/s. The M4 Max: 410GB/s (14‑core CPU/32‑core GPU) or 546GB/s (16‑core CPU/40‑core GPU).
The Framework Desktop is a beast
191–200 of 464 posts
Re: The Framework Desktop is a beast
#192RDNA 3.5, which means you don't get Matrix Cores. Those are reserved for RDNA 4, which comes to laptop chips later this year. Desktop RDNA 4 only shipped in 2025. For comparison, Nvidia brought Tensor Cores to consumer cards in 2022 with the 4000 series and Apple had simdgroup_matrix since 2020! We are moving towards a world where this hardware is ubiquitous. It's uncertain what that means for non-ML workloads.
What do you need Matrix Cores for when you already have a NPU which can access the same memory, and even seems to include more flexible FPGA fabric? It's six of one, half a dozen of another.
Re: The Framework Desktop is a beast
#193Earlier quoted context omitted.
I wonder if there were similar complaints when cache moved from motherboards to soldered on the cpu package.
The difference in performance between DRAM and flash memory is far greater than SRAM and DRAM. The total RAM of a system is a hard limit on the type of programs you can practically run because swapping is slow.
L2 CPU cache used to be on the motherboard and user expandable.
Re: The Framework Desktop is a beast
#194Earlier quoted context omitted.
Sockets have resistance and crosstalk, which affects signal integrity.
Wait, your telling me, I should have been desoldering the sockets off my motherboard, and directly soldering my RAM to the leads this entire time?
Re: The Framework Desktop is a beast
#195Re: The Framework Desktop is a beast
#196I like Framework and own one of their laptops. But the desktop seems more a triumph of gimmicky marketing than a desktop that's meaningfully different. And, it seems significantly overpriced.
If you can't find an sufficiently similar alternative that is priced at a much better price, it is not overpriced.
Re: The Framework Desktop is a beast
#197So this might be the holy grail of "good enough GPU" and "over 100GB of VRAM" if the rest of the system can keep up.
Re: The Framework Desktop is a beast
#198[flagged]
Re: The Framework Desktop is a beast
#199Amazing thing is this is a laptop-grade chip. Think AMD should make a full-on desktop-grade chip and possibly have two of them on one board. That’d really drive compute.
Re: The Framework Desktop is a beast
#200I was baffled by the comparison to the M4 Max. Does this mean that recent AMD chips will be performing at the same level, and what does that mean for on-device LLMs? .. or am I misunderstanding this whole ordeal?
I was surprised at previous comparison on omarchy website, because apple m* work really well for data science work that don't require GPU. It may be explained by integer vs float performance, though I am too lazy to investigate. A weak data point, using a matrix product of N=6000 matrix by itself on numpy: - SER 8 8745, linux: 280 ms -> 1.53 Tflops (single prec) - my m2 macbook air: it is ~180ms ms -> ~2.4 Tflops (si…
Apple M chips are slower on the computation that AMD chips, but they have soldered on-package fast ram with a wide memory interface, which is very useful on workloads that handle lots of data.
Strix halo has a 256-bit LPDDR5X interface, twice as wide as the typical desktop chip, roughly equal to the M4 Pro and half of that of the M4 Max.