Debbie Marr Sr. Principal Engineer and Director Intel Labs / Accelerator Architecture Lab. September 2018

Size: px
Start display at page:

Download "Debbie Marr Sr. Principal Engineer and Director Intel Labs / Accelerator Architecture Lab. September 2018"

Transcription

1 Debbie Marr Sr. Principal Engineer and Director Intel Labs / Accelerator Architecture Lab September 2018

2 Talk outline Part 1: The Future of ML (HW) Part 2: Efficient Compute for AI/ML Part 3: FPGAs for ML/AI

3 Customization Standardization ( Makimoto s Wave.. updated to 2018) Standardization Standard Discrete Logic Devices Proliferation of compute Standard ISAs Microprocessors Memories Proliferation of applications Standard IEEE p754 fp (1985), Compliant fp processors Proliferation of reliable FP applications OpenGL (1992), Direct3D (1995) Compliant Graphics Engines Proliferation of GUIs, games, apps? Customization Custom LSIs For TVs, calculators, Specialized algorithms Floating point Co-processors, Specialized FP algorithms Graphics accelerators with custom interfaces & drivers, Specialized graphics algorithms ML/AI accelerators, Specialized, rapidly changing algorithms Makimoto s Wave from Tsugio Makimoto s FPT 2002 talk The Hot Decade of Field Programmable Technologies described FPGAs

4 Forces swinging the Pendulum New Usage Models Software / Algorithm Innovations Compute Supply/Demand Imbalance Differentiation Value Addition Cost Effectiveness Software/Algorithm Stabilization Usage Standardization Operational Efficiency Compute Supply/Demand Balanced Customization Standardization Updated Makimoto s Pendulum from Tsugio Makimoto s FPL 1992 talk The Hot Decade of Field Programmable Technologies

5 Forces swinging the Pendulum New Usage Models Software / Algorithm Innovations Compute Supply/Demand Imbalance Differentiation Value Addition Cost Effectiveness Software/Algorithm Stabilization Usage Standardization Operational Efficiency Compute Supply/Demand Balanced Customization Standardization Updated Makimoto s Pendulum from Tsugio Makimoto s FPL 1992 talk The Hot Decade of Field Programmable Technologies

6 Intel Labs: Accelerator Architecture Lab Team Expertise: Hardware architecture, microarchitecture, compiler Workload Focus: Machine Learning and Deep Learning Goal: Research for x Performance, Efficiency Analyze Algorithms & Workloads Traditional ML SVM, recommendation engines, K-means, KNN, etc. Convolutional Neural Networks (CNN) (Low-precision, alexnet, resnet, inception, IR-v2) Memory / Recursive / Sequence Networks (LSTM, GRU, Neural Turing Machines, Differential Neural Computer) Generator Adversarial Networks (GAN) Reinforcement Learning Transfer Learning One-/Zero-shot Deep Learning Research Programs Intel Collaborative Research Institute Computational Intelligence (ICRI-CI) Hardware Accelerator Research Program for Xeon+FPGA (HARP) Intel Research Strategic Alliances for FPGA HW and SW (ISRA FPGA SW & HW) Custom Accelerators Research (ASIC and FPGA) General-Purpose CPU/GPU Microarchitecture Research

7 AAL Publications Apprentice: Using Knowledge Distillation Techniques to Improve Low-Precision Network Accuracy (ICLR 2018, May 2018) WRPN: Wide Reduced-Precision Networks (ICLR 2018, May 2018) A Customizable Matrix Multiplication Framework for Intel HARPv2 Platform (ISFPGA 2018, February 2018) In-Package Domain-Specific ASICs for Intel Stratix 10 FPGAs: A Case Study of Accelerating Deep Learning Using TensorTile ASIC (ISFPGA 2018, February 2018) Exploration of Low Numeric Precision Deep Learning Inference Using Intel FPGAs (ISFPGA 2018, February 2018) Customizable FPGA OpenCL matrix multiply design template for deep neural networks (FPT 2017, December 2017) High performance binary neural networks on the Xeon+FPGA (FPL 2017, September 2017) Accelerating Deep Convolutional Networks Using Low-Precision and Sparsity (ICASSP 2017, March 2017) Can FPGAs Beat GPUs in Accelerating Next-Generation Deep Neural Networks? (ISFPGA 2017, February 2017) Fine-Grained Accelerators for Sparse Machine Learning Workloads (ASPDA 2017, January 2017) Accelerating Binarized Neural Networks: Comparison of FPGA, CPU, GPU, and ASIC (FPT 2016, December 2016) Accelerating Recurrent Neural Networks in Analytics Servers: Comparison of FPGA, CPU, GPU, and ASIC (FPL 2016, September 2016) Hardware Accelerator for Analytics of Sparse Data (DATE 2016, March 2016) A Sparse Matrix Vector Multiply Accelerator for Support Vector Machine (CASES 2015, October 2015)

8 Customization Standardization ( Makimoto s Wave.. updated to 2018) Standardization Standard Discrete Logic Devices Proliferation of compute Standard ISAs Microprocessors Memories Proliferation of applications Standard IEEE p754 fp (1985), Compliant fp processors Proliferation of reliable FP applications OpenGL (1992), Direct3D (1995) Compliant Graphics Engines Proliferation of GUIs, games, apps? Customization Custom LSIs For TVs, calculators, Specialized algorithms Floating point Co-processors, Specialized FP algorithms Graphics accelerators with custom interfaces & drivers, Specialized graphics algorithms ML/AI accelerators, Specialized, rapidly changing algorithms Makimoto s Wave from Tsugio Makimoto s FPT 2002 talk The Hot Decade of Field Programmable Technologies described FPGAs

9 Talk outline Part 1: The Future of ML (HW) Part 2: Efficient Compute for AI/ML Part 3: FPGAs for ML/AI

10 Hardware Accelerator for Analytics of Sparse Data (DATE 2016) Accelerator for classic machine learning algorithms and real-world sparse datasets (text, ratings)

11 Fine-Grained Accelerators for Sparse Machine Learning (ASPDA 2017, January 2017) Accelerator for CSR (compressed sparse row) classic machine learning algorithms and realworld sparse datasets (text, ratings) A tightly-coupled fine-grained HW accelerator can achieve an order of magnitude perf gain.

12 Ternary Neural Networks AAL has best accuracy! (ICASSP 2017) Larger, deeper networks give better accuracies on Imagenet (image recognition) Ternary network models are 16x smaller for the same configuration Ternary network models can be trained to 80+% sparsity without losing accuracy We have the highest accuracy ternary network! Our paper (Oct 2016) is available at: Network Full-precision 2-bit precision Depth Top-1 [4] Top-5 [4] Top-1 Top-5 Resnet Resnet Resnet Resnet Table1. Accuracy of Resnet network on Imagenet dataset for different depths (first column suffix), regular full-precision, and the extremely low-precision 2-bit version. Fig. 4. Training Resnet-34 with low-precision weights The Fi the 34 tor op gr lay ca er

13 DLAC: Deep Learning Hardware Accelerator (ICASSP 2017)

14 WRPN: Wide Reduced-Precision Networks (ICLR 2018, May 2018) Activation more important than weights in some cases (training, batch inference, HD images, RNNs), but quantization can severely degrade accuracy. Our contribution Simple, hardware-friendly quantization Widening and retraining with Apprentice generates models as accurate as full-precision models, enables low-precision hardware implementations with 2-3x perf & efficiency improvements.

15 Apprentice: Low-Precision Networks (ICLR 2018, May 2018) Joint teacher-student training from scratch gives accuracy - better than SOTA low-precision network A trained teacher distilling knowledge to student reduces time to train by 10-20%. Best accuracy: Full-precision teacher and student networks; knowledge distillation to fine-tune student +WRPN: 10% widening can beat full precision baseline

16 HW/SW Co-optimization for Efficient Compute for AI/ML Key Learnings: 1. Key to improving inference accuracy is finding and exploiting new vectors of regularization/generalization (including sparsity, precision, knowledge distillation) 2. Many promising techniques to reduce compute, memory footprint, data movement for both inference and training 3. HW/SW co-optimization can improve performance and efficiency by 2-3 orders of magnitude (esp. for inference - reduced data movement, compression, tiny die area). Notes: Algorithms, usages evolving at rapid rate. Efficiency techniques may be more or less promising depending on capacity/regularization employed in the algorithm/network. Ensembles of algorithms can be much more powerful!

17 Talk outline Part 1: The Future of ML (HW) Part 2: Efficient Compute for AI/ML Part 3: FPGAs for ML/AI

18 What is FPGA? 1000s of Hard M20K SRAMs (2.5KB/SRAM) Sea of Programmable Logic and Routing Extreme degree of customizations Arbitrary bitwidth, mix bitwidths, etc Arbitrary SRAMs compositions (spad, $, fifo,..) X X X X of hard DSPs (floating-point units) X +1000s M20K M20K M20K + M20K e.g., arbitrary DNN architectures Figures courtesy of Gordon Chiu FPGAs are highly customizable at many levels

19 FPGAs everywhere, from edge to cloud Source: Dasu s TSLRP FPGAs are already in strategic points, where data moves across edge/cloud

20 FPGAs already used for Deep Learning Today E.g., MSFT BrainWave (2017) E.g., Baidu s SDA for DNNs (2015) Alibaba and Amazon also offer FPGAs in their cloud Why? Can FPGA really beat GPUs on DL?

21 What s next? Stronger Trends for Customizations Mix of precisions (just a few examples below) Bfloat FP16 FP11 INT8 INT4 Ternary Binary Mix of uses (e.g., context analyses) images Mix of NN layer types (e.g., DeepSpeech2) FC RNN CNN Multi Tenants User1 NN Mix of sparse layers (e.g., NIPS 15) Ensemble of NNs AutoML: Computer-generated custom NNs (e.g., available in Google Cloud) Body? Face? Scene? User2 NN Posture? Who? Expression? UserX NN Relations/context

22 A Few Highlights from Our FPGA Research Various studies of DL on FPGA vs. GPUs Study 1: Recurrent Neural Networks [FPL 16] Study 2: Binarized Neural Networks [FPT 16][FPL 17][ISFPGA 17][ISFPGA 18] Study 3: Co-optimizing algo and FPGA implementations [FCCM 18][ICLR 18] Study 4: Sparse Ternary Networks [ISFPGA 17][ICASSP 17] Study 5: TensorTile: Combining FPGAs + ASICs for DL [FPL 18]

23 Study 1: Recurrent Neural Networks (RNNs) E. Nurvitadhi, J. Sim, D. Sheffield, A. Mishra, S. Krishnan, D. Marr, Accelerating recurrent neural networks in analytics servers: Comparison of FPGA, CPU, GPU, and ASIC, FPL 16 Neural networks with loops We studied GRU, a state-of-the-art variant of RNN FPGA Design Titan X GPU vs. Arria 10 FPGA Speedup over GPU Hot spot: GEMV on small-medium size weight matrices Dependencies across GEMV operations Comparable or better than GPU For RNNs, can beat GPU in pure performance

24 popcnt Study 2: Binarized Neural Network (BNN) vi x +1 Neural networks s with weights +1 or -1 Matrix x Vector, with +1 or -1 W (-1.-1)+(1.1)+(1.1) = (-1.-1)+(1.-1)+(1.-1) = (-1.1)+(1.1)+(1.-1) vo Compute can be done using xnor and bit counting vi 0 1 x 1 Binarized Matrix x Vector W bcnt(xnor(011,011)) = bcnt(xnor(011,000)) = bcnt(xnor(011,110)) vo FPGA Design in0 lutm xnor split add in1 MUL (Binarized) lut0 Binarized Ops used in BNN is very FPGA friendly Arria 10 deliver comparable Binary Ops Performance to Titan X GPU Stratix 10 projected to be at least ~3x better [1] E. Nurvitadhi, D. Sheffield, J. Sim, A. Mishra, et. al, Accelerating binarized neural networks: Comparison of FPGA, CPU, GPU, and ASIC, FPT 16 [2] D. Moss, E. Nurvitadhi, J. Sim, A. Mishra, et. Al., High Performance Binary Neural Networks on the Xeon+FPGA Platform, FPL 17 (to appear) [3] E. Nurvitadhi, G. Venkatesh, J. Sim, D. Marr, et al., Can FPGAs Beat GPUs in Accelerating Next-Generation Deep Neural Networks? ISFPGA 17 out

25 Study 3: Co-Optimizing Algorithms for FPGAs Unlike GPU, FPGA can support myriad of custom precisions We proposed WRPN approach, to trade-off network width, accuracy, and precisions [ICLR 18] We evaluated many variants of ResNets using WRPN for latest Stratix 10 FPGA [FCCM 18] Stratix 10 FPGA est. performance vs. Accuracy on various ResNets ResNet-34 1x Wide ResNet-34 2x Wide ResNet-34 3x Wide Activation Weight Eq TOPS Top-1 Acc Eq TOPS Top-1 Acc Eq TOPs Top-1 Acc FPGA s fine-grain FP32 FP % NR NR NR NR 8-bit 8-bit % 2 NR 1 NR 8-bit Ternary % 11 NR 5 NR 8-bit Binary x TOP/s 0.3% loss 13 NR 6 NR 4-bit 4-bit % % 2 NR 3-bit 3-bit 51 NR 13 NR 4.2x TOP/s 6@ 1.2% lossnr 2-bit 2-bit % % 9 NR 2-bit Ternary % % 11 NR 1-bit 1-bit % % % programmability allows wide range of SW/HW co-optimization [ICLR 18] A. Mishra, E.Nurvitadhi, J. Cook, D. Marr, WRPN: Wide Reduced-Precision Networks, ICRL 2018 [FCCM 18] P. Colangelo, N. Nasiri, E. Nurvitadhi, et al., Exploration of Low Numeric Precision Deep Learning Inference Using Intel FPGAs, FCCM

26 Study 4: Sparse Ternary Networks Ternary NN: neural net with weights of +1,-1,0 I x 0.2 W = (0.1x-1)+(0x0)+(0.2x1) (0.1x0)+(0x-1)+(0.2x-1) (0.1x1)+(0x0)+(0.2x0) = O ImageNet Accuracy Ternary ResNet offers state-of-the-art accuracy [1] Sparse I and/or ternary W Zero-skip scheduler We target Resnet-50- TNN in this study W I acc_in Skip computation on zero values, and no multiply sign add out [1] G. Venkatesh, E. Nurvitadhi, D. Marrl, Accelerating Deep Convolutional Networks using low-precision and sparsity, ICASSP 17

27 Est. Stratix 10 Results [1] Speedup vs. dense design Per layer speedup varies depends on sparsity 1.994x weighted average speedups LayerID TOP/s GOP/s/Watt S10 FPGA performs better, across all frequency targets Titan X GPU theoretical peak Titan X GPU measured on Torch, batch64 Titan X GPU theoretical peak Titan X GPU measured on Torch, batch64 [1] E. Nurvitadhi, G. Venkatesh, J. Sim, D. Marr, et al., Can FPGAs Beat GPUs in Accelerating Next- Generation Deep Neural Networks? ISFPGA 17

28 Package Study 5: Combine FPGAs + ASIC tiles ( chiplets ) [FPL 18] FPGA: flexibility for custom application-specific ops Stratix10 FPGAs already System-in- Package : use 2.5D EMIBs to offer xcvr and memory tiles next to FPGA ASIC ASIC EMIB EMIB FPGA EMIB EMIB ASIC ASIC Intel s 2.5D EMIB for integration ASICs: efficiency for domain-shared ops We propose TensorTile: ASIC tile chiplet for Deep Learning [FPL 18] E. Nurvitadhi, J. Cook, A. Mishra, D. Marr, et. al., In-Package Domain-Specific ASICs for Intel Stratix 10 FPGAs: A Case Study of Accelerating Deep Learning Using TensorTile ASIC, FPL 2018.

29 Very Scalable: Can Mix & Match FPGAs + Tiles Volta: GPU + Tensor Cores 125 TOPs (FP16) 26 MB on-chip RAMs 1.5x and 2.7x better peak TOPs and RAMs Est. 69 TOPs (INT8) in a T-tile Ttile Stratix (378K LEs) S x T-tiles Est. 194 TOPs (FP16) 72MB on-chip RAMs Small Large Small to large FPGAs in Stratix 10 family, with links to 1 or more TensorTiles

30 Case Studies (1) AlexNet (FP16) Inference, low batch (2) Persistent ResNets (INT8) 2x Tensor Tiles S (MX) Intel DLA [ISFPGA 17] DNN footprint (MBs) 6xT-tiles: ~72MB onchip RAMs Volta GPU: ~26MB onchip RAMs BatchSz DNN The 2x tiles improved performance and performance/watt by 4x and 3.3x TensorTiles improve persistence of DNNs

31 Key FPGA Learnings FPGAs are already placed where data flows through compute systems FPGAs shine on low-latency/data-intensive/irregular DL FPGAs + ASICs (e.g. TensorTiles) enable powerful, versatile options Thank you! (And, we re hiring!)

32 Customization Standardization ( Makimoto s Wave.. updated to 2018) Standardization Standard Discrete Logic Devices Proliferation of compute Standard ISAs Microprocessors Memories Proliferation of applications Standard IEEE p754 fp (1985), Compliant fp processors Proliferation of reliable FP applications OpenGL (1992), Direct3D (1995) Compliant Graphics Engines Proliferation of GUIs, games, apps? Customization Custom LSIs For TVs, calculators, Specialized algorithms Floating point Co-processors, Specialized FP algorithms Graphics accelerators with custom interfaces & drivers, Specialized graphics algorithms ML/AI accelerators, Specialized, rapidly changing algorithms Makimoto s Wave from Tsugio Makimoto s FPT 2002 talk The Hot Decade of Field Programmable Technologies described FPGAs

33 Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN INTEL'S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT. A "Mission Critical Application" is any application in which failure of the Intel Product could result, directly or indirectly, in personal injury or death. SHOULD YOU PURCHASE OR USE INTEL'S PRODUCTS FOR ANY SUCH MISSION CRITICAL APPLICATION, YOU SHALL INDEMNIFY AND HOLD INTEL AND ITS SUBSIDIARIES, SUBCONTRACTORS AND AFFILIATES, AND THE DIRECTORS, OFFICERS, AND EMPLOYEES OF EACH, HARMLESS AGAINST ALL CLAIMS COSTS, DAMAGES, AND EXPENSES AND REASONABLE ATTORNEYS' FEES ARISING OUT OF, DIRECTLY OR INDIRECTLY, ANY CLAIM OF PRODUCT LIABILITY, PERSONAL INJURY, OR DEATH ARISING IN ANY WAY OUT OF SUCH MISSION CRITICAL APPLICATION, WHETHER OR NOT INTEL OR ITS SUBCONTRACTOR WAS NEGLIGENT IN THE DESIGN, MANUFACTURE, OR WARNING OF THE INTEL PRODUCT OR ANY OF ITS PARTS. Intel may make changes to specifications and product descriptions at any time, without notice. Designers must not rely on the absence or characteristics of any features or instructions marked reserved or undefined. Intel reserves these for future definition and shall have no responsibility whatsoever for conflicts or incompatibilities arising from future changes to them. The products described in this document may contain design defects or errors known as errata which may cause the product to deviate from published specifications. Current characterized errata are available on request. The code names presented in this document are only for use by Intel to identify products, technologies, or services in development, that have not been made commercially available to the public, i.e., announced, launched or shipped. They are not "commercial" names for products or services and are not intended to function as trademarks. Results have been estimated or simulated using internal Intel analysis or architecture simulation or modeling, and provided to you for informational purposes. Any differences in your system hardware, software or configuration may affect your actual performance. Contact your local Intel sales office or your distributor to obtain the latest specifications and before placing your product order. Copies of documents which have an order number and are referenced in this document, or other Intel literature may be obtained by calling or by visiting Intel's website at Intel is a trademark of Intel Corporation in the US and other countries. Copyright 2015 Intel Corporation. All rights reserved. * Other brands and names may be claimed as the property of others.

34

Intel Cache Acceleration Software for Windows* Workstation

Intel Cache Acceleration Software for Windows* Workstation Intel Cache Acceleration Software for Windows* Workstation Release 3.1 Release Notes July 8, 2016 Revision 1.3 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

OpenCL* and Microsoft DirectX* Video Acceleration Surface Sharing

OpenCL* and Microsoft DirectX* Video Acceleration Surface Sharing OpenCL* and Microsoft DirectX* Video Acceleration Surface Sharing Intel SDK for OpenCL* Applications Sample Documentation Copyright 2010 2012 Intel Corporation All Rights Reserved Document Number: 327281-001US

More information

How to Create a.cibd File from Mentor Xpedition for HLDRC

How to Create a.cibd File from Mentor Xpedition for HLDRC How to Create a.cibd File from Mentor Xpedition for HLDRC White Paper May 2015 Document Number: 052889-1.0 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

How to Create a.cibd/.cce File from Mentor Xpedition for HLDRC

How to Create a.cibd/.cce File from Mentor Xpedition for HLDRC How to Create a.cibd/.cce File from Mentor Xpedition for HLDRC White Paper August 2017 Document Number: 052889-1.2 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Intel RealSense Depth Module D400 Series Software Calibration Tool

Intel RealSense Depth Module D400 Series Software Calibration Tool Intel RealSense Depth Module D400 Series Software Calibration Tool Release Notes January 29, 2018 Version 2.5.2.0 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Drive Recovery Panel

Drive Recovery Panel Drive Recovery Panel Don Verner Senior Application Engineer David Blunden Channel Application Engineering Mgr. Intel Corporation 1 Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Intel Cache Acceleration Software - Workstation

Intel Cache Acceleration Software - Workstation Intel Cache Acceleration Software - Workstation Version 2.7.0 Order Number: x-009 Contents INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY

More information

Bitonic Sorting. Intel SDK for OpenCL* Applications Sample Documentation. Copyright Intel Corporation. All Rights Reserved

Bitonic Sorting. Intel SDK for OpenCL* Applications Sample Documentation. Copyright Intel Corporation. All Rights Reserved Intel SDK for OpenCL* Applications Sample Documentation Copyright 2010 2012 Intel Corporation All Rights Reserved Document Number: 325262-002US Revision: 1.3 World Wide Web: http://www.intel.com Document

More information

Intel Atom Processor E3800 Product Family Development Kit Based on Intel Intelligent System Extended (ISX) Form Factor Reference Design

Intel Atom Processor E3800 Product Family Development Kit Based on Intel Intelligent System Extended (ISX) Form Factor Reference Design Intel Atom Processor E3800 Product Family Development Kit Based on Intel Intelligent System Extended (ISX) Form Factor Reference Design Quick Start Guide March 2014 Document Number: 330217-002 Legal Lines

More information

Theory and Practice of the Low-Power SATA Spec DevSleep

Theory and Practice of the Low-Power SATA Spec DevSleep Theory and Practice of the Low-Power SATA Spec DevSleep Steven Wells Principal Engineer NVM Solutions Group, Intel August 2013 1 Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Intel RealSense D400 Series Calibration Tools and API Release Notes

Intel RealSense D400 Series Calibration Tools and API Release Notes Intel RealSense D400 Series Calibration Tools and API Release Notes July 9, 2018 Version 2.6.4.0 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

Bring Intelligence to the Edge with Intel Movidius Neural Compute Stick

Bring Intelligence to the Edge with Intel Movidius Neural Compute Stick Bring Intelligence to the Edge with Intel Movidius Neural Compute Stick Darren Crews Principal Engineer, Lead System Architect, Intel NTG Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Intel Graphics Virtualization Technology. Kevin Tian Graphics Virtualization Architect

Intel Graphics Virtualization Technology. Kevin Tian Graphics Virtualization Architect Intel Graphics Virtualization Technology Kevin Tian Graphics Virtualization Architect Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR

More information

Can FPGAs beat GPUs in accelerating next-generation Deep Neural Networks? Discussion of the FPGA 17 paper by Intel Corp. (Nurvitadhi et al.

Can FPGAs beat GPUs in accelerating next-generation Deep Neural Networks? Discussion of the FPGA 17 paper by Intel Corp. (Nurvitadhi et al. Can FPGAs beat GPUs in accelerating next-generation Deep Neural Networks? Discussion of the FPGA 17 paper by Intel Corp. (Nurvitadhi et al.) Andreas Kurth 2017-12-05 1 In short: The situation Image credit:

More information

2013 Intel Corporation

2013 Intel Corporation 2013 Intel Corporation Intel Open Source Graphics Programmer s Reference Manual (PRM) for the 2013 Intel Core Processor Family, including Intel HD Graphics, Intel Iris Graphics and Intel Iris Pro Graphics

More information

MICHAL MROZEK ZBIGNIEW ZDANOWICZ

MICHAL MROZEK ZBIGNIEW ZDANOWICZ MICHAL MROZEK ZBIGNIEW ZDANOWICZ Legal Notices and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY

More information

Evolving Small Cells. Udayan Mukherjee Senior Principal Engineer and Director (Wireless Infrastructure)

Evolving Small Cells. Udayan Mukherjee Senior Principal Engineer and Director (Wireless Infrastructure) Evolving Small Cells Udayan Mukherjee Senior Principal Engineer and Director (Wireless Infrastructure) Intelligent Heterogeneous Network Optimum User Experience Fibre-optic Connected Macro Base stations

More information

Intel Atom Processor E6xx Series Embedded Application Power Guideline Addendum January 2012

Intel Atom Processor E6xx Series Embedded Application Power Guideline Addendum January 2012 Intel Atom Processor E6xx Series Embedded Application Power Guideline Addendum January 2012 Document Number: 324956-003 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Intel Atom Processor D2000 Series and N2000 Series Embedded Application Power Guideline Addendum January 2012

Intel Atom Processor D2000 Series and N2000 Series Embedded Application Power Guideline Addendum January 2012 Intel Atom Processor D2000 Series and N2000 Series Embedded Application Power Guideline Addendum January 2012 Document Number: 326673-001 Background INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Intel Cache Acceleration Software (Intel CAS) for Linux* v2.9 (GA)

Intel Cache Acceleration Software (Intel CAS) for Linux* v2.9 (GA) Intel Cache Acceleration Software (Intel CAS) for Linux* v2.9 (GA) Release Notes June 2015 Revision 010 Document Number: 328497-010 Notice: This document contains information on products in the design

More information

Desktop 4th Generation Intel Core, Intel Pentium, and Intel Celeron Processor Families and Intel Xeon Processor E3-1268L v3

Desktop 4th Generation Intel Core, Intel Pentium, and Intel Celeron Processor Families and Intel Xeon Processor E3-1268L v3 Desktop 4th Generation Intel Core, Intel Pentium, and Intel Celeron Processor Families and Intel Xeon Processor E3-1268L v3 Addendum May 2014 Document Number: 329174-004US Introduction INFORMATION IN THIS

More information

Intel USB 3.0 extensible Host Controller Driver

Intel USB 3.0 extensible Host Controller Driver Intel USB 3.0 extensible Host Controller Driver Release Notes (5.0.4.43) Unified driver September 2018 Revision 1.2 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Intel SDK for OpenCL* - Sample for OpenCL* and Intel Media SDK Interoperability

Intel SDK for OpenCL* - Sample for OpenCL* and Intel Media SDK Interoperability Intel SDK for OpenCL* - Sample for OpenCL* and Intel Media SDK Interoperability User s Guide Copyright 2010 2012 Intel Corporation All Rights Reserved Document Number: 327283-001US Revision: 1.0 World

More information

Krzysztof Laskowski, Intel Pavan K Lanka, Intel

Krzysztof Laskowski, Intel Pavan K Lanka, Intel Krzysztof Laskowski, Intel Pavan K Lanka, Intel Legal Notices and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR

More information

Optimizing the operations with sparse matrices on Intel architecture

Optimizing the operations with sparse matrices on Intel architecture Optimizing the operations with sparse matrices on Intel architecture Gladkikh V. S. victor.s.gladkikh@intel.com Intel Xeon, Intel Itanium are trademarks of Intel Corporation in the U.S. and other countries.

More information

Intel Open Source HD Graphics Programmers' Reference Manual (PRM)

Intel Open Source HD Graphics Programmers' Reference Manual (PRM) Intel Open Source HD Graphics Programmers' Reference Manual (PRM) Volume 13: Memory-mapped Input/Output (MMIO) For the 2014-2015 Intel Atom Processors, Celeron Processors and Pentium Processors based on

More information

Sample for OpenCL* and DirectX* Video Acceleration Surface Sharing

Sample for OpenCL* and DirectX* Video Acceleration Surface Sharing Sample for OpenCL* and DirectX* Video Acceleration Surface Sharing User s Guide Intel SDK for OpenCL* Applications Sample Documentation Copyright 2010 2013 Intel Corporation All Rights Reserved Document

More information

Recurrent Neural Networks. Deep neural networks have enabled major advances in machine learning and AI. Convolutional Neural Networks

Recurrent Neural Networks. Deep neural networks have enabled major advances in machine learning and AI. Convolutional Neural Networks Deep neural networks have enabled major advances in machine learning and AI Computer vision Language translation Speech recognition Question answering And more Problem: DNNs are challenging to serve and

More information

Ernesto Su, Hideki Saito, Xinmin Tian Intel Corporation. OpenMPCon 2017 September 18, 2017

Ernesto Su, Hideki Saito, Xinmin Tian Intel Corporation. OpenMPCon 2017 September 18, 2017 Ernesto Su, Hideki Saito, Xinmin Tian Intel Corporation OpenMPCon 2017 September 18, 2017 Legal Notice and Disclaimers By using this document, in addition to any agreements you have with Intel, you accept

More information

True Scale Fabric Switches Series

True Scale Fabric Switches Series True Scale Fabric Switches 12000 Series Order Number: H53559001US Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

Data Center Efficiency Workshop Commentary-Intel

Data Center Efficiency Workshop Commentary-Intel Data Center Efficiency Workshop Commentary-Intel Henry M.L. Wong Sr. Staff Technologist Technology Integration Engineering Intel Corporation Legal Notices This presentation is for informational purposes

More information

Customizing an Android* OS with Intel Build Tool Suite for Android* v1.1 Process Guide

Customizing an Android* OS with Intel Build Tool Suite for Android* v1.1 Process Guide Customizing an Android* OS with Intel Build Tool Suite for Android* v1.1 Process Guide May 2015, Revision 1.5 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Intel Core TM i7-4702ec Processor for Communications Infrastructure

Intel Core TM i7-4702ec Processor for Communications Infrastructure Intel Core TM i7-4702ec Processor for Communications Infrastructure Application Power Guidelines Addendum May 2014 Document Number: 330009-001US Introduction INFORMATION IN THIS DOCUMENT IS PROVIDED IN

More information

Intel Integrated Native Developer Experience 2015 (OS X* host)

Intel Integrated Native Developer Experience 2015 (OS X* host) Intel Integrated Native Developer Experience 2015 (OS X* host) Release Notes and Installation Guide 24 September 2014 Intended Audience Software developers interested in a cross-platform productivity suite

More information

Intel Open Source HD Graphics, Intel Iris Graphics, and Intel Iris Pro Graphics

Intel Open Source HD Graphics, Intel Iris Graphics, and Intel Iris Pro Graphics Intel Open Source HD Graphics, Intel Iris Graphics, and Intel Iris Pro Graphics Programmer's Reference Manual For the 2015-2016 Intel Core Processors, Celeron Processors, and Pentium Processors based on

More information

Intel Core TM Processor i C Embedded Application Power Guideline Addendum

Intel Core TM Processor i C Embedded Application Power Guideline Addendum Intel Core TM Processor i3-2115 C Embedded Application Power Guideline Addendum August 2012 Document Number: 327874-001US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO

More information

INTEL PERCEPTUAL COMPUTING SDK. How To Use the Privacy Notification Tool

INTEL PERCEPTUAL COMPUTING SDK. How To Use the Privacy Notification Tool INTEL PERCEPTUAL COMPUTING SDK How To Use the Privacy Notification Tool LEGAL DISCLAIMER THIS DOCUMENT CONTAINS INFORMATION ON PRODUCTS IN THE DESIGN PHASE OF DEVELOPMENT. INFORMATION IN THIS DOCUMENT

More information

Intel Dynamic Platform and Thermal Framework (Intel DPTF), Client Version 8.X

Intel Dynamic Platform and Thermal Framework (Intel DPTF), Client Version 8.X Intel Dynamic Platform and Thermal Framework (Intel DPTF), Client Version 8.X 8.1.10300.137 PV Release Release Notes March 2015 1 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.

More information

The Intel SSD Pro 2500 Series Guide for Microsoft edrive* Activation

The Intel SSD Pro 2500 Series Guide for Microsoft edrive* Activation The Intel SSD Pro 2500 Series Guide for Microsoft edrive* Activation Solutions Blueprint January 2015 Order Number: 330880-002US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.

More information

Intel Stereo 3D SDK Developer s Guide. Alpha Release

Intel Stereo 3D SDK Developer s Guide. Alpha Release Intel Stereo 3D SDK Developer s Guide Alpha Release Contents Why Intel Stereo 3D SDK?... 3 HW and SW requirements... 3 Intel Stereo 3D SDK samples... 3 Developing Intel Stereo 3D SDK Applications... 4

More information

Lustre Beyond HPC. Presented to the Lustre* User Group Beijing October 2013

Lustre Beyond HPC. Presented to the Lustre* User Group Beijing October 2013 Lustre Beyond HPC Presented to the Lustre* User Group Beijing October 2013 Brent Gorda General Manager High Performance Data Division, Intel Corpora:on Agenda From Whamcloud to Intel Today s Storage Challenges

More information

Product Change Notification

Product Change Notification Product Change Notification 112177-01 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY

More information

Intel Galileo Firmware Updater Tool

Intel Galileo Firmware Updater Tool User Guide August 2017 Revision 002 Document Number: 332076-002 Notice: This document contains information on products in the design phase of development. The information here is subject to change without

More information

Intel Embedded Media and Graphics Driver v1.12 for Intel Atom Processor N2000 and D2000 Series

Intel Embedded Media and Graphics Driver v1.12 for Intel Atom Processor N2000 and D2000 Series Intel Embedded Media and Graphics Driver v1.12 for Intel Processor N2000 and D2000 Series Specification Update July 2012 Notice: The Intel Embedded Media and Graphics Drivers may contain design defects

More information

Intel Manageability Commander User Guide

Intel Manageability Commander User Guide Intel Manageability Commander User Guide Document Release Date: October 27, 2016 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

Bitonic Sorting Intel OpenCL SDK Sample Documentation

Bitonic Sorting Intel OpenCL SDK Sample Documentation Intel OpenCL SDK Sample Documentation Document Number: 325262-002US Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114137-00 Change Title: Intel Dual Band Wireless-AC 8260, Intel Dual Band Wireless-N 8260, SKUs: 8260.NGWMG.NVS, 8260.NGWMG.S, 8260.NGWMG, 8260.NGWMG.NV

More information

OMNI-PATH FABRIC TOPOLOGIES AND ROUTING

OMNI-PATH FABRIC TOPOLOGIES AND ROUTING 13th ANNUAL WORKSHOP 2017 OMNI-PATH FABRIC TOPOLOGIES AND ROUTING Renae Weber, Software Architect Intel Corporation March 30, 2017 LEGAL DISCLAIMERS INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114332-00 Change Title: Intel Dual Band Wireless-AC 7260, Intel Dual Band Wireless-N 7260, Intel Wireless-N 7260, SKUs: 7260.NGIANG, 7260.NGIG, 7260.NGINBG,

More information

Using the Intel VTune Amplifier 2013 on Embedded Platforms

Using the Intel VTune Amplifier 2013 on Embedded Platforms Using the Intel VTune Amplifier 2013 on Embedded Platforms Introduction This guide explains the usage of the Intel VTune Amplifier for performance and power analysis on embedded devices. Overview VTune

More information

LED Manager for Intel NUC

LED Manager for Intel NUC LED Manager for Intel NUC User Guide Version 1.0.0 March 14, 2018 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO

More information

Intel s Architecture for NFV

Intel s Architecture for NFV Intel s Architecture for NFV Evolution from specialized technology to mainstream programming Net Futures 2015 Network applications Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Can FPGAs Beat GPUs in Accelerating Next-Generation Deep Neural Networks?

Can FPGAs Beat GPUs in Accelerating Next-Generation Deep Neural Networks? Can FPGAs Beat GPUs in Accelerating Next-Generation Deep Neural Networks? Eriko Nurvitadhi 1, Ganesh Venkatesh 1, Jaewoong Sim 1, Debbie Marr 1, Randy Huang 2, Jason Gee Hock Ong 2, Yeong Tat Liew 2, Krishnan

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114547-01 Change Title: Intel Dual Band Wireless-AC 3165 SKUs: 3165.NGWG.I; 3165.NGWGA.I; 3165.NGWG.S; 3165.NGWG; 3165.NGWGA.S; 3165.NGWGA, PCN 114547-01,

More information

Intel Manycore Platform Software Stack (Intel MPSS)

Intel Manycore Platform Software Stack (Intel MPSS) Intel Manycore Platform Software Stack (Intel MPSS) README (Windows*) Copyright 2012 2014 Intel Corporation All Rights Reserved Document Number: 328510-001US Revision: 3.4 World Wide Web: http://www.intel.com

More information

Intel Ethernet Controller I350 Frequently Asked Questions (FAQs)

Intel Ethernet Controller I350 Frequently Asked Questions (FAQs) Intel Ethernet Controller I350 Frequently Asked Questions (FAQs) Networking Division (ND) June 2014 Revision 2.2 Legal By using this document, in addition to any agreements you have with Intel, you accept

More information

High Dynamic Range Tone Mapping Post Processing Effect Multi-Device Version

High Dynamic Range Tone Mapping Post Processing Effect Multi-Device Version High Dynamic Range Tone Mapping Post Processing Effect Multi-Device Version Intel SDK for OpenCL* Application Sample Documentation Copyright 2010 2012 Intel Corporation All Rights Reserved Document Number:

More information

PARDISO - PARallel DIrect SOlver to solve SLAE on shared memory architectures

PARDISO - PARallel DIrect SOlver to solve SLAE on shared memory architectures PARDISO - PARallel DIrect SOlver to solve SLAE on shared memory architectures Solovev S. A, Pudov S.G sergey.a.solovev@intel.com, sergey.g.pudov@intel.com Intel Xeon, Intel Core 2 Duo are trademarks of

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115107-00 Change Title: Intel Ethernet Converged Network Adapter X520 - DA1, E10G41BTDAPG1P5,, MM#927066, Intel Ethernet Converged Network Adapter X520

More information

Reference Boot Loader from Intel

Reference Boot Loader from Intel Document Number: 328739-001 Introduction INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY

More information

Installation Guide and Release Notes

Installation Guide and Release Notes Intel C++ Studio XE 2013 for Windows* Installation Guide and Release Notes Document number: 323805-003US 26 June 2013 Table of Contents 1 Introduction... 1 1.1 What s New... 2 1.1.1 Changes since Intel

More information

Maximize Performance and Scalability of RADIOSS* Structural Analysis Software on Intel Xeon Processor E7 v2 Family-Based Platforms

Maximize Performance and Scalability of RADIOSS* Structural Analysis Software on Intel Xeon Processor E7 v2 Family-Based Platforms Maximize Performance and Scalability of RADIOSS* Structural Analysis Software on Family-Based Platforms Executive Summary Complex simulations of structural and systems performance, such as car crash simulations,

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115736-00 Change Title: Intel Omni-Path Edge Switch 100 Series 24 Port Managed Forward 2 PSU 100SWE24QF2, Port Managed Forward 1 PSU 100SWE48QF1, Port

More information

Intel Desktop Board DZ68DB

Intel Desktop Board DZ68DB Intel Desktop Board DZ68DB Specification Update April 2011 Part Number: G31558-001 The Intel Desktop Board DZ68DB may contain design defects or errors known as errata, which may cause the product to deviate

More information

FABRIC PERFORMANCE MANAGEMENT AND MONITORING

FABRIC PERFORMANCE MANAGEMENT AND MONITORING 13th ANNUAL WORKSHOP 2017 FABRIC PERFORMANCE MANAGEMENT AND MONITORING Todd Rimmer, Omni-Path Lead Software Architect Intel Corporation March, 2017 LEGAL DISCLAIMERS INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

Collecting OpenCL*-related Metrics with Intel Graphics Performance Analyzers

Collecting OpenCL*-related Metrics with Intel Graphics Performance Analyzers Collecting OpenCL*-related Metrics with Intel Graphics Performance Analyzers Collecting Important OpenCL*-related Metrics with Intel GPA System Analyzer Introduction Intel SDK for OpenCL* Applications

More information

Product Change Notification

Product Change Notification Product Notification Notification #: 114712-01 Title: Intel SSD 750 Series, Intel SSD DC P3500 Series, Intel SSD DC P3600 Series, Intel SSD DC P3608 Series, Intel SSD DC P3700 Series, PCN 114712-01, Product

More information

Intel Open Source HD Graphics. Programmer's Reference Manual

Intel Open Source HD Graphics. Programmer's Reference Manual Intel Open Source HD Graphics Programmer's Reference Manual For the 2016 Intel Atom Processors, Celeron Processors, and Pentium Processors based on the "Apollo Lake" Platform (Broxton Graphics) Volume

More information

Intel Desktop Board D945GCLF2

Intel Desktop Board D945GCLF2 Intel Desktop Board D945GCLF2 Specification Update July 2010 Order Number: E54886-006US The Intel Desktop Board D945GCLF2 may contain design defects or errors known as errata, which may cause the product

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115169-01 Change Title: Intel Dual Band Wireless-AC 8265 SKUs: 8265.D2WMLG; 8265.D2WMLG.NV; 8265.D2WMLG.NVH; 8265.D2WMLGH; 8265.D2WMLG.NVS; 8265.D2WMLG.S;

More information

Intel vpro Technology Virtual Seminar 2010

Intel vpro Technology Virtual Seminar 2010 Intel Software Network Connecting Developers. Building Community. Intel vpro Technology Virtual Seminar 2010 Getting to know Intel Active Management Technology 6.0 Fast and Free Software Assessment Tools

More information

Case Study: Optimizing King of Soldier* with Intel Graphics Performance Analyzers on Intel HD Graphics 4000

Case Study: Optimizing King of Soldier* with Intel Graphics Performance Analyzers on Intel HD Graphics 4000 Case Study: Optimizing King of Soldier* with Intel Graphics Performance Analyzers on Intel HD Graphics 4000 Intel Corporation: Cage Lu, Kiefer Kuah Giant Interactive Group, Inc.: Yu Nana Abstract The performance

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114216-00 Change Title: Intel SSD 730 Series (240GB, 480GB, 2.5in SATA 6Gb/s, 20nm, MLC) 7mm, Generic Single Pack, Intel SSD 730 Series (240GB, 480GB,

More information

Intel Media Server Studio 2018 R1 - HEVC Decoder and Encoder Release Notes (Version )

Intel Media Server Studio 2018 R1 - HEVC Decoder and Encoder Release Notes (Version ) Intel Media Server Studio 2018 R1 - HEVC Decoder and Encoder Release Notes (Version 1.0.10) Overview New Features System Requirements Installation Installation Folders How To Use Supported Formats Known

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114258-00 Change Title: Intel SSD DC S3710 Series (200GB, 400GB, 800GB, 1.2TB, 2.5in SATA 6Gb/s, 20nm, MLC) 7mm, Generic 50 Pack Intel SSD DC S3710 Series

More information

Product Change Notification

Product Change Notification Product Change Notification 113028-02 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY

More information

Product Change Notification

Product Change Notification Product Change Notification 113412-00 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY

More information

Product Change Notification

Product Change Notification Product Change Notification 112087-00 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115338-00 Change Title: Intel Dual Band Wireless-AC 7265 and Intel Dual Band Wireless-N 7265 SKUs: 7265.NGWANG.W; 7265.NGWG.NVBR; 7265.NGWG.NVW; 7265.NGWG.W;

More information

Software Evaluation Guide for WinZip* esources-performance-documents.html

Software Evaluation Guide for WinZip* esources-performance-documents.html Software Evaluation Guide for WinZip* 14 http://www.intel.com/content/www/us/en/benchmarks/r esources-performance-documents.html INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.

More information

Intel Desktop Board DH55TC

Intel Desktop Board DH55TC Intel Desktop Board DH55TC Specification Update December 2011 Order Number: E88213-006 The Intel Desktop Board DH55TC may contain design defects or errors known as errata, which may cause the product to

More information

Software Evaluation Guide for ImTOO* YouTube* to ipod* Converter Downloading YouTube videos to your ipod

Software Evaluation Guide for ImTOO* YouTube* to ipod* Converter Downloading YouTube videos to your ipod Software Evaluation Guide for ImTOO* YouTube* to ipod* Converter Downloading YouTube videos to your ipod http://www.intel.com/performance/resources Version 2008-09 Rev. 1.0 Information in this document

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115007-00 Change Title: Select Intel SSD 530 Series, Intel SSD 535 Series, Intel SSD E 5410s Series, Intel SSD E 5420s Series, Intel SSD PRO 2500 Series,

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 116560-01 Change Title: Intel Dual Band Wireless-AC 7265, Intel Dual Band Wireless-N 7265, and Intel Wireless-N 7265: 7265.NGWG; 7265.NGWG.IW; 7265.NGWG.NVW;

More information

Deep Learning on Arm Cortex-M Microcontrollers. Rod Crawford Director Software Technologies, Arm

Deep Learning on Arm Cortex-M Microcontrollers. Rod Crawford Director Software Technologies, Arm Deep Learning on Arm Cortex-M Microcontrollers Rod Crawford Director Software Technologies, Arm What is Machine Learning (ML)? Artificial Intelligence Machine Learning Deep Learning Neural Networks Additional

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 114927-00 Change Title: Intel True Scale Fabric products, PCN 114927-00, Product Discontinuance, End Of Life Date of Publication: September 30, 2016 Key

More information

Accelerating Binarized Convolutional Neural Networks with Software-Programmable FPGAs

Accelerating Binarized Convolutional Neural Networks with Software-Programmable FPGAs Accelerating Binarized Convolutional Neural Networks with Software-Programmable FPGAs Ritchie Zhao 1, Weinan Song 2, Wentao Zhang 2, Tianwei Xing 3, Jeng-Hau Lin 4, Mani Srivastava 3, Rajesh Gupta 4, Zhiru

More information

Intel Desktop Board DG41CN

Intel Desktop Board DG41CN Intel Desktop Board DG41CN Specification Update December 2010 Order Number: E89822-003US The Intel Desktop Board DG41CN may contain design defects or errors known as errata, which may cause the product

More information

Specification Update. January 2014

Specification Update. January 2014 Intel Embedded Media and Graphics Driver v36.40.21 (32-bit) & v37.40.21 (64-bit) for Intel Processor E3800 Product Family/ Intel Celeron Processor N2920/ J1900 Linux* Specification Update January 2014

More information

Non-Volatile Memory Cache Enhancements: Turbo-Charging Client Platform Performance

Non-Volatile Memory Cache Enhancements: Turbo-Charging Client Platform Performance Non-Volatile Memory Cache Enhancements: Turbo-Charging Client Platform Performance By Robert E Larsen NVM Cache Product Line Manager Intel Corporation August 2008 1 Legal Disclaimer INFORMATION IN THIS

More information

Intel Desktop Board D975XBX2

Intel Desktop Board D975XBX2 Intel Desktop Board D975XBX2 Specification Update July 2008 Order Number: D74278-003US The Intel Desktop Board D975XBX2 may contain design defects or errors known as errata, which may cause the product

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115842-01 Change Title: Intel Compute Card CD1C64GK, Intel Compute Card CD1P64GK, PCN 115842-01, Product Design, Label, Product Material BIOS and Firmware

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115990-00 Change Title: Select SKUs for Intel Optane SSD 900P Series PCN 115990-00, Label, Label Updates Date of Publication: December 12, 2017 Key Characteristics

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115962-00 Change Title: For Select Intel SSD DC S3520 Series SKUs, PCN 115962-00, Label, Label Updates Date of Publication: November 29, 2017 Key Characteristics

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 116562-00 Change Title: For select Intel SSD 545s Series, Intel SSD Pro 5450s Series, Intel SSD E5100s Series, and Intel SSD DC S3110 Series, PCN 116562-00,

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 116381-00 Change Title: Intel NUC Kit NUC7i3DNKE Intel NUC Kit NUC7i3DNHE Intel NUC Board NUC7i3DNBE Intel NUC 7 Business, a mini PC with Intel Core i3

More information

Product Change Notification

Product Change Notification Product Change Notification 111962-00 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 116437-00 Change Title: For select Intel SSD 545s Series, Intel SSD E5100s Series, and Intel SSD DC S3110 Series, PCN 116437-00, Product Design, Label,

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 115772-00 Change Title: memory, NUC7i3BNHX1, memory, NUC7i5BNHX1, memory, NUC7i7BNHX1, Intel NUC Kit, NUC7i3BNH, Intel NUC Kit, NUC7i3BNK, Intel NUC Kit,

More information

Product Change Notification

Product Change Notification Product Change Notification Change Notification #: 116199-00 Change Title: Intel NUC Kit, NUC7i3BNK, Intel NUC Kit, NUC7i3BNH, Intel NUC Kit, NUC7i5BNK, Intel NUC Kit, NUC7i5BNH, Intel NUC Kit, NUC7i7BNH,

More information