Today it was noticed, without any fanfare from Intel, that Knights Mill information has been uploaded to Intel’s specification database ARK. There are three known SKUs so far, with up to 72 cores and a 320W TDP. The Xeon Phi 'Knights Mill' products are a new iteration on the older 'Knights Landing' family, with a silicon change for additional AVX-512 instructions. As far as we can tell, these parts will only be available as socketable hosts and not as PCIe add-in cards.

In Intel’s approach to AI and compute and the data center, according to their talk at Hot Chips earlier this year, has multiple solutions depending on the workload. The Xeon Scalable Platform is meant for the widest variety of workloads, Xeon Phi for parallel acceleration and AI training, FPGAs for deep learning inference efficiency and the Crest family with dedicated deep learning by design. Each segment has its own roadmap, and the Xeon Phi roadmap has been somewhat confusing of late.

Moving from the 45nm Knights Ferry in 2010, Intel released 22nm Knights Corner in 2012 and 14nm Knights Landing in 2016. Last year, Intel had a contract with the Argonne National Laboratory to build the Aurora supercomputer at using 10nm Knights Hill (KNH) by 2020, which was the original successor to Knights Landing, however the KNH project was officially scrapped last month (Nov 2017) for various reasons, some citing Intel’s delay in releasing 10nm silicon. Intel still intends to follow through with the Aurora contract by 2021, it should be noted.

The new successor to Knights Landing (KNL) is Knights Mill (KNM), which was detailed back at Hot Chips. For the most part, the KNL and KNM chips are almost identical in core counts, frequencies, 36 PCIe 3.0 lanes, using 16GB of high-bandwidth MCDRAM and having six DRAM channels, but KNM offers a small design tweak to allow for better utilization of its AVX-512 units through supporting new sets of AVX-512 instructions as well as a small amount of silicon redesign. For pure performance metrics, this change means that Knights Mill offers only half of the double-precision performance of Knights Landing, but up to 2x in single precision and 4x with variable precision.

Intel Xeon Phi x205 Family (Knights Mill)
  Cores Base Turbo L2 TDP DRAM TCASE
7295 72 / 288 1.50 GHz 1.60 GHz 36 MB 320W DDR4-2400 77ºC
7285 68 / 272 1.30 GHz 1.40 GHz 34 MB 250W DDR4-2400 72ºC
7235 64 / 256 1.30 GHz 1.40 GHz 32 MB 250W DDR4-2133 72ºC

The three parts are officially members of the Xeon Phi x205 family, and match their x200 family members where the product numbers align (eg 7290 and 7295). The 7295 has the most cores and threads, with a higher frequency, more total L2 cache, support for DDR4-2400 and the higher temperature support. The 7285 is the middle of the pack, while the low end 7235 gives up some memory support, with only up to DDR4-2133.

The previous generation parts had some integrated OmniPath fabric versions (such as the 7290F) which do not seem to have migrated over to Knights Mill yet, though could potentially in the future. Each of the parts are similar to KNL, using 36 tiles of two cores, all connected with the 2D mesh, and each tile sharing 1MB of L2 cache with one VPU per core. 

On the specification side, everything seems pretty much by the book for core counts and frequencies. The one number that stands out is the 320W for the Xeon Phi 7295. This is a high power consumption number for a socketed processor, and if my memory serves me correctly, this is the highest TDP ever assigned to an Intel socketed CPU. This isn't the highest for a socketed processor though - IBM quoted 300-350W for its z14 hardware earlier this year, although it can go up to 500W on consumer request. The reason for this dramatic increase in Intel’s TDP number (we suspect) is three-fold: one, to catch more processors off the production line into the relevant voltage/frequency window, and two, the new instructions offer better utilization of the silicon, and three: double-pumped execution.

AVX-512 Support Propogation by Various Intel CPUs
  Xeon, Core X General Xeon Phi  
Skylake-SP AVX512BW
AVX512DQ
AVX512VL
AVX512F
AVX512CD
AVX512ER
AVX512PF
Knights Landing
Cannon Lake AVX512VBMI
AVX512IFMA
AVX512_4FMAPS
AVX512_4VNNIW
Knights Mill
Ice Lake AVX512_VNNI
AVX512_VBMI2
AVX512_BITALG
AVX512+VAES
AVX512+GFNI
AVX512+VPCLMULQDQ
AVX512_VPOPCNTDQ
Source: Intel Architecture Instruction Set Extensions and Future Features Programming Reference (pages 12 and 13)

The two headline changes on instructions for the new parts revolve around support for Quad FMA (QFMA, or 4FMAPS) for 32-bit floating point, and Vector Neural Network Instructions (VNNI) for 16-bit integers. To do this required changing the execution ports on the core.

Previously each VPU per core would offer identical 512-bit interfaces to the AVX-512 unit, supporting single precision (SP) and double precision (DP) math, with any half-precision (HP) falling under an SP block. In the new design, the ports are asymmetrical: the SP/DP block is split into a separate DP and SP/VNNI blocks, with one DP block removed (likely due to the size of the SP/VNNI block). This is best shown in the diagram above, though it means that DP performance is halved (2 blocks to 1), but SP performance is doubled (2 blocks to 4) and VNNI performance is quadrupled (2 SP blocks to 4 HP blocks).

The QFMA implementation allows for sequential fused-multiply-add to accumulate over four sets of calculations with a single instruction. Technically this adds latency, so the calculation needs enough ILP to hide the latency, but offers a single target for the vector accumulator and allows packing together of 12 aligned cycles in DRAM. Each FMA takes about 3 cycles.

For VNNI, the core takes two 16-bit integer inputs to give one 32-bit integer output for a horizontal dot product operation. The reason for using integer math here is two-fold: one, it enables 31-bits of INT prevision vs 24-bits of mantissa in FP, but also because IEEE standards are easier to implement in INT math.

Support for these new instructions and the silicon redesign means two things: one, the decoder potentially can work less, with more math being packed into a single instruction, but also caters to what Intel thought was a bottleneck in AVX-512 utilization: not enough codes were using all the AVX-512 unit all the time. This is designed to help increase utilization, and therefore would increase power consumption.

The other part of the equation is double pumping the AVX-512 unit, ensuring that the unit is fed at all times while reducing decode power.

Overall the KNM core is looks almost identical to the KNL core, aside from the VPU port changes. It still decodes 2-ops per cycle but gives out-of-order execution with 72-inflight micro-ops. To hide a lot of the latency, 4-way hyperthreading is enabled, hence why a 64-core part gives 256 threads.


Our KNL 7210 Sample

Intel’s major partners already have Knights Mill available for customers, although list pricing is currently not in Intel's Price List. It’s interesting that the data being added to Intel’s ARK platform wasn’t accompanied by any announcement, and seems to be a low-key affair. 

Source: Wikichip on TwitterIntel ARK

Additional

Something we missed in our first look at the specifications. Over the older Knights Landing parts, the new Knights Mill parts also support Intel virtualization technologies, specifically VT-d, VT-x and EPT.

Related Reading

Comments Locked

75 Comments

View All Comments

  • GrumpyCat - Wednesday, December 20, 2017 - link

    Hi!
    Do you still have access to this errata?
    I am very interested in it. Very hard to find any errata for 486 era chips.
    Thanks!
  • lmcd - Tuesday, December 19, 2017 - link

    There's at least one press release where Intel specifically said they went from a P3-derivative core to a Silvermont-derivative core with additional AVX-512 support. Pretty awkward to write "nothing but this statement indicates this" when the information is directly from Intel.
  • Wilco1 - Tuesday, December 19, 2017 - link

    You're clearly having no idea about performance, particularly ARM servers. Latest ARM servers easily beat Skylake on performance AND power: https://blog.cloudflare.com/arm-takes-wing/

    On a per-core basis even the fastest Atom is just about as fast as 835-based phones despite having significantly higher TDP. Server CPUs like Falkor are significantly faster than phones...
  • HStewart - Tuesday, December 19, 2017 - link

    "You're clearly having no idea about performance, particularly ARM servers. Latest ARM servers easily beat Skylake on performance AND power: https://blog.cloudflare.com/arm-takes-wing/"

    As from you stated article

    "The engineering sample of Falkor we got certainly impressed me a lot. This is a huge step up from any previous attempt at ARM based servers. Certainly core for core, the Intel Skylake is far superior, but when you look at the system level the performance becomes very attractive."

    Keep in my they probably not referring to new chips from Intel. But most of graphics show Intel blowing the ARM cpu out the window.
  • Wilco1 - Tuesday, December 19, 2017 - link

    Wrong - how does the article support your claim that ARM server cores are slower than even Atom?

    And baiting and switching to GPU? Really? Not a good strategy since Intel GPUs are not exactly known for their great performance or efficiency... When Intel tried to compete in mobile they were forced to *license* non-Intel GPUs, and despite that their GPU performance was far below that of Android phones at the time like HTC One: https://www.anandtech.com/show/9251/the-asus-zenfo...
  • lmcd - Tuesday, December 19, 2017 - link

    They literally keep spamming the difference between threads and cores throughout the entire article. Reading comprehension?

    Also, Silvermont destroyed its ARM competitors at the time. I wouldn't hesitate to suggest that similar age Intel chip designs would continue to run circles around the ARM designs.
  • Wilco1 - Wednesday, December 20, 2017 - link

    Exactly it's hard to miss that, for example per-core performance is around 80% vs SkyLake in GZIP. Even the latest Atom is not anywhere near that level.

    Silvermont was only faster than older Arm cores like Cortex-A8 when it came out, Cortex-A9 was faster at similar frequencies and available in quad-core variants.
  • mode_13h - Wednesday, December 20, 2017 - link

    If you're focused on performance of these cores on general-purpose code, then you're kind of missing the point. There's a reason these chips have two AVX-512 pipes per core.
  • mode_13h - Wednesday, December 20, 2017 - link

    The only such benchmark I saw compared an Apollo Lake with 64-bit memory against an 835 with 128-bit memory interface. If you have better data, please post.

    That said, there are too many variables for comparisons between cell phone & tablet SoCs to be particularly meaningful for Server CPUs, so I'd take that with a grain of salt.
  • Wilco1 - Wednesday, December 20, 2017 - link

    This is what I recently found: http://browser.geekbench.com/v4/cpu/compare/532602...

    I don't think memory is that slow on the N5000, the multithreaded bandwidth results look comparable with the 835, so it seems it has high memory latency. However if you have a better like for like comparison, post a link.

Log in

Don't have an account? Sign up now