Data Centers Accelerate Aiprocessing

Total Page:16

File Type:pdf, Size:1020Kb

Data Centers Accelerate Aiprocessing DATA CENTERS ACCELERATE AI PROCESSING Vendors Large and Small Optimize Their Designs for Deep Learning By Bob Wheeler (December 24, 2018) ................................................................................................................... In a year dominated by AI, you’d be ex- Training for Dollars cused for thinking traditional server In June, two distinguished computer architects—John CPUs were dying. Yet Intel’s data-center Hennessy and David Patterson—raised the profile of revenue (mainly server processors) grew domain-specific architectures through their ACM Turing 26% in the first nine months of 2018, Award lecture. They argued that domain-specific archi- reaching a record $16.9 billion. By con- tectures (DSAs) combined with domain-specific lan- trast, Nvidia’s data-center revenue (mainly accelerators) rose guages (DSLs) are the path to higher efficiency as Moore’s an astounding 70% from a much smaller base, reaching Law slows (we posited the same approach back in MPR $2.3 billion in that period. Although AI-accelerator growth 8/26/13, “What Comes After the End”). slowed in 2018, both established vendors and startups con- A canonical DSA/DSL example in data centers is tinue to invest heavily in this technology. Companies are Nvidia’s Tesla programmed using Cuda to accelerate HPC. pitching everything from simple ISA extensions to purpose- Cuda DNN (cuDNN) adapts this model for DNN training, built accelerator chips and cards. supporting frameworks that include Caffe, TensorFlow, Although cloud operators such as Google have and others. In 2017, Nvidia optimized its Tesla accelera- deployed AI-specific hardware, merchant vendors have tors for convolutional neural networks by adding matrix- mostly repurposed existing designs for AI. Recently, the multiplication units (“tensor cores”) to its 12nm Volta horde of startups developing AI-specific architectures began generation. For ResNet-50 training on FP16 data, the to deliver production devices. Graphcore, Habana, and Volta-based Tesla V100 card delivers 1,350 images per sec- Wave are three such companies targeting data centers. ond (IPS), 4x the performance of the Pascal generation. Meanwhile, Intel plans to ship its second purpose-built AI Volta has dominated the market for training neural net- silicon for data centers in 2019 after its first effort flopped. works, offering at least 10x better performance than main- These vendors are all chasing Nvidia, which continues to stream Skylake-SP processors. optimize its Tesla GPU cards for AI, where they primarily Hoping to take share from Nvidia, AMD recently in- accelerate deep-neural-network (DNN) training. troduced Radeon Instinct cards using its 7nm Vega20 GPU. Intel and Nvidia continue to benefit from the growth Although Vega20 handles FP16 data, it lacks Volta’s matrix- in cloud data centers, but in-house ASICs can displace their multiply hardware. In ResNet-50 training, AMD’s MI60 products. Examples include Amazon’s processors, Google’s card delivers only 499 IPS, falling short of Volta at the same TPUs, and Huawei’s AI chips. Merchant processors and power (300W). Nvidia’s technology leadership allowed it to accelerators must demonstrate superior efficiency if they optimize its hardware and software for superior efficiency, hope to succeed at hyperscalers. In the longer term, a big more than offsetting AMD’s process advantage. shakeout in AI-chip vendors is coming, but next year should One of the first AI startups to target training is see more new entrants than failures. Graphcore, which is shipping a processor purpose-built for This custom reprint is excerpted from the full article that originally appeared in Microprocessor Report. © The Linley Group • Microprocessor Report December 2018 2 Data Centers Accelerate AI Processing DNNs. Its 16nm GC2 approaches the FP16 performance of A well-funded Israeli startup, Habana is attacking Volta but consumes half the power. The company can then high-throughput inference with its Goya HL-1000 card, pack two of its processors into a 300W card. In simulations, which sampled in 3Q18. It measured ResNet-50 throughput the card delivers about 1.5x the ResNet-50 throughput of the of 15,012 IPS at 100W (typical), yielding 150 IPS per watt. V100, but Graphcore has yet to publish benchmark data. Goya uses C-programmable tensor cores that support inte- Still, the GC2 demonstrates the advantage of a clean-sheet ger data types as well as FP32. In 2Q19, the company plans design for DNN acceleration: it offers 4x the performance to sample Gaudi, a training processor designed to scale to per watt of AMD’s GPU while using process technology that large arrays using a 2Tbps interconnect. Habana has raised trails by a full node. $120 million with Intel Capital as the lead investor. Another startup, Wave Computing, is implementing Another approach to inference acceleration is to em- its training technology in an appliance that competes with ploy FPGAs, as Microsoft has done in its Project Brainwave Nvidia’s DGX systems. Wave is shipping evaluation systems with Intel Stratix 10. For customers needing off-the-shelf that integrate four of its DPU ASICs. That system could hardware, Intel unveiled accelerator cards that sport Arria deliver performance in the same range as Nvidia’s $400,000 10 FPGAs and are available through server OEMs. The one DGX-2, which integrates 16 V100 modules. The startup, based on the Arria 10 GX, for example, is a PCIe Gen3 x8 however, has thus far withheld benchmarks. card with an FPGA, 8GB of DDR4 SDRAM, and a 40G Intel is conspicuous by its absence, having decided to Ethernet port; it has a 70W TDP rating. Although it pro- use its first-generation Nervana product as only a develop- vides an SDK and libraries for Arria 10, Intel doesn’t directly ment platform after it fell far behind the V100 in support DNN frameworks such as TensorFlow and Caffe. performance. It plans to ship in late 2019 the NNP L-1000, Xilinx is more aggressive, offering FPGA cards direct- code-named Spring Crest. On the basis of the company’s ly to end users and adding its xDNN software to handle performance targets, that chip is unlikely to significantly frameworks. In October, it introduced the Alveo line of outperform the V100, much less Nvidia’s next-generation PCIe accelerator cards, which employ 16nm UltraScale+ Ampere design. FPGAs. It rates the top-end Alveo U250 at 33.3 TOPS for INT8 data at 225W (TDP). Xilinx and a partner recently Habana Smokes Inference Incumbents demonstrated the U250 running ResNet-50 inference work- Whereas Nvidia dominates DNN training, data-center oper- loads at 3,700 IPS. We estimate ResNet-50 efficiency at 33 ators employ multiple architectures for inference tasks. The IPS per watt (typical), falling short of Tesla’s T4. The com- Intel Xeon processors are the most popular, but operators pany’s 7nm generation (Versal) adds programmable AI en- also employ custom DNN accelerators, and Nvidia is mak- gines optimized for integer data, an improvement that ing inroads with new products. Inference offers more room for optimization owing to the use of lower-precision fixed-point (INT8) math. Last 150.1 quarter, Nvidia introduced new Tesla T4 cards Habana Goya 15,012 based on its Turing architecture, its first to include tensor cores that handle integer data. The 56.0 result is a 70W card that delivers 27TMAC/s for Tesla T4 3,920 INT8 data. Using the Caffe framework with its TensorRT libraries, the company measured 33.2 ResNet-50 inference throughput of 3,920 IPS, Xilinx Alveo U250* 3,700 or 56 IPS per watt, as Figure 2 shows. Intel’s response is to improve Xeon’s per- 5.7 formance. It added to Cascade Lake new fused- Cascade Lake-SP 2S* 2,500 multiply-accumulate instructions for INT8 and INT16 data types under the Vector Neural Net- 18.7 Tesla P4 work Instruction (VNNI) umbrella. Its simula- 1,400 tions show Cascade Lake doubles ResNet-50 IPS/W inference throughput when using INT8, which 2.6 Skylake-SP 2S 1,110 IPS should yield about 2,500 IPS for the top-end Xeon (i.e., Platinum 8180 “v2”) 2S platform. Two Figure 2. ResNet-50 inference throughput and efficiency (log scale). processors plus a south bridge consume about Habana’s Goya sets a new benchmark, demonstrating the advantage of a 435W TDP, yielding around 5.7 IPS per watt, or clean-sheet DNN design. For Intel, we show the top-end Xeon Platinum 10% of the Tesla T4’s efficiency. Carrying a list 8180 model of both Skylake and Cascade Lake in dual-socket (2S) configu- price of more than $20,000, the dual-8180 con- rations; other products are single-chip designs. (Data source: vendors, ex- figuration is hardly mainstream. cept *The Linley Group estimate) © The Linley Group • Microprocessor Report December 2018 Data Centers Accelerate AI Processing 3 should greatly boost performance per watt. Samples of the has created ASICs and SoCs for many markets. Now, the first Versal models are due in 2H19. Customers can use the company has developed the Ascend 910 chip for data-center first-generation Alveo cards in the interim, particularly for training and inference. It’s also investing in its own cloud- software development. services business, which is likely to consume internally de- veloped chips where possible. Intel appears most exposed in Competing With Cloud Customers this case. A rising tide should lift all boats, but hyperscale cloud opera- In 2019, Nvidia will finally see competition from third- tors and OEMs are creating dangerous currents for mer- party AI accelerators as multiple startups begin shipping chant vendors. Google is the prime example with its TPUs, their first designs. These startups have all promised massive now entering their third generation. Whereas the TPUv1 performance and efficiency improvements, but once their (circa 2015) was an inference coprocessor, the TPUv2 (de- products reach the market, we’ll see which ones are de- ployed in 2017) is a standalone processor designed for train- livering on these promises.
Recommended publications
  • Accenture AI Inferencing in Action
    POV POV PUT YOUR AI SOLUTION ON STEROIDS POV PUT YOUR AI SOLUTION ON STEROIDS POINT OF VIEW POV PUT YOUR AI SOLUTION ON STEROIDS POV MATCH GPU PERFORMANCE AT HALF THE COST FOR AI INFERENCE WORKLOADS Proven CPU-based solution from Accenture and Intel boosts the performance and lowers the cost of AI inferencing by enabling an easy-to-deploy, scalable, and cost-efficient architecture AI INFERENCING—THE NEXT CRITICAL STEP AFTER AI ALGORITHM TRAINING Artificial Intelligence (AI) solutions include three main functions—identifying and preparing data, training an artificial intelligence algorithm, and using the algorithm for inferring new outcomes. Each function requires different compute recourses and deployment architecture. The choices of infrastructure components and technologies significantly impact the performance and costs associated with deploying an end-to-end AI solution. Data scientists and machine learning (ML) engineers spend significant time devising the right architecture for all stages of the AI pipeline. MODEL DATA TRAINING AND SCORING AND PREPARATION OPTIMIZATION INFERENCE Once an AI computer/algorithm has been trained through traditional or deep learning techniques, it can deliver value by interpreting data (i.e., inferring). Through inference, an AI algorithm can analyze data to: • Differentiate between various items • Identify trends and patterns that can be leveraged during decision-making • Reveal opportunities and possible solutions • Recognize voices, faces, images, etc. POV PUT YOUR AI SOLUTION ON STEROIDS POV Revealing hidden As we look to the future, AI inference will become increasingly possibilities— important to businesses operating in all segments—from health care to financial services to aerospace. And as the reliance on AI inference continues to grow, so Accenture AIP, does the importance of choosing the right AI infrastructure to support it.
    [Show full text]
  • GPU Developments 2018
    GPU Developments 2018 2018 GPU Developments 2018 © Copyright Jon Peddie Research 2019. All rights reserved. Reproduction in whole or in part is prohibited without written permission from Jon Peddie Research. This report is the property of Jon Peddie Research (JPR) and made available to a restricted number of clients only upon these terms and conditions. Agreement not to copy or disclose. This report and all future reports or other materials provided by JPR pursuant to this subscription (collectively, “Reports”) are protected by: (i) federal copyright, pursuant to the Copyright Act of 1976; and (ii) the nondisclosure provisions set forth immediately following. License, exclusive use, and agreement not to disclose. Reports are the trade secret property exclusively of JPR and are made available to a restricted number of clients, for their exclusive use and only upon the following terms and conditions. JPR grants site-wide license to read and utilize the information in the Reports, exclusively to the initial subscriber to the Reports, its subsidiaries, divisions, and employees (collectively, “Subscriber”). The Reports shall, at all times, be treated by Subscriber as proprietary and confidential documents, for internal use only. Subscriber agrees that it will not reproduce for or share any of the material in the Reports (“Material”) with any entity or individual other than Subscriber (“Shared Third Party”) (collectively, “Share” or “Sharing”), without the advance written permission of JPR. Subscriber shall be liable for any breach of this agreement and shall be subject to cancellation of its subscription to Reports. Without limiting this liability, Subscriber shall be liable for any damages suffered by JPR as a result of any Sharing of any Material, without advance written permission of JPR.
    [Show full text]
  • Persistent Memory for Artificial Intelligence
    Persistent Memory for Artificial Intelligence Bill Gervasi Principal Systems Architect [email protected] Santa Clara, CA August 2018 1 Demand Outpacing Capacity In-Memory Computing Artificial Intelligence Machine Learning Deep Learning Memory Demand DRAM Capacity Santa Clara, CA August 2018 2 Driving New Capacity Models Non-volatile memories Industry successfully snuggling large memories to the processors… Memory Demand DRAM Capacity …but we can do oh! so much more Santa Clara, CA August 2018 3 My Three Talks at FMS NVDIMM Analysis Memory Class Storage Artificial Intelligence Santa Clara, CA August 2018 4 History of Architectures Let’s go back in time… Santa Clara, CA August 2018 5 Historical Trends in Computing Edge Co- Computing Processing Power Failure Santa Clara, CA August 2018 Data Loss 6 Some Moments in History Central Distributed Processing Processing Shared Processor Processor per user Dumb terminals Peer-to-peer networks Santa Clara, CA August 2018 7 Some Moments in History Central Distributed Processing Processing “Native Signal Processing” Hercules graphics Main CPU drivers Sound Blaster audio Cheap analog I/O Rockwell modem Ethernet DSP Tightly-coupled coprocessing Santa Clara, CA August 2018 8 The Lone Survivor… Integrated graphics Graphics add-in cards …survived the NSP war Santa Clara, CA August 2018 9 Some Moments in History Central Distributed Processing Processing Phone providers Phone apps provide controlled all local services data processing Edge computing reduces latency Santa Clara, CA August 2018 10 When the Playing
    [Show full text]
  • AI Accelerator Latencies in Hybrid Vehicular Simulation
    AI Accelerator Latencies in Hybrid Vehicular Simulation Jussi Hanhirova Matias Hyyppä Abstract Aalto University Aalto University We study the use of accelerators for vehicular AI (Artifi- Espoo, Finland Espoo, Finland cial Intelligence) applications. Managing the computation jussi.hanhirova@aalto.fi juho.hyyppa@aalto.fi is complex as vehicular AI applications call for high per- formance computations in a real-time distributed environ- ment, in which low and predictable latencies are essential. We have used the CARLA simulator together with machine learning based on CNNs (Convolutional Neural Networks) in our research. In this paper, we present the latency be- Anton Debner Vesa Hirvisalo havior with GPU acceleration for CNN processing. Our ex- Aalto University Aalto University perimentation is motivated by using the simulator to find the Espoo, Finland Espoo, Finland corner cases that are demanding for the accelerated CNN anton.debner@aalto.fi vesa.hirvisalo@aalto.fi processing. Author Keywords Computation acceleration; GPU; deep learning ACM Classification Keywords D.4.8 [Performance]: Simulation; I.2.9 [Robotics]: Autonomous vehicles; I.3.7 [Three-Dimensional Graphics and Realism]: Virtual reality Introduction In this paper, we address the usage of accelerators in ve- hicular AI (Artificial Intelligence) systems and in the simula- tors that are needed in the development of such systems. The recent development of AI system is enabling many new Convolutional Neural Net- applications including autonomous driving of motor vehi- software [5] together with deep learning based inference on works (CNN) are a specific cles on public roads. Many of such systems process sen- TensorFlow [6]. Our measurements show the basic viability class of neural networks that sor data related to environment perception in real-time, be- of the hybrid simulation approach, but they also underline are often used in deep form cause they trigger actions which have latency requirements.
    [Show full text]
  • Unified Inference and Training at the Edge
    Unified Inference and Training at the Edge By Linley Gwennap Principal Analyst October 2020 www.linleygroup.com Unified Inference and Training at the Edge By Linley Gwennap, Principal Analyst, The Linley Group As more edge devices add AI capabilities, some applications are becoming increasingly complex. Wearables and other IoT devices often have multiple sensors, requiring different neural networks for each sensor, or they may use a single complex network to combine all the input data, a tech- nique called sensor fusion. Others implement on-device training to customize the application. The GPX-10 processor can handle these advanced AI applications while keeping power to a minimum. Ambient Scientific sponsored this white paper, but the opinions and analysis are those of the author. Introduction As more IoT products implement AI inferencing on the device, some applications are becoming increasingly complex. Instead of just a single sensor, they may have several, such as a wearable device that has accelerometer, pulse rate, and temperature sensors. Each sensor may require a different neural network, or a single complex network can combine all the input data, a technique called sensor fusion. A microcontroller (e.g., Cortex-M) or DSP can handle a single sensor, but these simple cores are inefficient for more complex IoT applications. Training introduces additional complication to edge devices. Today’s neural networks are trained in the cloud using generic data from many users. This approach takes advan- tage of the massive compute power in cloud data centers, but it creates a one-size-fits-all AI model. The trained model can be distributed to many devices, but even if each device performs the inferencing, the model performs the same way for all users.
    [Show full text]
  • Low-Power Ultra-Small Edge AI Accelerators for Image Recog- Nition with Convolution Neural Networks: Analysis and Future Directions
    Preprints (www.preprints.org) | NOT PEER-REVIEWED | Posted: 16 July 2021 doi:10.20944/preprints202107.0375.v1 Review Low-power Ultra-small Edge AI Accelerators for Image Recog- nition with Convolution Neural Networks: Analysis and Future Directions Weison Lin 1, *, Adewale Adetomi 1 and Tughrul Arslan 1 1 Institute for Integrated Micro and Nano Systems, University of Edinburgh, Edinburgh EH9 3FF, UK; [email protected]; [email protected] * Correspondence: [email protected] Abstract: Edge AI accelerators have been emerging as a solution for near customers’ applications in areas such as unmanned aerial vehicles (UAVs), image recognition sensors, wearable devices, ro- botics, and remote sensing satellites. These applications not only require meeting performance tar- gets but also meeting strict reliability and resilience constraints due to operations in harsh and hos- tile environments. Numerous research articles have been proposed, but not all of these include full specifications. Most of these tend to compare their architecture with other existing CPUs, GPUs, or other reference research. This implies that the performance results of the articles are not compre- hensive. Thus, this work lists the three key features in the specifications such as computation ability, power consumption, and the area size of prior art edge AI accelerators and the CGRA accelerators during the past few years to define and evaluate the low power ultra-small edge AI accelerators. We introduce the actual evaluation results showing the trend in edge AI accelerator design about key performance metrics to guide designers on the actual performance of existing edge AI acceler- ators’ capability and provide future design directions and trends for other applications with chal- lenging constraints.
    [Show full text]
  • Survey and Benchmarking of Machine Learning Accelerators
    1 Survey and Benchmarking of Machine Learning Accelerators Albert Reuther, Peter Michaleas, Michael Jones, Vijay Gadepally, Siddharth Samsi, and Jeremy Kepner MIT Lincoln Laboratory Supercomputing Center Lexington, MA, USA freuther,pmichaleas,michael.jones,vijayg,sid,[email protected] Abstract—Advances in multicore processors and accelerators components play a major role in the success or failure of an have opened the flood gates to greater exploration and application AI system. of machine learning techniques to a variety of applications. These advances, along with breakdowns of several trends including Moore’s Law, have prompted an explosion of processors and accelerators that promise even greater computational and ma- chine learning capabilities. These processors and accelerators are coming in many forms, from CPUs and GPUs to ASICs, FPGAs, and dataflow accelerators. This paper surveys the current state of these processors and accelerators that have been publicly announced with performance and power consumption numbers. The performance and power values are plotted on a scatter graph and a number of dimensions and observations from the trends on this plot are discussed and analyzed. For instance, there are interesting trends in the plot regarding power consumption, numerical precision, and inference versus training. We then select and benchmark two commercially- available low size, weight, and power (SWaP) accelerators as these processors are the most interesting for embedded and Fig. 1. Canonical AI architecture consists of sensors, data conditioning, mobile machine learning inference applications that are most algorithms, modern computing, robust AI, human-machine teaming, and users (missions). Each step is critical in developing end-to-end AI applications and applicable to the DoD and other SWaP constrained users.
    [Show full text]
  • Efficient Management of Scratch-Pad Memories in Deep Learning
    Efficient Management of Scratch-Pad Memories in Deep Learning Accelerators Subhankar Pal∗ Swagath Venkataramaniy Viji Srinivasany Kailash Gopalakrishnany ∗ y University of Michigan, Ann Arbor, MI IBM TJ Watson Research Center, Yorktown Heights, NY ∗ y [email protected] [email protected] fviji,[email protected] Abstract—A prevalent challenge for Deep Learning (DL) ac- TABLE I celerators is how they are programmed to sustain utilization PERFORMANCE IMPROVEMENT USING INTER-NODE SPM MANAGEMENT. Incep Incep Res Multi- without impacting end-user productivity. Little prior effort has Alex VGG Goog SSD Res Mobile Squee tion- tion- Net- Head Geo been devoted to the effective management of their on-chip Net 16 LeNet 300 NeXt NetV1 zeNet PTB v3 v4 50 Attn Mean Scratch-Pad Memory (SPM) across the DL operations of a 1 SPM 1.04 1.19 1.94 1.64 1.58 1.75 1.31 3.86 5.17 2.84 1.02 1.06 1.76 Deep Neural Network (DNN). This is especially critical due to 1-Step 1.04 1.03 1.01 1.10 1.11 1.33 1.18 1.40 2.84 1.57 1.01 1.02 1.24 trends in complex network topologies and the emergence of eager execution. This work demonstrates that there exists up to a speedups of 12 ConvNets, LSTM and Transformer DNNs [18], 5.2× performance gap in DL inference to be bridged using SPM management, on a set of image, object and language networks. [19], [21], [26]–[33] compared to the case when there is no We propose OnSRAM, a novel SPM management framework SPM management, i.e.
    [Show full text]
  • Infiltration of AI/ML in Particle Physics Aspects of Data Handling
    Infiltration of AI/ML in Particle Physics Aspects of data handling Snowmass Community Planning Meeting Oct 5-8, 2020 Jean-Roch Vlimant [email protected] @vlimant Outline I.Motivations for Machine Learning II.Path to the Future of AI in HEP AI/ML in HEP, J-R Vlimant, Snowmass CPM !2 Motivations for Using Machine Learning in High Energy Physics and elsewhere ... 8/27/20 AI/ML in HEP, J-R Vlimant, Snowmass CPM !3 Machine Learning in Industry https://www.nvidia.com/en-us/deep-learning-ai/ http://www.shivonzilis.com/machineintelligence ● Prominent field in industry nowadays ● Lots of data, lots of applications, lots of potential use cases, lots of money ➔ Knowing machine learning can open significantly career horizons !4 8/27/20 AI/ML in HEP, J-R Vlimant, Snowmass CPM Learning to Control Learning to Walk via Deep Reinforcement Learning https://arxiv.org/abs/1812.11103 Mastering the game of Go with deep neural networks and tree search, https://doi.org/10.1038/nature16961 Modern machine learning boosts control technologies. AI, gaming, robotic, self-driving vehicle, etc. AI/ML in HEP, J-R Vlimant, Snowmass CPM !5 Learning from Complexity Machine learning model can extract information from complex dataset. More classical algorithm counter part may take years of development. !6 8/27/20 AI/ML in HEP, J-R Vlimant, Snowmass CPM Learn Physics P. Komiske, E. Metodiev, J. Thaler, https://arxiv.org/abs/1810.05165 Machine Learning can help understand Physics. !7 8/27/20 AI/ML in HEP, J-R Vlimant, Snowmass CPM Use Physics A.
    [Show full text]
  • Ai Accelerator Ecosystem: an Overview
    AI ACCELERATOR ECOSYSTEM: AN OVERVIEW DAVID BURNETTE, DIRECTOR OF ENGINEERING, MENTOR, A SIEMENS BUSINESS HIGH-LEVEL SYNTHESIS WHITEPAPER www.mentor.com AI Accelerator Ecosystem: An Overview One of the fastest growing areas of hardware and software design is Artificial Intelligence (AI)/Machine Learning (ML), fueled by the demand for more autonomous systems like self-driving vehicles and voice recognition for personal assistants. Many of these algorithms rely on convolutional neural networks (CNNs) to implement deep learning systems. While the concept of convolution is relatively straightforward, the application of CNNs to the ML domain has yielded dozens of different neural network approaches. While these networks can be executed in software on CPUs/GPUs, the power requirements for these solutions make them impractical for most inferencing applications, the majority of which involve portable, low-power devices. To improve the power/performance, hardware teams are forming to create ML hardware acceleration blocks. However, the process of taking any one of these compute-intensive networks into hardware, especially energy-efficient hardware, is a time consuming process if the team employs a traditional RTL design flow. Consider all of these interdependent activities using a traditional flow: ■ Expressing the algorithm correctly in RTL. ■ Choosing the optimal bit-widths for kernel weights and local storage to meet the memory budget. ■ Designing the microarchitecture to have a low enough latency to be practical for the target application, while determining how the accelerator communicates across the system bus without killing the latency the team just fought for. ■ Verifying the algorithm early on and throughout the implementation process, especially in the context of the entire system.
    [Show full text]
  • MYTHIC MULTIPLIES in a FLASH Analog In-Memory Computing Eliminates DRAM Read/Write Cycles
    MYTHIC MULTIPLIES IN A FLASH Analog In-Memory Computing Eliminates DRAM Read/Write Cycles By Mike Demler (August 27, 2018) ................................................................................................................... Machine learning is a hot field that attracts high-tech The startup plans by the end of this year to tape out investors, causing the number of startups to explode. As its first product, which can store up to 50 million weights. these young companies strive to compete against much larg- At that time, it also aims to release the alpha version of its er established players, some are revisiting technologies the software tools and a performance profiler. The company veterans may have dismissed, such as analog computing. expects to begin volume shipments in 4Q19. Mythic is riding this wave, using embedded flash-memory technology to store neural-network weights as analog pa- Solving a Weighty Problem rameters—an approach that eliminates the power consumed Mythic uses Fujitsu’s 40nm embedded-flash cell, which it in moving data between the processor and DRAM. plans to integrate in an array along with digital-to-analog The company traces its origin to 2012 at the University converters (DACs) and analog-to-digital converters (ADCs), of Michigan, where CTO Dave Fick completed his doctoral as Figure 1 shows. By storing a range of analog voltages in degree and CEO Mike Henry spent two and a half years as the bit cells, the technique uses the cell’s voltage-variable a visiting scholar. The founders worked on a DoD-funded conductance to represent weights with 8-bit resolution. This project to develop machine-learning-powered surveillance drones, eventually leading to the creation of their startup.
    [Show full text]
  • Driving Intelligence at the Edge: Axiomtek's Edge AI Solutions
    Driving Intelligence at the Edge Axiomtek’s Edge AI Solutions Copyright 2019 Axiomtek Co., Ltd. All Rights Reserved Driving Intelligence at the Edge: Axiomtek’s Edge AI Solutions From IoT to AIoT – Smart IoT Powered by AI IoT data overload While IoT allows enterprises to turn device data into actionable insights to optimize business processes and prevent problems, the ability to handle data in a timely, effective manner will determine whether an enterprise can fully enjoy the benefits of IoT. With numerous flows of data streamed from connected sensors and devices that are increasing by billion per year, it is only a matter of time that the enterprise clouds, growing slowly at an annual rate of thousands, will eventually be overwhelmed by enormous volumes of datasets which are beyond their capacity to digest. Also, in applications like autonomous machine operation, security surveillance, and manufacturing process monitoring, local devices need to act instantly in response to time-critical events. Waiting for feedback from the cloud can result in a response delay and make devices less likely to accomplish the tasks in real time. To resolve the issues of data overload and response lag, a growing number of companies are now seeking to incorporate edge computing and AI solutions into their IoT systems. Edge computing: processing data where it is needed Edge computing is a distributed computing technology which brings computation to the edge of an IoT network, where local devices are able to process time-sensitive data as close to its source as possible, rather than having to send the data to a centralized control server for analysis.
    [Show full text]