this post was submitted on 15 Jun 2023
0 points (NaN% liked)

Hardware

4928 readers
1 users here now

This is a community dedicated to the hardware aspect of technology, from PC parts, to gadgets, to servers, to industrial control equipment, to semiconductors.

Rules:

founded 4 years ago
 

"35% Smaller than Zen 4, but with Identical IPC"

It is very impressive to keep all of Zen 4's functionality and only sacrifice frequency and L3 for almost double the core density. I hope They will release some consumer products with this in the future like a 7970x with 8 Zen4 and 16 Zen4c cores.

With the official announcement it confirmed the previous leaks, for a more detailed breakdown see: https://www.semianalysis.com/p/zen-4c-amds-response-to-hyperscale

top 5 comments
sorted by: hot top controversial new old
[–] setInner234@feddit.de 0 points 1 year ago (2 children)

Did I read that right...128 cores / 256 threads. That's bonkers. I guess those are only useful in extremely parallel workloads, or you'll be hitting https://en.wikipedia.org/wiki/Amdahl%27s_law limitations? I'm not a CS grad, so take this with a pinch of salt.

[–] bazsy@lemmy.world 0 points 1 year ago (1 children)

Yeah, at that thread count only a few workstation applications (maybe video encoding and code compilation) scale well.

The c in 4c is supposedly referring to cloud where it's possible to run 128 tiny independent VMs on a chip like that. Being independent means those should scale linearly aside from the shared memory and IO bandwidth.

[–] setInner234@feddit.de 0 points 1 year ago

Those numbers are just so wild. Very impressive :)

[–] Kidney_Thief1988@sh.itjust.works 0 points 1 year ago (1 children)

This is also a way to get around software that's licensed per socket instead of per core. Allows companies to condense the number of machines and licenses.

[–] setInner234@feddit.de 0 points 1 year ago

Licensing per socket is something I've never heard of. Interesting idea. I suppose back in the day one socket = one processor, so they've not moved on from that model, eh?