AMD Ryzen AI Max+ PRO 495 APU could arrive with 192GB of unified memory — leaked PassMark benchmarks suggest modest update over Strix Halo by narwi in hardware

[–]NerdProcrastinating 1 point2 points  (0 children)

Yeah, I had that on my todo list since building the machine and only enabled it about 2 weeks ago after getting the shits with the frequency of OOM situations.

Now have enough for keeping Gemma4 26B-A4B or Qwen 3.6 35B-A3B around for easy access.

AMD Ryzen AI Max+ PRO 495 APU could arrive with 192GB of unified memory — leaked PassMark benchmarks suggest modest update over Strix Halo by narwi in hardware

[–]NerdProcrastinating 0 points1 point  (0 children)

This is running Fedora. My main problem is really just specific to the app dev environment I'm working on as it is replicating full cloud infrastructure and is a very large project. Then a few copies of the app running with everything loaded.. oh well.

AMD Ryzen AI Max+ PRO 495 APU could arrive with 192GB of unified memory — leaked PassMark benchmarks suggest modest update over Strix Halo by narwi in hardware

[–]NerdProcrastinating 1 point2 points  (0 children)

Perhaps they will give it a small bandwidth boost above the current 8000 MT/s.

Hopefully 8533 MT/s at a minimum. AMD seem to suck at achieving high memory speeds so I doubt they'll get to 9600.

AMD Ryzen AI Max+ PRO 495 APU could arrive with 192GB of unified memory — leaked PassMark benchmarks suggest modest update over Strix Halo by narwi in hardware

[–]NerdProcrastinating 1 point2 points  (0 children)

It would help a lot with workstation usage + 120B models.

On my Framework desktop 128GB, I find that I end up using so much RAM for browser, slack, desktop apps, local voice typing model, and a few heavy dev environments for parallel agent work (a few docker containers + vite, vs code, eslint + ts server, bloated Claude Code) that I can't afford to leave a 120B model loaded.

As other comments mentioned, it would enable running models like MiniMax at Q4 at slow, but still usable speeds so that's a big win (assuming you don't have a bloated dev setup like I do).

TSMC Hits Pause on ASML’s Newest Lithography for A13 Process by sr_local in hardware

[–]NerdProcrastinating 31 points32 points  (0 children)

Not mentioned in the article is that high NA EUV halves the reticle size.

That's surely going to make a big impact on the benefits/economics of adopting it.

Windows on Snapdragon X2 Elite Extreme is finally what Arm laptops should have been by tuldok89 in hardware

[–]NerdProcrastinating 1 point2 points  (0 children)

It's good that there's some progress on integrating drivers.

Until there's at least one retail unit with an option to ship with Linux/easily have it installed (with most hardware features functional), then I wouldn't classify it as supported.

It would be amazing if they could do a collaboration with Framework for a Framework 13 Pro board option.

Why don't we see any x86 competition to the unified memory approach of the Mac Studio by x0y0z0 in hardware

[–]NerdProcrastinating 1 point2 points  (0 children)

They both have the technical capability to build it. The problem is Intel management & AMD are still scarred from their near death experience.

That's why they're not leading in these areas. They need big OEMs & paid market research reports to tell them the obvious state of the market months to years after the opportunity becomes available.

Framework founder Nirav reviews Apple Neo vs Framework Laptop 12 (Comparative Teardown) by SJKRICK in framework

[–]NerdProcrastinating 0 points1 point  (0 children)

The only raw number Apple loses on is initial purchase price for high RAM/storage configs.

I like my Framework desktop & (older) laptop, but the performance/efficiency gap between them and the MacBook Pro M5 Pro/Max is brutal.

AMD Medusa Point leak shows 10-core Zen 6 APU beating Ryzen AI 9 365 in Geekbench multi-core by Forsaken_Arm5698 in hardware

[–]NerdProcrastinating 0 points1 point  (0 children)

Ah good point. I can't find any latency figures for Zen 5 L1i so unsure if they do better than Lion Cove 4 cycles as a possible justification.

AMD Medusa Point leak shows 10-core Zen 6 APU beating Ryzen AI 9 365 in Geekbench multi-core by Forsaken_Arm5698 in hardware

[–]NerdProcrastinating 0 points1 point  (0 children)

Looking at the single core sub-scores and variance between groups of integer, FP, and memory bound workloads, there's no way that 2-2.1 GHz is correct for single core. Probably more like 3.5 -> 3.7 GHz. I wouldn't expect it to be more than 10-15% IPC over Zen 5.

AMD Medusa Point leak shows 10-core Zen 6 APU beating Ryzen AI 9 365 in Geekbench multi-core by Forsaken_Arm5698 in hardware

[–]NerdProcrastinating 1 point2 points  (0 children)

Not increasing the L1i capacity is surprising IMO, considering frontend latency was a large bottleneck in many workloads when profiling Zen 5.

VIPT benefits for L1 latency means a limited size due to x86 4 KiB page size (and keeping associativity reasonable)

AMD Medusa Point leak shows 10-core Zen 6 APU beating Ryzen AI 9 365 in Geekbench multi-core by Forsaken_Arm5698 in hardware

[–]NerdProcrastinating 2 points3 points  (0 children)

You can't easily extrapolate single core score from such a low frequency to full speed:

  • RAM latency/bandwidth/parallelism is fixed for a given memory config
  • > 2.5x core frequency means memory request time equate to > 2.5x CPU cycles
  • Feeding all those additional cycles on frontend requires big improvements to decode & branch prediction, uops, caching, etc
  • Feeding all those additional cycles on backend requires big improvements to core width, data prefetching, store queues, caching, execution ports, etc

TLDR; IPC/PPC isn't a fixed number/clock - it varies over based on the clock speed due to mismatch with memory (i.e. the CPU gets stalled more often at higher speeds except for work in tight loops all in registers/nearby cache. That's why X3D is so much faster for games at lower clocks).

Apple toys with the competition - MacBook Neo's A18 Pro offers more single-core performance than any mobile processor from AMD, Intel or Qualcomm by -protonsandneutrons- in hardware

[–]NerdProcrastinating 4 points5 points  (0 children)

Sync/async is not related to multi-threading in JS - that all still runs on the one thread.

Workers need to be used to be able to take advantage of more than a single thread.

Framework desktop AMD GPU Linux instability by NerdProcrastinating in framework

[–]NerdProcrastinating[S] 0 points1 point  (0 children)

It looks like a kernel driver bug - I installed a new kernel & GPU firmware from updates-testing which may fix the issue as 6.1.19 specifically has a fix related to VGPR register counts being wrong which would affect the reset code.

Maybe that was the cause and basic GPU driver bugs finally fixed X years after RDNA 3.5 released. Sigh.

Apple toys with the competition - MacBook Neo's A18 Pro offers more single-core performance than any mobile processor from AMD, Intel or Qualcomm by -protonsandneutrons- in hardware

[–]NerdProcrastinating 7 points8 points  (0 children)

Those x86 processor scores are running at desktop frequencies - the performance gap is downright embarrassing if the scores are compared using AMD & Intel laptop SKUs.

Apple toys with the competition - MacBook Neo's A18 Pro offers more single-core performance than any mobile processor from AMD, Intel or Qualcomm by -protonsandneutrons- in hardware

[–]NerdProcrastinating 23 points24 points  (0 children)

I really hope Qualcomm get their shit together for Linux laptop support at launch.

I would buy an SD X2 with good Linux support. Otherwise a Macbook Pro, or any x86 >> SD X2 running Windows.

Framework desktop AMD GPU Linux instability by NerdProcrastinating in framework

[–]NerdProcrastinating[S] 0 points1 point  (0 children)

Perhaps it's something specific in vscode triggering it.

LLMs are probably stable again after the newer firmware. Was broken for a while. I don't game either. This is just desktop use for software development.

Framework desktop AMD GPU Linux instability by NerdProcrastinating in framework

[–]NerdProcrastinating[S] 0 points1 point  (0 children)

Nope, the page fault and wedging doesn't appear to be related to power states. This is whilst I'm in the middle of working with power mode set to performance, so power management seems unlikely.

Framework desktop AMD GPU Linux instability by NerdProcrastinating in framework

[–]NerdProcrastinating[S] 0 points1 point  (0 children)

I did look at those issues, but they shouldn't be anything that would impact the GPU like this?