General information | |
---|---|
Launched | 2010 |
Discontinued | 2020 [1] |
Marketed by | Intel |
Designed by | Intel |
Common manufacturer |
|
Performance | |
Max. CPU clock rate | 1.053 GHz to 1.7 GHz |
Cache | |
L1 cache | 32 KB per core |
L2 cache | 512 KB per core |
Architecture and classification | |
Application | Supercomputers High-performance computing |
Technology node | 45 nm transistors to 14 nm transistors (tri-gate) |
Microarchitecture | Larrabee |
Instruction set | x86-16 (except coprocessor form factor), IA-32, x86-64 [2] |
Extensions | |
Physical specifications | |
Cores |
|
Memory (RAM) |
|
Sockets | |
Products, models, variants | |
Core names |
|
Model |
|
Xeon Phi [3] is a discontinued series of x86 manycore processors designed and made by Intel. It was intended for use in supercomputers, servers, and high-end workstations. Its architecture allowed use of standard programming languages and application programming interfaces (APIs) such as OpenMP. [4] [5]
Xeon Phi launched in 2010. Since it was originally based on an earlier GPU design (codenamed "Larrabee") by Intel [6] that was cancelled in 2009, [7] it shared application areas with GPUs. The main difference between Xeon Phi and a GPGPU like Nvidia Tesla was that Xeon Phi, with an x86-compatible core, could, with less modification, run software that was originally targeted to a standard x86 CPU.
Initially in the form of PCI Express-based add-on cards, a second-generation product, codenamed Knights Landing, was announced in June 2013. [8] These second-generation chips could be used as a standalone CPU, rather than just as an add-in card.
In June 2013, the Tianhe-2 supercomputer at the National Supercomputer Center in Guangzhou (NSCC-GZ) was announced [9] as the world's fastest supercomputer (as of June 2023 [update] , it is No. 10 [10] ). It used Intel Xeon Phi coprocessors and Ivy Bridge-EP Xeon E5 v2 processors to achieve 33.86 petaFLOPS. [11]
The Xeon Phi product line directly competed with Nvidia's Tesla and AMD Radeon Instinct lines of deep learning and GPGPU cards. It was discontinued due to a lack of demand and Intel's problems with its 10nm node. [12]
Code name | Process | Comments |
---|---|---|
Knights Ferry | 45 nm | offered as PCI Express card; derived from Larrabee project |
Knights Corner | 22 nm | derived from P54C; vector processing unit; first device to be announced as Xeon Phi; AVX-512-like encoding |
Knights Landing | 14 nm | derived from Silvermont/Airmont (Intel Atom); [13] AVX-512 |
Knights Mill | 14 nm | nearly identical to Knights Landing but optimized for deep learning |
Knights Hill | 10 nm | cancelled |
The Larrabee microarchitecture (in development since 2006 [14] ) introduced very wide (512-bit) SIMD units to an x86 architecture based processor design, extended to a cache-coherent multiprocessor system connected via a ring bus to memory; each core was capable of four-way multithreading. Due to the design being intended for GPU as well as general purpose computing, the Larrabee chips also included specialised hardware for texture sampling. [15] [16] The project to produce a retail GPU product directly from the Larrabee research project was terminated in May 2010. [17]
Another contemporary Intel research project implementing x86 architecture on a many-multicore processor was the 'Single-chip Cloud Computer' (prototype introduced 2009 [18] ), a design mimicking a cloud computing computer datacentre on a single chip with multiple independent cores: the prototype design included 48 cores per chip with hardware support for selective frequency and voltage control of cores to maximize energy efficiency, and incorporated a mesh network for inter-chip messaging. The design lacked cache-coherent cores and focused on principles that would allow the design to scale to many more cores. [19]
The Teraflops Research Chip (prototype unveiled 2007 [20] ) is an experimental 80-core chip with two floating-point units per core, implementing a 96-bit VLIW architecture instead of the x86 architecture. [21] The project investigated intercore communication methods, per-chip power management, and achieved 1.01 TFLOPS at 3.16 GHz consuming 62 W of power. [22] [23]
Intel's Many Integrated Core (MIC) prototype board, named Knights Ferry, incorporating a processor codenamed Aubrey Isle was announced 31 May 2010. The product was stated to be a derivative of the Larrabee project and other Intel research including the Single-chip Cloud Computer. [24] [25]
The development product was offered as a PCIe card with 32 in-order cores at up to 1.2 GHz with four threads per core, 2 GB GDDR5 memory, [26] and 8 MB coherent L2 cache (256 KB per core with 32 KB L1 cache), and a power requirement of ~300 W, [26] built at a 45 nm process. [27] In the Aubrey Isle core a 1,024-bit ring bus (512-bit bi-directional) connects processors to main memory. [28] Single-board performance has exceeded 750 GFLOPS. [27] The prototype boards only support single-precision floating-point instructions. [29]
Initial developers included CERN, Korea Institute of Science and Technology Information (KISTI) and Leibniz Supercomputing Centre. Hardware vendors for prototype boards included IBM, SGI, HP, Dell and others. [30]
The Knights Corner product line is made at a 22 nm process size, using Intel's Tri-gate technology with more than 50 cores per chip, and is Intel's first many-cores commercial product. [24] [27]
In June 2011, SGI announced a partnership with Intel to use the MIC architecture in its high-performance computing products. [31] In September 2011, it was announced that the Texas Advanced Computing Center (TACC) will use Knights Corner cards in their 10-petaFLOPS "Stampede" supercomputer, providing 8 petaFLOPS of compute power. [32] According to "Stampede: A Comprehensive Petascale Computing Environment" the "second-generation Intel (Knights Landing) MICs will be added when they become available, increasing Stampede's aggregate peak performance to at least 15 PetaFLOPS." [33]
On 15 November 2011, Intel showed an early silicon version of a Knights Corner processor. [34] [35]
On 5 June 2012, Intel released open source software and documentation regarding Knights Corner. [36]
On 18 June 2012, Intel announced at the 2012 Hamburg International Supercomputing Conference that Xeon Phi will be the brand name used for all products based on their Many Integrated Core architecture. [3] [37] [38] [39] [40] [41] [42] In June 2012, Cray announced it would be offering 22 nm 'Knight's Corner' chips (branded as 'Xeon Phi') as a co-processor in its 'Cascade' systems. [43] [44]
In June 2012, ScaleMP announced a virtualization update allowing Xeon Phi as a transparent processor extension, allowing legacy MMX/SSE code to run without code changes. [45] An important component of the Intel Xeon Phi coprocessor's core is its vector processing unit (VPU). [46] The VPU features a novel 512-bit SIMD instruction set, officially known as Intel Initial Many Core Instructions (Intel IMCI). Thus, the VPU can execute 16 single-precision (SP) or 8 double-precision (DP) operations per cycle. The VPU also supports Fused Multiply-Add (FMA) instructions and hence can execute 32 SP or 16 DP floating point operations per cycle. It also provides support for integers. The VPU also features an Extended Math Unit (EMU) that can execute operations such as reciprocal, square root, and logarithm, thereby allowing these operations to be executed in a vector fashion with high bandwidth. The EMU operates by calculating polynomial approximations of these functions.
On 12 November 2012, Intel announced two Xeon Phi coprocessor families using the 22 nm process size: the Xeon Phi 3100 and the Xeon Phi 5110P. [47] [48] [49] The Xeon Phi 3100 will be capable of more than 1 teraFLOPS of double-precision floating-point instructions with 240 GB/s memory bandwidth at 300 W. [47] [48] [49] The Xeon Phi 5110P will be capable of 1.01 teraFLOPS of double-precision floating-point instructions with 320 GB/s memory bandwidth at 225 W. [47] [48] [49] The Xeon Phi 7120P will be capable of 1.2 teraFLOPS of double-precision floating-point instructions with 352 GB/s memory bandwidth at 300 W.
On 17 June 2013, the Tianhe-2 supercomputer was announced [9] by TOP500 as the world's fastest. Tianhe-2 used Intel Ivy Bridge Xeon and Xeon Phi processors to achieve 33.86 petaFLOPS. It was the fastest on the list for two and a half years, lastly in November 2015. [50]
The cores of Knights Corner are based on a modified version of P54C design, used in the original Pentium. [51] The basis of the Intel MIC architecture is to leverage x86 legacy by creating an x86-compatible multiprocessor architecture that can use existing parallelization software tools. [27] Programming tools include OpenMP, [52] OpenCL, [53] Cilk/Cilk Plus and specialised versions of Intel's Fortran, C++ [54] and math libraries. [55]
Design elements inherited from the Larrabee project include x86 ISA, 4-way SMT per core, 512-bit SIMD units, 32 KB L1 instruction cache, 32 KB L1 data cache, coherent L2 cache (512 KB per core [56] ), and ultra-wide ring bus connecting processors and memory.
The Knights Corner 512-bit SIMD instructions share many intrinsic functions with AVX-512 extension . The instruction set documentation is available from Intel under the extension name of KNC. [57] [58] [59] [60]
Name | Serial Code | Cores (Threads @ 4× core) | Clock (MHz) | L2 cache | GDDR5 ECC memory | Peak DP compute (GFLOPS) | TDP (W) | Cooling system | Form factor | Released | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Base | Turbo | Quantity | Channels | BW GB/s | |||||||||
Xeon Phi 3110X [61] | SE3110X | 61 (244) | 1053 | – | 30.5 MB | 6 GB | 12 | 240 | 1028 | 300 | Bare board | PCIe 2.0 x16 card | November, 2012 |
8 GB | 16 | 320 | |||||||||||
Xeon Phi 3120A [62] | SC3120A | 57 (228) | 1100 | – | 28.5 MB | 6 GB | 12 | 240 | 1003 | 300 | Fan/heatsink | 17 June 2013 | |
Xeon Phi 3120P [63] | SC3120P | 57 (228) | 1100 | – | 28.5 MB | 6 GB | 12 | 240 | 1003 | 300 | Passive heatsink | 17 June 2013 | |
Xeon Phi 31S1P [64] | BC31S1P | 57 (228) | 1100 | – | 28.5 MB | 8 GB | 16 | 320 | 1003 | 270 | Passive heatsink | 17 June 2013 | |
Xeon Phi 5110P [65] | SC5110P | 60 (240) | 1053 | – | 30.0 MB | 8 GB | 16 | 320 | 1011 | 225 | Passive heatsink | 12 Nov 2012 | |
Xeon Phi 5120D [66] | SC5120D | 60 (240) | 1053 | - | 30.0 MB | 8 GB | 16 | 352 | 1011 | 245 | Bare board | SFF 230-pin card | 17 June 2013 |
BC5120D | |||||||||||||
Xeon Phi SE10P [67] | SE10P | 61 (244) | 1100 | - | 30.5 MB | 8 GB | 16 | 352 | 1074 | 300 | Passive heatsink | PCIe 2.0 x16 card | 12 Nov. 2012 |
Xeon Phi SE10X [68] | SE10X | 61 (244) | 1100 | – | 30.5 MB | 8 GB | 16 | 352 | 1074 | 300 | Bare board | 12 Nov. 2012 | |
Xeon Phi 7110P [69] | SC7110P | 61 (244) | 1100 | 1250 | 30.5 MB | 16 GB | 16 | 352 | 1220 | 300 | Passive heatsink | ??? | |
Xeon Phi 7110X [70] | SC7110X | 61 (244) | 1250 | ??? | 30.5 MB | 16 GB | 16 | 352 | 1220 | 300 | Bare board | ??? | |
Xeon Phi 7120A [71] | SC7120A | 61 (244) | 1238 | 1333 | 30.5 MB | 16 GB | 16 | 352 | 1208 | 300 | Fan/heatsink | 6 April 2014 | |
Xeon Phi 7120D [72] | SC7120D | 61 (244) | 1238 | 1333 | 30.5 MB | 16 GB | 16 | 352 | 1208 | 270 | Bare board | SFF 230-pin card | March ??, 2014 |
Xeon Phi 7120P [73] | SC7120P | 61 (244) | 1238 | 1333 | 30.5 MB | 16 GB | 16 | 352 | 1208 | 300 | Passive heatsink | PCIe 2.0 x16 card | 17 June 2013 |
Xeon Phi 7120X [74] | SC7120X | 61 (244) | 1238 | 1333 | 30.5 MB | 16 GB | 16 | 352 | 1208 | 300 | Bare board | 17 June 2013 |
Code name for the second-generation MIC architecture product from Intel. [33] Intel officially first revealed details of its second-generation Intel Xeon Phi products on 17 June 2013. [11] Intel said that the next generation of Intel MIC Architecture-based products will be available in two forms, as a coprocessor or a host processor (CPU), and be manufactured using Intel's 14 nm process technology. Knights Landing products will include integrated on-package memory for significantly higher memory bandwidth.
Knights Landing contains up to 72 Airmont (Atom) cores with four threads per core, [75] [76] using LGA 3647 socket [77] supporting up to 384 GB of "far" DDR4 2133 RAM and 8–16 GB of stacked "near" 3D MCDRAM, a version of the Hybrid Memory Cube. Each core has two 512-bit vector units and supports AVX-512 SIMD instructions, specifically the Intel AVX-512 Foundational Instructions (AVX-512F) with Intel AVX-512 Conflict Detection Instructions (AVX-512CD), Intel AVX-512 Exponential and Reciprocal Instructions (AVX-512ER), and Intel AVX-512 Prefetch Instructions (AVX-512PF). Support for IMCI has been removed in favor of AVX-512. [78]
The National Energy Research Scientific Computing Center announced that Phase 2 of its newest supercomputing system "Cori" would use Knights Landing Xeon Phi coprocessors. [79]
On 20 June 2016, Intel launched the Intel Xeon Phi product family x200 based on the Knights Landing architecture, stressing its applicability to not just traditional simulation workloads, but also to machine learning. [80] [81] The model lineup announced at launch included only Xeon Phi of bootable form-factor, but two versions of it: standard processors and processors with integrated Intel Omni-Path architecture fabric. [82] The latter is denoted by the suffix F in the model number. Integrated fabric is expected to provide better latency at a lower cost than discrete high-performance network cards. [80]
On 14 November 2016, the 48th list of TOP500 contained two systems using Knights Landing in the Top 10. [83]
The PCIe based co-processor variant of Knight's Landing was never offered to the general market and was discontinued by August 2017. [84] This included the 7220A, 7240P and 7220P coprocessor cards.
Intel announced they were discontinuing Knights Landing in summer 2018. [85]
All models can boost to their peak speeds, adding 200 MHz to their base frequency when running just one or two cores. When running from three to the maximum number of cores, the chips can only boost 100 MHz above the base frequency. All chips run high-AVX code at a frequency reduced by 200 MHz. [86]
Name | Serial Code | Cores (Threads @ 4× core) | Clock (MHz) | L2 cache | MCDRAM memory | DDR4 memory | TDP (W) | Cooling system | Form factor | Released | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Base | Turbo | Quantity | BW | Capacity | BW | ||||||||
Xeon Phi 7220A [87] | SC7220A | 68 (272) | 1200 | 1400 | 34 MB | 16 GB | 400+ GB/s | 384 GB | 102.4 GB/s | 275 | Active heatsink | PCIe 3.0 x16 card | ??? |
Xeon Phi 7220P [88] | SC7220P | Passive heatsink | |||||||||||
Xeon Phi 7240P [89] | SC7240P | 1300 | 1500 |
Xeon Phi 7200 Series | sSpec number | Cores (Threads) | Clock (MHz) | L2 cache | MCDRAM memory | DDR4 memory | Peak DP compute | TDP (W) | Socket | Release date | Part number | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Base | Turbo | Quantity | BW | Capacity | BW | |||||||||
Xeon Phi 7210 [90] | SR2ME (B0) | 64 (256) | 1300 | 1500 | 32 MB | 16 GB | 400+ GB/s | 384 GB | 102.4 GB/s | 2662 GFLOPS | 215 | SVLCLGA3647 | 20 June 2016 | HJ8066702859300 |
SR2X4 (B0) | ||||||||||||||
Xeon Phi 7210F [91] | SR2X5 (B0) | 230 | HJ8066702975000 | |||||||||||
Xeon Phi 7230 [92] | SR2MF (B0) | 215 | HJ8066702859400 | |||||||||||
SR2X3 (B0) | ||||||||||||||
Xeon Phi 7230F [93] | SR2X2 (B0) | 230 | HJ8066702269002 | |||||||||||
Xeon Phi 7250 [94] | SR2MD (B0) | 68 (272) | 1400 | 1600 | 34 MB | 3046 GFLOPS [95] | 215 | HJ8066702859200 | ||||||
SR2X1 (B0) | ||||||||||||||
Xeon Phi 7250F [96] | SR2X0 (B0) | 230 | HJ8066702268900 | |||||||||||
Xeon Phi 7290 [97] | SR2WY (B0) | 72 (288) | 1500 | 1700 | 36 MB | 3456 GFLOPS | 245 | HJ8066702974700 | ||||||
Xeon Phi 7290F [98] | SR2WZ (B0) | 260 | HJ8066702975200 |
Knights Mill is Intel's codename for a Xeon Phi product specialized in deep learning, [99] initially released in December 2017. [100] Nearly identical in specifications to Knights Landing, Knights Mill includes optimizations for better utilization of AVX-512 instructions. Single-precision and variable-precision floating-point performance increased, at the expense of double-precision floating-point performance.
Xeon Phi 72x5 Series | sSpec number | Cores (Threads) | Clock (MHz) | L2 cache | MCDRAM memory | DDR4 memory | Peak DP compute | TDP (W) | Socket | Release date | Part number | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Base | Turbo | Quantity | BW | Capacity | BW | |||||||||
Xeon Phi 7235 | SR3VF (A0) | 64 (256) | 1300 | 1400 | 32 MB | 16 GB | 400+ GB/s | 384 GB | 102.4 GB/s | TBA | 250 | SVLCLGA3647 | Q4 2017 | HJ8068303823900 |
Xeon Phi 7255 | SR3VG (A0) | 68 (272) | 1100 | 1200 | 34 MB | 115.2 GB/s | TBA | 215 | HJ8068303826300 | |||||
Xeon Phi 7285 | SR3VE (A0) | 68 (272) | 1300 | 1400 | 34 MB | 115.2 GB/s | TBA | 250 | HJ8068303823800 | |||||
Xeon Phi 7295 | SR3VD (A0) | 72 (288) | 1500 | 1600 | 36 MB | 115.2 GB/s | TBA | 320 | HJ8068303823700 |
Knights Hill was the codename for the third-generation MIC architecture, for which Intel announced the first details at SC14. [101] It was to be manufactured in a 10 nm process. [102]
Knights Hill was expected to be used in the United States Department of Energy Aurora supercomputer, to be deployed at Argonne National Laboratory. [103] [104] However, Aurora was delayed in favor of using an "advanced architecture" with a focus on machine learning. [105] [106]
In 2017, Intel announced that Knights Hill had been canceled in favor of another architecture built from the ground up to enable Exascale computing in the future. This new architecture is now expected for 2020–2021[ needs update ]. [107] [108]
One performance and programmability study reported that achieving high performance with Xeon Phi still needs help from programmers and that merely relying on compilers with traditional programming models is insufficient. [109] Other studies in various domains, such as life sciences [110] and deep learning, [111] have shown that exploiting the thread- and SIMD-parallelism of Xeon Phi achieves significant speed-ups.
x86 is a family of complex instruction set computer (CISC) instruction set architectures initially developed by Intel based on the 8086 microprocessor and its variant, the 8088. The 8086 was introduced in 1978 as a fully 16-bit extension of 8-bit Intel's 8080 microprocessor, with memory segmentation as a solution for addressing more memory than can be covered by a plain 16-bit address. The term "x86" came into being because the names of several successors to Intel's 8086 processor end in "86", including the 80186, 80286, 80386 and 80486. Colloquially, their names were "186", "286", "386" and "486".
Tejas was a code name for Intel's microprocessor, which was to be a successor to the latest Pentium 4 with the Prescott core and was sometimes referred to as Pentium V. Jayhawk was a code name for its Xeon counterpart. The cancellation of the processors in May 2004 underscored Intel's historical transition of its focus on single-core processors to multi-core processors.
x86-64 is a 64-bit version of the x86 instruction set, first announced in 1999. It introduced two new modes of operation, 64-bit mode and compatibility mode, along with a new 4-level paging mode.
Xeon is a brand of x86 microprocessors designed, manufactured, and marketed by Intel, targeted at the non-consumer workstation, server, and embedded markets. It was introduced in June 1998. Xeon processors are based on the same architecture as regular desktop-grade CPUs, but have advanced features such as support for error correction code (ECC) memory, higher core counts, more PCI Express lanes, support for larger amounts of RAM, larger cache memory and extra provision for enterprise-grade reliability, availability and serviceability (RAS) features responsible for handling hardware exceptions through the Machine Check Architecture (MCA). They are often capable of safely continuing execution where a normal processor cannot due to these extra RAS features, depending on the type and severity of the machine-check exception (MCE). Some also support multi-socket systems with two, four, or eight sockets through use of the Ultra Path Interconnect (UPI) bus, which replaced the older QuickPath Interconnect (QPI) bus.
A multi-core processor is a microprocessor on a single integrated circuit with two or more separate processing units, called cores, each of which reads and executes program instructions. The instructions are ordinary CPU instructions but the single processor can run instructions on separate cores at the same time, increasing overall speed for programs that support multithreading or other parallel computing techniques. Manufacturers typically integrate the cores onto a single integrated circuit die or onto multiple dies in a single chip package. The microprocessors currently used in almost all personal computers are multi-core.
Pentium is a discontinued series of x86 architecture-compatible microprocessors produced by Intel. The original Pentium was first released on March 22, 1993. The name "Pentium" is originally derived from the Greek word pente (πεντε), meaning "five", a reference to the prior numeric naming convention of Intel's 80x86 processors (8086–80486), with the Latin ending -ium since the processor would otherwise have been named 80586 using that convention.
Larrabee is the codename for a cancelled GPGPU chip that Intel was developing separately from its current line of integrated graphics accelerators. It is named after either Mount Larrabee or Larrabee State Park in Whatcom County, Washington, near the town of Bellingham. The chip was to be released in 2010 as the core of a consumer 3D graphics card, but these plans were cancelled due to delays and disappointing early performance figures. The project to produce a GPU retail product directly from the Larrabee research project was terminated in May 2010 and its technology was passed on to the Xeon Phi. The Intel MIC multiprocessor architecture announced in 2010 inherited many design elements from the Larrabee project, but does not function as a graphics processing unit; the product is intended as a co-processor for high performance computing.
Dell Precision is a series of computer workstations for computer-aided design/architecture/computer graphics professionals, or as small-scale business servers. They are available in both desktop (tower) and mobile (laptop) form. Dell touts their Precision Mobile Workstations are "optimized for performance, reliability and user experience."
Tick–tock was a production model adopted in 2007 by chip manufacturer Intel. Under this model, every microarchitecture change (tock) was followed by a die shrink of the process technology (tick). It was replaced by the process–architecture–optimization model, which was announced in 2016 and is like a tick–tock cycle followed by an optimization phase. As a general engineering model, tick–tock is a model that refreshes one side of a binary system each release cycle.
Advanced Vector Extensions are SIMD extensions to the x86 instruction set architecture for microprocessors from Intel and Advanced Micro Devices (AMD). They were proposed by Intel in March 2008 and first supported by Intel with the Sandy Bridge microarchitecture shipping in Q1 2011 and later by AMD with the Bulldozer microarchitecture shipping in Q4 2011. AVX provides new features, new instructions, and a new coding scheme.
The Irish Centre for High-End Computing (ICHEC) is the national high-performance computing centre in Ireland. It was established in 2005 and provides supercomputing resources, support, training and related services. ICHEC is involved in education and training, including providing courses for researchers.
An AES instruction set is a set of instructions that are specifically designed to perform AES encryption and decryption operations efficiently. These instructions are typically found in modern processors and can greatly accelerate AES operations compared to software implementations. An AES instruction set includes instructions for key expansion, encryption, and decryption using various key sizes.
LGA 2011, also called Socket R, is a CPU socket by Intel released on November 14, 2011. It launched along with LGA 1356 to replace its predecessor, LGA 1366 and LGA 1567. While LGA 1356 was designed for dual-processor or low-end servers, LGA 2011 was designed for high-end desktops and high-performance servers. The socket has 2011 protruding pins that touch contact points on the underside of the processor.
Skylake is Intel's codename for its sixth generation Core microprocessor family that was launched on August 5, 2015, succeeding the Broadwell microarchitecture. Skylake is a microarchitecture redesign using the same 14 nm manufacturing process technology as its predecessor, serving as a tock in Intel's tick–tock manufacturing and design model. According to Intel, the redesign brings greater CPU and GPU performance and reduced power consumption. Skylake CPUs share their microarchitecture with Kaby Lake, Coffee Lake, Whiskey Lake, and Comet Lake CPUs.
In computer architecture, 512-bit integers, memory addresses, or other data units are those that are 512 bits wide. Also, 512-bit central processing unit (CPU) and arithmetic logic unit (ALU) architectures are those that are based on registers, address buses, or data buses of that size. There are currently no mainstream general-purpose processors built to operate on 512-bit integers or addresses, though a number of processors do operate on 512-bit data.
Silvermont is a microarchitecture for low-power Atom, Celeron and Pentium branded processors used in systems on a chip (SoCs) made by Intel. Silvermont forms the basis for a total of four SoC families:
AVX-512 are 512-bit extensions to the 256-bit Advanced Vector Extensions SIMD instructions for x86 instruction set architecture (ISA) proposed by Intel in July 2013, and first implemented in the 2016 Intel Xeon Phi x200, and then later in a number of AMD and other Intel CPUs. AVX-512 consists of multiple extensions that may be implemented independently. This policy is a departure from the historical requirement of implementing the entire instruction block. Only the core extension AVX-512F is required by all AVX-512 implementations.
{{cite web}}
: CS1 maint: numeric names: authors list (link){{citation}}
: CS1 maint: unfit URL (link)Intel Xeon Phi is the new brand name for all future Intel Many Integrated Core Architecture based products targeted at HPC, enterprise, datacenters and workstations. The first Intel Xeon Phi product family member is scheduled for volume production by the end of 2012
{{citation}}
: CS1 maint: unfit URL (link)