至強融核

維基百科,自由的百科全書
集成眾核架構 (MIC)
設計公司Intel
指令集架構設計策略擴展了x86/x64的眾核設計
通用暫存器x86-64寄存器
浮點寄存器512位SIMD向量寄存器

至強融核(Xeon Phi)協處理器,是首款英特爾集成眾核(Many Integrated Core,MIC)架構產品。[1]用作高性能計算(HPC)的超級計算機服務器的加速卡。最多72個處理器核心,每個核心擁有4個超線程,最多288個線程,超線程無法關閉。與之競爭的是GPGPU(通用圖形處理器)在HPC領域應用的普及。英特爾至強融核協處理器提供了類似於英特爾至強處理器編程環境的通用編程環境。多個英特爾至強融核協處理器可安裝在單個主機系統中,這些協處理器可通過 PCIe 對等互連相互通信,不受主機的任何干擾。

歷史[編輯]

前身[編輯]

前身為2006年[2]英特爾宣布的研發產品Larrabee的眾核架構(many core architecture),這是基於P5微架構內核,每核4路超線程,512位SIMD,內部環形數據總線,擴展的高速緩存一致性的眾核系統。Larrabee用於GPU產品的開發於2010年5月終止。[3]

2009年開始的英特爾的Single-chip Cloud Computer英語Single-chip Cloud Computer多核微處理器原型,[4]這是用於雲計算數據中心在單芯片上部署多核(原型為48核),硬件支持對每核的頻率與電壓控制以最大化能耗效用,還有mesh網絡用於片間通信。該設計缺乏高速緩存一致性內核,主要用於使設計適用於很多核的情形。[5]

2007年披露的Teraflops Research Chip英語Teraflops Research Chip研究項目[6]是片上80核,每核2套浮點單元,非x86實現而是96位超長指令字架構。[7]該項目研究了核間通信方法、片上能耗管理,獲得了1.01 TFLOPS在3.16 GHz功率62 W。[8][9]

至強融核的原型Knights Ferry[編輯]

英特爾 集成眾核(Many Integrated Core,MIC)原型板,命名為Knights Ferry於2010年5月31日發布。該產品源於Larrabee項目與英特爾其他研究包括 Single-chip Cloud Computer[10][11]

該產品在一塊PCIe板上布設了有序的32顆1.2 GHz處理器核心,每核4線程,2 GB GDDR5板上內存,[12],8 MB coherent L2高速緩存(每核256 KB以及32 KB L1代碼高速緩存,32 KB L1數據高速緩存),功耗~300 W,[12],使用45 nm製程。[13]板上的Aubrey Isle內核控制 1,024位寬的環形總線(雙向512位)連接各核與主內存。[14]單板性能超過750 GFLOPS。[13]原型板僅支持單精度浮點數指令。[15]

最初用戶包括歐洲核子研究組織韓國科學技術情報研究院英語Korea Institute of Science and Technology Information萊布尼茲超級計算中心英語Leibniz Supercomputing Centre。硬件廠商包括IBM, SGI, HP, Dell等。[16]

第一代產品[編輯]

第一批至強融核的研發代號為Knights Corner,2011年公布,使用22納米製程3維三柵極結構晶體管[10][13]繼承了Larrabee的每核4路SMT線程,512位SIMD單元,32KB L1 指令cache,32KB L1數據cache,一致的L2cache(每核512 KB),每個核心專用的二級高速緩存由全局分布的 (global-distributed) 標籤目錄(TD)保持完全一致;16套內存控制器均勻分布在環上,連接片上的GDDR5內存;PCIe客戶端邏輯通過PCIe IO部件連接主機內存;所有這些組件都由帶寬極高的雙向環形總線互連在一起,其中數據環是單向512位帶寬,還有雙向的地址環(發送讀/寫命令和內存地址)與確認環(發送流控制和一致性消息),由於模擬實驗證實地址環與確認環會在32個核心並行時飽和,最終設計是在每個方向使用2個地址環和2個確認環。英特爾眾核架構的計算核心是基於修改版的P54C設計,最初用於Pentium(即80586),指令流水順序執行,提供4路超線程,該x86架構的電路實現只占內核面積的2%。[17]這利用了x86的技術創造了x86兼容的多核架構可利用已有的並行軟件工具。[13]至強融核協處理器核心的一個重要組件是矢量處理單元 (VPU),包括一種新型的512位SIMD指令集,其正式名稱為英特爾® 初始眾核指令集(英特爾® IMCI)。VPU每周期可執行16路單精度或8路雙精度浮點運算。VPU還支持融合乘-加 (FMA) 指令,還可提供整數支持。VPU 還包括擴展數學單元 (EMU),它可執行超越運算,如倒數、平方根和對數,從而支持高帶寬矢量式執行這些運算。EMU 通過計算這些函數的多項式近似值進行運算。

L2高速緩存的一致性問題:當某個核心訪問它的L2高速緩存發現缺失時,地址請求會通過地址環形總線發送至各核心的標籤目錄(distributed Tag Directory)。每個核心及標籤目錄通過一個總線控制器(ring stop)與環形總線項連。如果請求的數據塊位於另一個核心的L2高速緩存中,那麼轉發請求會通過地址環形總線發送至該核心的L2高速緩存,隨後在數據環形總線上傳輸該數據塊給發出請求的核心的L2高速緩存。如果請求的數據並未存在於任何核心的L2高速緩存中,那麼最初的核心將請求的內存地址發送給協處理器的各個內存控制器。

電源管理:一個核心的4條超線程全部停止,該核心立即進入C1節電狀態;在任何時間,都可關閉或開啟任意數量核心的電源。當所有核心未檢測到活動,標籤目錄、互連、二級高速緩存和內存控制器都轉入節電狀態C6。主機驅動程序可讓該協處理器處於更深度的睡眠狀態或空閒狀態,其中所有非核心的電源開啟,GDDR 處於自我刷新模式,PCIe 邏輯處於喚醒的等待狀態,GDDR-IO部件的功耗極低。

程序設計工具包括OpenMPOpenCL[18]Cilk/Cilk Plus與英特爾的專門版的Fortran, C++編譯器[19]與數學庫。[20]Knights Corner指令集的文檔可從英特爾網站獲得。[21][22][23]

不計客戶定製化產品,至強融核第一代共有3100/5100/7100等型號,分別有57/60/61個核心及6GB/8GB/16GB的片上GDDR5記億體,1 TFlops/1.01 TFlops/1.2TFlops雙精度浮點計算,240/320/352 GB/sec的內存帶寬,300W/225W/300W的TDP功耗。[24][25][26]每款型號按散熱器的不同,包括主動式、被動式和沒有散熱器,主動式(A)指有風扇,被動式(P)則只有一塊很大的散熱片,沒有散熱器(X)需要配合水冷使用。

研究者的評測表明,至強融核發揮其計算效力需要簡單的數據結構與高度並行;如果編譯器驅動的並行或向量化失敗,則難以在至強融核上編程。[27]

2011年6月,SGI宣布利用英特爾的眾核架構開發高性能計算產品。[28]

2011年9月,得克薩斯先進計算中心 (TACC)英語Texas Advanced Computing Center宣布用Knights Corner加速卡建成了10 petaFLOPS "Stampede"超級計算機,提供8 petaFLOPS計算能力。[29]該超級計算機還將使用下一代的Knights Landing眾核加速卡把峰值計算速度提升為至少15 PetaFLOPS"。[30][31]

2012年6月18日在漢堡召開的國際超級計算大會英語International Supercomputing Conference上,英特爾宣布把眾核架構的系列處理器家族的商品名為英特爾志強融核[32][32][33][34][35][36][37][38]

The Xeon Phi uses the 22 nm process size.[24][25][26]The Xeon Phi 3100 will be priced at under US$2,000 while the Xeon Phi 5110P will have a price of US$2,649 and Xeon Phi 7120 at US$4129.[24][25][26] On June 17, 2013, the Tianhe-2 supercomputer was announced[39]by TOP500 as the world's fastest. It uses Intel Ivy Bridge Xeon and Xeon Phi processors to achieve 33.86 petaFLOPS.

2012年11月12日,英特爾正式宣布至強融核產品在2013年上半年開始上市銷售,5100P售價2149$,3100售價2000$。具有類似CPU的編程能力,可使用與其他英特爾至強E5處理器的編程語言、開發工具、技術與並行模型。[24][25][26][40]在綠色500強列表中使用該產品的一個系統成為最有功率效能的計算機。[41][42][43]

2012年6月5日,英特爾發布了關於Knights Corner的開源軟件與文檔。[44]

2012年6月,Cray公司宣布在Cascade系統上使用22 nm製程的Knight's Corner加速卡。[45][46]

2012年6月,ScaleMP英語ScaleMP發布了使用Knight's Corner的虛擬化軟件,允許Knight's Corner執行老的MMX/SSE指令並訪問無線的主機內存。[47]

2013年6月,國家超級計算廣州中心發布天河二號成為世界最快的超級計算機。[39]使用了英特爾的Ivy Bridge 微架構的至強E5 2692v2型號的12核處理器與至強融核31S1P的57核協處理器,獲得了33.86 petaFLOPS。[48]

產品列表[編輯]

Xeon Phi
X100 系列
訂購代碼 核心數
(執行緒)
時脈 (MHz) L2
快取
記憶體 雙精度浮點運算效能峰值(GFLOPS) TDP
(W)
散熱方式 封裝方式 發表時間 發售價格(美金)
基礎時脈 Turbo時脈 系統 通道數 頻寬(GB/s)
Xeon Phi 3110X[49] SE3110X 061 (244) 1053 - 30.5 MB 06 GB
GDDR5 ECC
6x
Dual Channel
240 1028 300 Bare Board PCIe 2.0 x16 Card ??? ???
08 GB 8x 320
Xeon Phi 3120A頁面存檔備份,存於網際網路檔案館[50] SC3120A 057 (228) 1100 - 28.5 MB 06 GB 6x 240 1003 300 Fan/Heatsink June 17, 2013 $1695
Xeon Phi 3120P頁面存檔備份,存於網際網路檔案館[51] SC3120P 057 (228) 1100 - 28.5 MB 06 GB 6x 240 1003 300 Passive Heatsink June 17, 2013 $1695
Xeon Phi 31S1P[52] BC31S1P 057 (228) 1100 - 28.5 MB 08 GB 8x 320 1003 270 Passive Heatsink June 17, 2013 $1695
Xeon Phi 5110P頁面存檔備份,存於網際網路檔案館[53] SC5110P 060 (240) 1053 - 30,0 MB 08 GB 8x 320 1011 225 Passive Heatsink Nov 12, 2012 $2649
Xeon Phi 5120D頁面存檔備份,存於網際網路檔案館[54] SC5120D 060 (240) 1053 - 30,0 MB 08 GB 8x 352 1011 245 Bare Board SFF 230-Pin Card June 17, 2013 $2759
BC5120D
Xeon Phi SE10P[55] SE10P 061 (244) 1100 - 30.5 MB 08 GB 8x 352 1074 300 Passive Heatsink PCIe 2.0 x16 Card Nov. 12, 2012 ???
Xeon Phi SE10X[56] SE10X 061 (244) 1100 - 30.5 MB 08 GB 8x 352 1074 300 Bare Board Nov. 12, 2012 ???
Xeon Phi 7110P[57] SC7110P 061 (244) 1250 ??? 30.5 MB 16 GB 8x 352 1220 300 Passive Heatsink ??? $5399 ?
Xeon Phi 7110X[58] SC7110X 061 (244) 1250 ??? 30.5 MB 16 GB 8x 352 1220 300 Bare Board ??? $5399 ?
Xeon Phi 7120A頁面存檔備份,存於網際網路檔案館[59] SC7120A 061 (244) 1238 1333 30.5 MB 16 GB 8x 352 1208 300 Fan/Heatsink April 6, 2014 $4235
Xeon Phi 7120D頁面存檔備份,存於網際網路檔案館[60] SC7120D 061 (244) 1238 1333 30.5 MB 16 GB 8x 352 1208 270 Bare Board SFF 230-Pin Card March ??, 2014 $4235
Xeon Phi 7120P頁面存檔備份,存於網際網路檔案館[61] SC7120P 061 (244) 1238 1333 30.5 MB 16 GB 8x 352 1208 300 Passive Heatsink PCIe 2.0 x16 Card June 17, 2013 $4129
Xeon Phi 7120X頁面存檔備份,存於網際網路檔案館[62] SC7120X 061 (244) 1238 1333 30.5 MB 16 GB 8x 352 1208 300 Bare Board June 17, 2013 $4129

第二代產品[編輯]

第二代至強融核的研發代號Knights Landing,[30]使用14 nm製程英語14 nanometer,2013年6月17日公布。[48]有兩種形式:協處理器與主處理器。Knights Landing最多有72顆Airmont英語Airmont (microarchitecture)(Atom)內核,每核4線程,[63][64]最大支持384 GB of DDR4 RAM與8–16 GB of stacked 3D MCDRAM。每核有2個512位向量單元,支持AVX-512F (AVX3.1) SIMD指令與英特爾AVX-512 Conflict Detection Instructions (CDI), Intel AVX-512 Exponential and Reciprocal Instructions (ERI), Intel AVX-512 Prefetch Instructions (PFI), 以及全套的x86指令集除了Transactional Synchronization Extensions英語Transactional Synchronization Extensions指令。[65]Knights Landing的TDP為160至215 W。

產品列表[編輯]

Xeon Phi
7200 系列
訂購編號 核心數
(執行緒)
時脈 (MHz) L2
快取
記憶體 雙精度浮點運算效能峰值 TDP
(W)
腳位 發表時間 產品編號 發售價格(美金)
基礎時脈 Turbo時脈 類型 頻寬(GB/s)
Xeon Phi 7210頁面存檔備份,存於網際網路檔案館[66] SR2ME (B0) 64 (256) 1300 1500 32 MB
16 GB 8-Channel 3D MCDRAM;
384 GB 6-channel DDR4-2133
400+ GB/s MCDRAM; 102,4 GB/s DDR4
2662
GFLOPS
215
SVLCLGA3647
June 20,
2016
HJ8066702859300 $2438
SR2X4 (B0)
Xeon Phi 7210F頁面存檔備份,存於網際網路檔案館[67] SR2X5 (B0) 230 HJ8066702975000 $2707
Xeon Phi 7230頁面存檔備份,存於網際網路檔案館[68] SR2MF (B0) 215 HJ8066702859400 $3710
SR2X3 (B0)
Xeon Phi 7230F頁面存檔備份,存於網際網路檔案館[69] SR2X2 (B0) 230 HJ8066702269002 $4039
Xeon Phi 7250頁面存檔備份,存於網際網路檔案館[70] SR2MD (B0) 68 (272) 1400 1600 34 MB 3046
GFLOPS[71]
215 HJ8066702859200 $4876
SR2X1 (B0)
Xeon Phi 7250F頁面存檔備份,存於網際網路檔案館[72] SR2X0 (B0) 230 HJ8066702268900 $5260
Xeon Phi 7290頁面存檔備份,存於網際網路檔案館[73] SR2WY (B0) 72 (288) 1500 1700 36 MB 3456
GFLOPS
245 HJ8066702974700 $6254
Xeon Phi 7290F頁面存檔備份,存於網際網路檔案館[74] SR2WZ (B0) 260 HJ8066702975200 $6703

第三代產品[編輯]

第三代眾核產品的代號為Knights Hill,英特爾在超級計算14(SC14)上首次發布細節。採取14 nm製程,包含60至72顆基於Silvermont Atom改進版的核心,每核4路超線程。 intel Phi 已停產。[75]2017年上市銷售。(沒上市)(2019/1/10)

競爭產品[編輯]

參見[編輯]

參考文獻[編輯]

  1. ^ Timothy Prickett Morgan. Intel slaps Xeon Phi brand on MIC coprocessors. theregister.co.uk. June 18, 2012 [July 6, 2014]. (原始內容存檔於2015-02-05). 
  2. ^ Charlie Demerjian, New from Intel: It's Mini-Cores!, www.theinquirer.net (The Inquirer), July 3, 2006 [2015-02-05], (原始內容存檔於2012-04-27) 
  3. ^ Ryan Smith, Intel Kills Larrabee GPU, Will Not Bring a Discrete Graphics Product to Market\, www.anandtech.com (AnandTech), May 25, 2010 [2015-02-05], (原始內容存檔於2012-06-20) 
  4. ^ Tony Bradley, Intel 48-Core "Single-Chip Cloud Computer" Improves Power Efficiency, www.pcworld.com (PCWorld), December 3, 2009 [2015-02-05], (原始內容存檔於2012-04-27) 
  5. ^ Intel Research : Single-Chip Cloud Computer, techresearch.intel.com (Intel), [2015-02-05], (原始內容存檔於2012-04-20) 
  6. ^ Ben Ames, Intel Tests Chip Design With 80-Core Processor, www.pcworld.com (IDG News), February 11, 2007 [2015-02-05], (原始內容存檔於2012-01-17) 
  7. ^ 存档副本. [2015-08-27]. (原始內容存檔於2015-02-05). 
  8. ^ Intel’s Teraflops Research Chip (PDF), download.intel.com (Intel), [2015-02-05], (原始內容存檔 (PDF)於2012-10-09) 
  9. ^ Anton Shilov, Intel Details 80-Core Teraflops Research Chip, www.xbitlabs.com (Xbit laboratories), February 12, 2007, (原始內容存檔於2015年2月5日) 
  10. ^ 10.0 10.1 Rupert Goodwins, Intel unveils many-core Knights platform for HPC, www.zdnet.co.uk (ZDNet), June 1, 2010 [2015-02-05], (原始內容存檔於2011-11-28) 
  11. ^ Intel News Release : Intel Unveils New Product Plans dor High-Performance Computing, www.intel.com (Intel), May 31, 2010 [2015-02-05], (原始內容存檔於2012-08-28) 
  12. ^ 12.0 12.1 Mike Giles, Runners and riders in GPU steeplechase (PDF), people.maths.ox.ac.uk, June 24, 2010: 8–10 [2015-02-05], (原始內容存檔 (PDF)於2012-03-29) 
  13. ^ 13.0 13.1 13.2 13.3 Gareth Halfacree, Intel pushes for HPC space with Knights Corner, www.thinq.co.uk (Net Communities Limited, UK), June 20, 2011 [2015-02-05], (原始內容存檔於2011-10-05) 
  14. ^ Intel Many Integrated Core Architecture (PDF), www.many-core.group.cam.ac.uk (Intel), December 2010, (原始內容 (PDF)存檔於2012-04-02) 
  15. ^ Rick Merritt, OEMs show systems with Intel MIC chips, www.eetimes.com (EE Times), June 20, 2011 [2015-02-05], (原始內容存檔於2012-10-05) 
  16. ^ Tom R. Halfhill, Intel Shows MIC Progress, www.linleygroup.com (The Linley Group), July 18, 2011 [2015-02-05], (原始內容存檔於2012-04-02) 
  17. ^ Hruska, Joel. Intel’s 50-core champion: In-depth on Xeon Phi. ExtremeTech. Ziff Davis, Inc. July 30, 2012 [December 2, 2012]. (原始內容存檔於2015-02-05). 
  18. ^ Rick Merritt, OEMs show systems with Intel MIC chips, www.eetimes.com (EE Times), June 20, 2011 [2015-02-05], (原始內容存檔於2012-10-05) 
  19. ^ Efficient Hybrid Execution of C++ Applications using Intel(R) Xeon Phi(TM) Coprocessor, arXiv:1211.5530 [cs.DC], November 23, 2012 [2015-02-05], (原始內容存檔於2017-01-27) 
  20. ^ News Fact Sheet: Intel Many Integrated Core (Intel MIC) Architecture ISC'11 Demos and Performance Description (PDF), newsroom.intel.com (Intel), June 20, 2011, (原始內容 (PDF)存檔於2012年3月24日) 
  21. ^ Intel® Many Integrated Core Architecture (Intel MIC Architecture) - RESOURCES (including downloads). Intel. [January 6, 2014]. (原始內容存檔於2012-06-20). 
  22. ^ Intel Xeon Phi Coprocessor Instruction Set Architecture Reference Manual (PDF). Intel. September 7, 2012 [January 6, 2014]. (原始內容存檔 (PDF)於2013-05-11). 
  23. ^ Intel® Developer Zone: Intel Xeon Phi Coprocessor. Intel. [January 6, 2014]. (原始內容存檔於2015-02-04). 
  24. ^ 24.0 24.1 24.2 24.3 IntelPR. Intel Delivers New Architecture for Discovery with Intel® Xeon Phi™ Coprocessors. Intel. November 12, 2012 [December 12, 2012]. (原始內容存檔於2012-11-30). 
  25. ^ 25.0 25.1 25.2 25.3 Agam Shah. Intel ships 60-core Xeon Phi processor. Computerworld. November 12, 2012 [December 12, 2012]. (原始內容存檔於2013-03-12). 
  26. ^ 26.0 26.1 26.2 26.3 Johan De Gelas. The Xeon Phi at work at TACC. AnandTech. November 14, 2012 [December 12, 2012]. (原始內容存檔於2012-12-12). 
  27. ^ Fang, Jianbin; Sips, Henk; Zhang, Lilun; Xu, Chuanfu; Yonggang, Che; Varbanescu, Ana Lucia. 2014 ACM/SPEC International Conference on Performance Engineering (PDF). 2014 [December 30, 2013]. (原始內容 (PDF)存檔於2015-02-05).  |chapter=被忽略 (幫助)
  28. ^ Andrea Petrou, SGI wants Intel for super supercomputer, news.techeye.net, June 20, 2011, (原始內容存檔於2011年9月16日) 
  29. ^ "Stampede's" Comprehensive Capabilities to Bolster U.S. Open Science Computational Resources, www.tacc.utexas.edu (Texas Advanced Computing Center), September 22, 2011 [2015-02-05], (原始內容存檔於2012-08-05) 
  30. ^ 30.0 30.1 Stampede: A Comprehensive Petascale Computing Environment (PDF). IEEE Cluster 2011 Special Topic. [November 16, 2011]. (原始內容 (PDF)存檔於2012年9月26日). 
  31. ^ Johan De Gelas. Intel's Xeon Phi in 10 Petaflops supercomputer. AnandTech. September 11, 2012 [December 12, 2012]. (原始內容存檔於2012-11-25). 
  32. ^ 32.0 32.1 Radek. Chip Shot: Intel Names the Technology to Revolutionize the Future of HPC - Intel® Xeon® Phi™ Product Family. Intel. June 18, 2012 [December 12, 2012]. (原始內容存檔於2012-06-21). 
  33. ^ Prickett Morgan, Timothy, Intel slaps Xeon Phi brand on MIC coprocessors, 222.theregister.co.uk, June 18, 2012 [2015-02-05], (原始內容存檔於2015-02-05) 
  34. ^ Intel Corporation, Latest Intel(R) Xeon(R) Processors E5 Product Family Achieves Fastest Adoption of New Technology on Top500 List, www.marketwatch.com, June 18, 2012 [2015-02-05], (原始內容存檔於2012-06-20), Intel(R) Xeon(R) Phi(TM) is the new brand name for all future Intel(R) Many Integrated Core Architecture based products targeted at HPC, enterprise, datacenters and workstations. The first Intel(R) Xeon(R) Phi(TM) product family member is scheduled for volume production by the end of 2012 
  35. ^ Raj Hazra. Intel® Xeon® Phi™ coprocessors accelerate the pace of discovery and innovation. Intel. June 18, 2012 [December 12, 2012]. (原始內容存檔於2012-10-29). 
  36. ^ Rick Merritt. Cray will use Intel MIC, branded Xeon Phi. EETimes. June 18, 2012 [December 12, 2012]. (原始內容存檔於2012-06-22). 
  37. ^ Terrence O'Brien. Intel christens its 'Many Integrated Core' products Xeon Phi, eyes exascale milestone. Engadget. June 18, 2012 [December 12, 2012]. (原始內容存檔於2015-02-05). 
  38. ^ Jeffrey Burt. Intel Wraps Xeon Phi Branding Around MIC Coprocessors. EWeek. June 18, 2012 [December 12, 2012]. [失效連結]
  39. ^ 39.0 39.1 TOP500 - June 2013. TOP500 - June 2013. TOP500. [June 18, 2013]. (原始內容存檔於2013-06-14). 
  40. ^ Intel Delivers New Architecture for Discovery with Intel® Xeon Phi™ Coprocessors. Intel. [June 21, 2013]. (原始內容存檔於2012-11-30). 
  41. ^ The Green500 List - November 2012. Green500. [June 21, 2013]. (原始內容存檔於2013年5月16日). 
  42. ^ Yam, Marcus, Intel's Knights Corner: 50+ Core 22nm Co-processor, www.tomshardware.com (Tom's Hardware), November 16, 2011 [November 16, 2011] 
  43. ^ Sylvie Barak, Intel unveils 1 TFLOP/s Knights Corner, www.eetimes.com (EE Times), November 16, 2011 [November 16, 2011], (原始內容存檔於2012-10-25) 
  44. ^ James Reinders, Knights Corner: Open source software stack, Intel, June 5, 2012 [2015-02-05], (原始內容存檔於2012-06-10) 
  45. ^ Merritt, Rick, Cray will use Intel MIC, branded Xeon Phi, www.eetimes.com, June 8, 2012 [2015-02-05], (原始內容存檔於2012-06-22) 
  46. ^ Latif, Lawrence, Cray to support Intel's Xeon Phi in Cascade clusters, www.theinquirer.net, June 19, 2012 [2015-02-05], (原始內容存檔於2012-06-22) 
  47. ^ ScaleMP vSMP Foundation to Support Intel Xeon Phi, www.ScaleMP.com (ScaleMP), June 20, 2012 [失效連結]
  48. ^ 48.0 48.1 Intel Powers the World's Fastest Supercomputer, Reveals New and Future High Performance Computing Technologies. [June 21, 2013]. (原始內容存檔於2013-06-22). 
  49. ^ Intel SE3110X Xeon Phi 3110X Knights Corner 6GB Coprocessor-No Cooling -SabrePC.com -SabrePC.com. www.sabrepc.com. [2017-02-22]. (原始內容存檔於2017-02-22) (英語). 
  50. ^ Intel® Xeon Phi™ Coprocessor 3120A (6GB, 1.100 GHz, 57 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-11). 
  51. ^ Intel® Xeon Phi™ Coprocessor 3120P (6GB, 1.100 GHz, 57 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-16). 
  52. ^ Intel Xeon Phi 31S1P - BC31S1P. www.cpu-world.com. [2017-02-22]. (原始內容存檔於2017-02-22). 
  53. ^ Intel® Xeon Phi™ Coprocessor 5110P (8GB, 1.053 GHz, 60 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-10). 
  54. ^ Intel® Xeon Phi™ Coprocessor 5120D (8GB, 1.053 GHz, 60 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-10). 
  55. ^ Intel Xeon Phi SE10P. www.cpu-world.com. [2017-02-22]. (原始內容存檔於2017-02-23). 
  56. ^ Intel Xeon Phi SE10X. www.cpu-world.com. [2017-02-22]. (原始內容存檔於2017-02-22). 
  57. ^ Intel SC7110P Xeon Phi 7110P Knights Corner Coprocessor -SabrePC.com -SabrePC.com. www.sabrepc.com. [2017-02-22]. (原始內容存檔於2017-02-22) (英語). 
  58. ^ Intel SC7110X Xeon Phi 7110X Knights Corner Coprocessor -SabrePC.com -SabrePC.com. www.sabrepc.com. [2017-02-22]. (原始內容存檔於2017-02-22) (英語). 
  59. ^ Intel® Xeon Phi™ Coprocessor 7120A (16GB, 1.238 GHz, 61 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-11). 
  60. ^ Intel® Xeon Phi™ Coprocessor 7120D (16GB, 1.238 GHz, 61 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-11). 
  61. ^ Intel® Xeon Phi™ Coprocessor 7120P (16GB, 1.238 GHz, 61 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-10). 
  62. ^ Intel® Xeon Phi™ Coprocessor 7120X (16GB, 1.238 GHz, 61 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-10). 
  63. ^ 存档副本. [2015-02-05]. (原始內容存檔於2015-04-11). 
  64. ^ Sebastian Anthony, Intel unveils 72-core x86 Knights Landing CPU for exascale supercomputing, ExtremeTech, November 26, 2013 [2015-02-05], (原始內容存檔於2013-11-28) 
  65. ^ James Reinders, AVX-512 Instructions, Intel, July 23, 2013 [2015-02-05], (原始內容存檔於2015-03-31) 
  66. ^ Intel® Xeon Phi™ Processor 7210 (16GB, 1.30 GHz, 64 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-12). 
  67. ^ Intel® Xeon Phi™ Processor 7210F (16GB, 1.30 GHz, 64 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-23). 
  68. ^ Intel® Xeon Phi™ Processor 7230 (16GB, 1.30 GHz, 64 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-10). 
  69. ^ Intel® Xeon Phi™ Processor 7230F (16GB, 1.30 GHz, 64 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-10). 
  70. ^ Intel® Xeon Phi™ Processor 7250 (16GB, 1.40 GHz, 68 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-06). 
  71. ^ Intel® Xeon Phi™ Processors. Intel. [2017-02-25]. (原始內容存檔於2017-02-24). 
  72. ^ Intel® Xeon Phi™ Processor 7250F (16GB, 1.40 GHz, 68 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-21). 
  73. ^ Intel® Xeon Phi™ Processor 7290 (16GB, 1.50 GHz, 72 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-10). 
  74. ^ Intel® Xeon Phi™ Processor 7290F (16GB, 1.50 GHz, 72 core) Product Specifications. Intel® ARK (Product Specs). [2017-02-22]. (原始內容存檔於2017-02-10). 
  75. ^ John O'Donnell, Intel Reveals Details of Next-Gen Xeon Phis, Unveils Fast Fabric, Slashdot Media, November 20, 2014, (原始內容存檔於2015年1月10日) 
  76. ^ Jon Stokes. Intel takes wraps off 50-core supercomputing processor plans. Ars Technica. June 20, 2011 [2015-02-05]. (原始內容存檔於2012-09-26). 

外部連結[編輯]