I’ve not kept up with Intel in a while, but one thing that stood out to me is these are all E cores— meaning no hyperthreading. Is something like this competitive, or preferred, in certain applications? Also does anyone know if there have been any benchmarks against AMDs 192 core Epyc CPU?
Without the hyperthreading (E-cores) you get more consistent performance between running tasks, and cloud providers like this because they sell "vCPUs" that should not fluctuate when someone else starts a heavy workload.
Intel's make-or-break 18A process node debuts for data center with 288-core Xeon
41–50 of 303 posts
Re: Intel's make-or-break 18A process node debuts for data center with 288-core Xeon
#42So, they're selling this as an AI accelerator, with drop in compatibility with existing boards, and no boost to RAM bandwidth. As I understand things, it would be extremely unusual to ship a chip that was bound by floating point throughput, not uncached memory access, especially in the desktop/laptop space. I haven't been following the Intel server space too carefully, so it's an honest question: Was the old thing co…
Here is the quote:
"The company says operators deploying 5G Advanced and future 6G networks increasingly rely on server CPUs for virtualized RAN and edge AI inference, as they do not want to re-architect their data centers in a bid to accommodate AI accelerators."
Edge AI usually means very small models that run fine on CPUs.
Re: Intel's make-or-break 18A process node debuts for data center with 288-core Xeon
#43Am I the only one disappointed they didn't settle for 286 cores?
Re: Intel's make-or-break 18A process node debuts for data center with 288-core Xeon
#44Earlier quoted context omitted.
Without the hyperthreading (E-cores) you get more consistent performance between running tasks, and cloud providers like this because they sell "vCPUs" that should not fluctuate when someone else starts a heavy workload.
Sort of. They can just sell even numbers of vCPUs, and dedicate each hyper-thread pair to the same tenant. That prevents another tenant from creating hyper-threading contention for you.
Re: Intel's make-or-break 18A process node debuts for data center with 288-core Xeon
#45Earlier quoted context omitted.
For an application like a build server, the only metric that really matters is total integer compute per dollar and per watt. When I compile e.g a Yocto project, I don't care whether a single core compiles a single C file in a millisecond or a minute; I care how fast the whole machine compiles what's probably hundred thousands of source files. If E-cores gives me more compute per dollar and watt than P-cores, give me…
Yocto's for embedded projects though, right? I imagine that means less C++/Rust than most, which means much less time spent serialized on the linker / cross compilation unit optimizer.
That said, there are sequential steps in Yocto builds too, notably installing packages into the rootfs (it uses dpkg, opkg or rpm, all of which are sequential) and any code you have in the rootfs postprocessing step. These steps usually aren't a significant part of a clean build, but can be a quite substantial part of incremental builds.
Re: Intel's make-or-break 18A process node debuts for data center with 288-core Xeon
#46These sorts of core-density increases are how I win cloud debates in an org. * Identify the workloads that haven't scaled in a year. Your ERPs, your HRIS, your dev/stage/test environments, DBs, Microsoft estate, core infrastructure, etc. (EDIT, from zbentley: also identify any cross-system processing where data will transfer from the cloud back to your private estate to be excluded, so you don't get murdered with egr…
Cloud = the right choice when just starting. It isn't about infra cost, it is about mental cost. Setting up infra is just another thing that hurts velocity. By the time you are serving a real load for the first time though you need to have the discussion about a longer term strategy and these points are valid as part of that discussion.
Re: Intel's make-or-break 18A process node debuts for data center with 288-core Xeon
#47Re: Intel's make-or-break 18A process node debuts for data center with 288-core Xeon
#48One day I hope to be rich enough to put a CPU like this (with proportional RAM and storage) in my proxmox cluster.
Re: Intel's make-or-break 18A process node debuts for data center with 288-core Xeon
#49Why do you needs so many cores for? Apache threads? Any old school wizard here?
Re: Intel's make-or-break 18A process node debuts for data center with 288-core Xeon
#50These sorts of core-density increases are how I win cloud debates in an org. * Identify the workloads that haven't scaled in a year. Your ERPs, your HRIS, your dev/stage/test environments, DBs, Microsoft estate, core infrastructure, etc. (EDIT, from zbentley: also identify any cross-system processing where data will transfer from the cloud back to your private estate to be excluded, so you don't get murdered with egr…
The core density is bullshit when each core is so slow that it can't do any meaningful work. The reality is that Intel is 3 times behind AMD/TSMC on performance vs power consumption ratio.
People would be better off having a look at the high frequency models (9xx5F models like the 9575F), that was the first generation of CPU server to reach ~5 GHz and sustain it on 32+ cores.