UK’s trusted IT infrastructure partner since 2003
Servnet
FinanceToolsConfiguratorGet in Touch
Servers & Compute

Server CPU Cores, Threads & Chiplets Explained (2026)

Servnet Editorial · IT infrastructure analysis7 min read
Share

Intel's newest flagship server chip is marketed as a 192-core processor, but open the package and you'll find four separate ~48-core dies stitched together with EMIB packaging — not one giant slab of silicon. Just as strikingly, Intel has dropped Hyper-Threading (SMT) from this chip entirely, so 192 physical cores now deliver exactly 192 threads — a fundamental change from prior SMT-enabled Xeon generations, where thread count ran well ahead of physical core count. For UK buyers used to reading cores and threads as two different numbers on a spec sheet, that's a fundamental shift — one that how many CPU cores a server needs calculations, licensing math and vCPU planning all need to account for. This piece explains what's actually inside a 2026 server CPU, and what the chiplet reality means when you're reading one.

Physical core counts across 2026 server CPUs
290 cores218 cores145 cores73 cores0 cores84 coresAMD EPYC 8005192 coresDiamond Rapids192 coresAmpereOne288 coresClearwater ForestPhysical cores
View the data behind this chart
Physical core counts across 2026 server CPUs
AMD EPYC 8005Diamond RapidsAmpereOneClearwater Forest
Physical corescores84cores192cores192cores288

The 192-core conundrum: why spec sheets lie by omission

A server CPU spec sheet in 2026 will happily print '192 cores' as a single, clean number. What it won't show you is that Intel's Diamond Rapids (Xeon 7) achieves that figure by fusing four separate compute chiplets, each carrying around 48 P-cores, onto one package using Intel's EMIB interconnect. It isn't one die — it's four, wired together to behave like one.

At the same time, Intel has quietly removed Simultaneous Multithreading (SMT, better known as Hyper-Threading) from this generation. That means 192 physical cores now produce exactly 192 threads — no logical-core bonus. UK procurement guidance from the NCSC now explicitly flags the need to validate core-versus-thread assumptions before sizing latency-sensitive workloads on this new generation of chips.

Illustration: Server CPU Cores, Threads & Chiplets Explained (2026)

Cores vs threads: the 2026 reality

A physical core is a complete execution unit capable of running instructions independently. A thread, in the SMT/Hyper-Threading sense, is a second logical execution context sharing that same physical core's resources — useful for filling idle execution slots, but not a second full core.

Prior-generation Xeons (2023-era Sapphire Rapids leaks put a 56-core part at 112 threads) relied on SMT to roughly double the thread count a hypervisor or scheduler could see. Diamond Rapids abandons that entirely: 192 cores, 192 threads, full stop. For lightly-threaded applications this means no more 'free' thread doubling — every thread scheduled is a genuine physical core with no contended sibling, which is good for predictable latency but changes how you count available capacity.

How a 'single' CPU is actually four chiplets

Chiplet (or MCM — multi-chip module) design means a vendor builds several smaller dies rather than one enormous monolithic die, then connects them with a high-bandwidth on-package interconnect. Diamond Rapids uses four compute chiplets of roughly 48 P-cores each, joined via EMIB into a single 192-core package.

The upside, per SemiAnalysis's analysis of the datacentre CPU market, is manufacturing yield: smaller dies fail less often during fabrication than one giant die, which is what makes 150+ core packages economically viable at all. The downside is that communication between chiplets is not free — it introduces latency that a genuinely monolithic die wouldn't have. TechSpot's coverage of the current chiplet trend flags this as a real concern for tightly coupled workloads, and it behaves much like the cross-node penalties familiar from NUMA server topology, except now happening inside a single socket.

P-cores, E-cores and Intel's split personality

Diamond Rapids' 192 cores are all P-cores (Performance cores) — large, fast, few. Intel's other 2026 flagship takes the opposite route entirely: Xeon 6+ Clearwater Forest packs 288 Darkmont E-cores (efficiency cores) per socket on the new 18A process node, sharing a huge 576 MB of L3 cache, with no P-cores in the mix at all.

P-cores suit workloads that need raw single-thread speed and low latency per operation. E-cores trade some per-core performance for far greater parallel density and efficiency — good for scale-out, containerised, throughput-heavy work. Comparing '192' against '288' as if they were the same currency is a mistake: they're different core types built for different jobs. Clearwater Forest systems are already available in the UK through Dell, HPE, Lenovo and Supermicro as of June 2026, so this isn't a future roadmap item — it's buyable now. See our deeper look at Intel Xeon 6 processors for the full family context.

Matching the architecture to the workload

For latency-sensitive, tightly coupled workloads — transactional databases in finance or health, where UK regulators expect predictable response times — chiplet-hopping latency matters. NCSC procurement principles now explicitly call out validating core/thread behaviour post-SMT-removal for exactly this class of workload, favouring architectures with less cross-die traffic per transaction.

For scale-out web tiers, microservices and container-dense estates, Clearwater Forest's 288 E-cores and 576 MB shared L3 are built for exactly this pattern: many light, parallel threads rather than a few heavy ones.

For AI inference and memory-bound HPC work, Diamond Rapids' 16-channel DDR5 design, up to 1.6 TB/s of memory bandwidth per socket, and PCIe 6.0 support (the first x86 server CPU with it) matter more than the headline core count — you need the plumbing to feed the cores.

For smaller, cost-conscious single-socket builds, AMD's EPYC 8005 'Sorano' line offers up to 84 cores in a 70–225 W TDP envelope on a chiplet design of its own — a genuinely different scale of decision, and one worth weighing against single vs dual socket servers before assuming more sockets automatically means more performance.

Per-socket memory bandwidth: prior generation vs Diamond…
160012008004000Granite Rapids-APDiamond Rapids (min)Diamond Rapids (max)Generation / configurati…GB/s per socketMemory bandwidth…
View the data behind this chart
Per-socket memory bandwidth: prior generation vs Diamond…
GB/s per socketGranite Rapids-APDiamond Rapids (min)Diamond Rapids (max)
Memory bandwidth…61412001600

Beyond raw counts: cache, bandwidth and I/O

More cores need more data flowing to them, or they simply sit idle. Diamond Rapids abandons Intel's earlier 8-channel memory plan entirely in favour of a 16-channel DDR5 design, hitting up to 1.6 TB/s of bandwidth per socket with second-generation MRDIMMs — roughly double the 614 GB/s peak that the previous Granite Rapids-AP generation achieved.

Clearwater Forest solves the same 'how do I feed 288 cores' problem differently: a 576 MB shared L3 cache keeps far more working data on-die, reducing trips out to main memory for many workloads. Neither approach makes core count meaningless, but both prove that a bare core-count figure without matching bandwidth and cache context tells you very little about real throughput.

Translating cores and threads into vCPUs

The old virtualisation rule of thumb — assume roughly two schedulable threads per physical core thanks to SMT — no longer applies to SMT-less chips. On Diamond Rapids, 192 threads is a hard ceiling equal to the physical core count, not a doubled figure a hypervisor can lean on for overcommit.

This matters for UK estates running mixed hardware generations: an SMT-enabled part still behaves like the older assumption (the 56-core/112-thread Sapphire Rapids-era figure is one such data point, though it's a 2023-generation part, not a current 2026 SKU), while an SMT-less 2026 chip does not. Blanket vCPU-to-core ratios across a mixed estate will misallocate capacity on one side or the other — each generation needs validating on its own terms before you size a virtualisation host.

Software licensing is where this shift bites hardest for UK budgets. Many enterprise workloads — databases, virtualisation platforms and other per-core-licensed applications — are priced against physical core count, not thread count. With Diamond Rapids' 192 P-cores producing exactly 192 threads and no SMT uplift, buyers can no longer assume a given licensed core count will serve the doubled thread throughput that older SMT-enabled generations delivered from the same physical footprint. Core type compounds this: a straightforward per-core licence doesn't distinguish between a P-core and an E-core, so Clearwater Forest's 288 Darkmont E-cores and Diamond Rapids' 192 P-cores would each be billed as 288 or 192 licensable units respectively, despite very different per-core performance — meaning the chip with more cores isn't automatically the cheaper one to licence. NCSC's push to validate core-versus-thread assumptions before sizing workloads applies just as directly to licensing budgets as it does to latency planning.

Cost, power and the UK buying decision

UK pricing estimates put 288-core Xeon 6+ Clearwater Forest systems at roughly £18,000–£24,000 per socket, against roughly £22,000–£28,000 per socket for 192-core Diamond Rapids systems (2026 GBP estimates). Neither is a small line item, and the right answer depends on whether your workload actually benefits from many E-cores or fewer, faster P-cores.

Power matters too: Intel's 18A process, used in Clearwater Forest, delivers 9% higher performance at the same power draw, or an 18% power reduction at the same performance level, versus the prior node — a meaningful lever against UK datacentre efficiency targets. Ultimately, the headline core number on a 2026 spec sheet is a starting point, not the answer: chiplet count, core type, cache, and memory bandwidth together decide whether that number translates into real performance for your workload. If you're speccing new hardware, it's worth working through options via the Dell server configurator, HPE server configurator or Lenovo server configurator before committing to a core count on paper alone.

Sources

Every figure in this article traces to the sources below.

  • The Register — Diamond Rapids 192-core design and SMT removal
  • TechSpot — Xeon 6+ Clearwater Forest launch, cache, bandwidth and 18A node data
  • TechTimes — Clearwater Forest UK availability via Dell, HPE, Lenovo, Supermicro
  • Intel Xeon Diamond Rapids announcement — chiplet count, memory and PCIe details
  • AMD — EPYC 8005 Sorano core count and TDP range
  • UK NCSC — procurement guidance on core/thread validation
  • SemiAnalysis — chiplet yield, latency and market trend analysis
Cores and threads by generation
Physical coresThreadsNotesSapphire Rapids…56 cores112 threads (SMT)2023 baselineDiamond Rapids (2026)192 cores192 (no SMT)4×48-core chipletsClearwater Forest…288 E-cores288 (no P-cores)18A, 576MB L3
View the data behind this chart
Cores and threads by generation
Physical coresThreadsNotes
Sapphire Rapids…56 cores112 threads (SMT)2023 baseline
Diamond Rapids (2026)192 cores192 (no SMT)4×48-core chiplets
Clearwater Forest…288 E-cores288 (no P-cores)18A, 576MB L3
Share
Key takeaways
  • Diamond Rapids' 192 cores are four ~48-core chiplets joined by EMIB, not one monolithic die
  • SMT is gone on Diamond Rapids: 192 cores = 192 threads, with none of the SMT-driven thread doubling that prior SMT-enabled Xeon generations relied on
  • Clearwater Forest hits 288 cores using E-cores only, on Intel's new 18A node with 576 MB shared L3 cache — already sold in the UK via Dell, HPE, Lenovo and Supermicro
  • Chiplet designs add cross-die latency that can hurt tightly coupled database workloads — treat it like an internal NUMA problem
  • Diamond Rapids' 1.6 TB/s per-socket memory bandwidth is roughly double the prior generation's 614 GB/s, which matters more than core count for memory-bound AI/HPC work
  • Never apply a single vCPU-per-core ratio across mixed hardware generations — SMT-less 2026 chips and older SMT-enabled parts need separate sizing rules
  • Per-core software licensing doesn't distinguish P-cores from E-cores or account for SMT removal — a higher core count chip isn't automatically the cheaper one to licence
Frequently asked

FAQs — Server CPU Cores, Threads & Chiplets Explained (2026)

What's the actual difference between a core and a thread?

A core is a complete, independent execution unit. A thread (via SMT/Hyper-Threading) is a second logical context sharing one physical core's resources, not a second full core. On 2026's Diamond Rapids, SMT has been removed entirely, so every thread is a full physical core with no shared sibling.

Does the new 192-core Intel server chip still use Hyper-Threading?

No. Diamond Rapids drops SMT/Hyper-Threading completely, so its 192 physical cores produce exactly 192 threads — unlike prior SMT-enabled Xeon generations, where Hyper-Threading pushed thread count above the physical core count.

Why do modern server CPUs use chiplets instead of one big die?

Smaller chiplets have better manufacturing yield than one enormous monolithic die, making very high core counts economically viable. The trade-off is added latency communicating between chiplets, which can hurt tightly coupled workloads like some databases.

What's the difference between P-cores and E-cores in a server?

P-cores (Performance cores) are large and fast, suited to latency-sensitive or single-thread-heavy work — used exclusively in Diamond Rapids' 192-core design. E-cores (Efficiency cores) are smaller and more numerous, suited to parallel, scale-out workloads — Clearwater Forest uses 288 of them with no P-cores at all.

Is a 288-core Clearwater Forest chip 'better' than a 192-core Diamond Rapids chip?

They're built for different jobs. Clearwater Forest's 288 E-cores and 576 MB shared L3 suit scale-out, parallel workloads; Diamond Rapids' 192 P-cores plus 1.6 TB/s memory bandwidth and PCIe 6.0 suit latency-sensitive or memory/I-O-bound work. Comparing the core counts alone is misleading.

How do I work out vCPU allocation now SMT has disappeared from some chips?

Don't apply one blanket ratio across your estate. On SMT-less 2026 chips like Diamond Rapids, threads equal physical cores exactly, so overcommit assumptions from SMT-enabled hardware don't hold. UK NCSC guidance specifically flags validating core-versus-thread behaviour per hardware generation before sizing hosts.

How does SMT removal and core type affect software licensing costs for UK buyers?

Many enterprise applications licence per physical core, not per thread, and typically don't distinguish core types. With SMT gone, Diamond Rapids' 192 cores no longer deliver the doubled thread count older SMT-enabled generations got from the same licensed core footprint, and a per-core licence would bill Clearwater Forest's 288 E-cores the same way as Diamond Rapids' 192 P-cores despite very different per-core performance — so UK buyers should validate licensing terms against actual core type and count, not just the headline number, before committing budget.

Related

Got a question this article didn't answer?

One conversation with an engineer who's done this before. No sales script.

Talk to Servnet →

Talk to a UK specialist

Get expert advice or a no-obligation quote — servers, storage, networking, maintenance, finance and cloud. We reply the same working day.

or call 0800 987 4111