DjiNN and Tonic: DNN as a Service and Its Implications for Future Warehouse Scale Computers

Size: px
Start display at page:

Download "DjiNN and Tonic: DNN as a Service and Its Implications for Future Warehouse Scale Computers"

Transcription

1 and Its Implications for Future Warehouse Scale Computers Johann Hauswald, Yiping Kang, Michael A Laurenzano, Quan Chen, Cheng Li, Trevor Mudge, Ronald G Dreslinski, Jason Mars, Lingjia Tang University of Michigan Ann Arbor, MI

2 Intelligent Personal Assistant (IPA) Queries 2

3 Intelligent Personal Assistant (IPA) Queries Set my alarm for 6am 2

4 Intelligent Personal Assistant (IPA) Queries Set my alarm for 6am 2

5 Intelligent Personal Assistant (IPA) Queries What s the speed of light? Set my alarm for 6am 2

6 Intelligent Personal Assistant (IPA) Queries What s the speed of light? Set my alarm for 6am 2

7 Intelligent Personal Assistant (IPA) Queries What s the speed of light? Set my alarm for 6am Who is this? 2

8 Intelligent Personal Assistant (IPA) Queries What s the speed of light? Set my alarm for 6am Who is this? 2

9 Intelligent Personal Assistant (IPA) Queries What s the speed of light? Set my alarm for 6am Who is this? 2

10 3

11 Deep Neural Networks (DNNs) Feature Maps Inference 01 Spiderman 09 Superman 05 Batman Input Convolutional layer Pooling layer Fully Connected layer Network Architecture 4

12 Deep Neural Networks (DNNs) speech features Inference Who, is, this who is this word vectors w 0 w 1 w k w 0 w 1 w k w 0 w 1 w k Fully Connected layer Who (PRONOUN) is (VERB) this (PRONOUN) Network Architecture 4

13 DNN as a Service Image Classification Digit Recognition Facial Recognition Speech Recognition Natural Language Processing 5

14 DNN as a Service Image Classification Unified, highly optimized appliance for DNN Digit Recognition Facial Recognition Speech Recognition Natural Language Processing 5

15 We now have probably 30 or 40 different teams at Google using our infrastructure -Jeff Dean

16 DNN as a Service Image Classification Unified, highly optimized appliance for DNN Digit Recognition Facial Recognition Speech Recognition Natural Language Processing

17 Challenge Design a high throughput Warehouse Scale Computer (WSC) for DNN as a Service 8

18 Outline Identifying Bottlenecks for DNN as a Service Designing a High Throughput System Future Warehouse Scale Computer (WSC) Designs Conclusion 9

19 10

20 Tonic Suite Applications DjiNN Design Goals IMC Image Task DIG DjiNN DNN Service FACE Single web-service for DNN Diverse applications Speech Recognition (ASR) Low overhead request Task DNN Architecture processing It s business, Superman POS CHK NER IMC business (noun) Superman (P noun) It s (VP, B-NP) business (NP, I-NP) Superman (PERSON) DIG POS FACE CHK ASR NER Trained Models Natural Language Processing Task 11

21 Tonic Suite Applications DjiNN Implementation IMC Image Task DIG DjiNN DNN Service FACE DNN Architecture Decoupled architecture Arbitrary network architecture Speech Recognition (ASR) support Task Natural Language More details in paper Processing Task POS CHK NER business (noun) Superman (P noun) It s (VP, B-NP) business (NP, I-NP) Superman (PERSON) IMC DIG POS FACE CHK ASR NER Trained Models It s business, Memory resident models for Superman thread pool 12

22 Tonic Suite Tonic Suite Applications End-to-end applications that make requests to the DjiNN Service Span image, speech, and Users natural language processing State-of-the-art neural network architectures IMC Image Task DIG FACE Speech Recognition (ASR) Task It s business, Superman Natural Language Processing Task POS CHK NER business (noun) Superman (P noun) It s (VP, B-NP) business (NP, I-NP) Superman (PERSON) 13

23 Tonic Suite Applications IMC Users Image Task DIG DjiNN DNN Service FACE DNN Architecture Speech Recognition (ASR) Task It s business, Superman POS CHK NER IMC business (noun) Superman (P noun) It s (VP, B-NP) business (NP, I-NP) Superman (PERSON) DIG POS FACE CHK Trained Models Natural Language Processing Task ASR NER Release includes: inputs, pre-trained models, and modified Caffe djinnclarity-laborg 14

24 Identifying Bottlenecks for DNN as a Service 15

25 Identifying Bottlenecks for DjiNN and Tonic Software: Caffe (modified) CPU: Intel Xeon E GHz ATLAS (vectorized) DNN: More than 80% of cycles 16

26 Identifying Bottlenecks for DjiNN and Tonic Software: Caffe (modified) CPU: Intel Xeon E GHz ATLAS (vectorized) GPU: NVIDIA Tesla K40M cudnn v1 and Caffe 16

27 Identifying Bottlenecks for DjiNN and Tonic Software: Caffe (modified) 133x CPU: Intel Xeon E GHz ATLAS (vectorized) GPU: NVIDIA Tesla K40M ~7x cudnn v1 and Caffe 16

28 Identifying Bottlenecks for DjiNN and Tonic Throughput Improvement GPU Profiling 16

29 Identifying Bottlenecks for DjiNN and Tonic Low memory bandwidth utilization Throughput Improvement GPU Profiling 16

30 Identifying Bottlenecks for DjiNN and Tonic Throughput Improvement GPU Profiling GPU is not fully utilized 16

31 Designing a High Throughput System 17

32 Designing a High Throughput System Batching x0 x01 x02 x03 x04x05 Batch Size: x1 x11 x12 x13 x14x15 xd xd xd xd xd xd Streaming Multiprocessor WARP WARP WARP WARP WARP WARP High Occupancy 18

33 Designing a High Throughput System Batching x0 x01 x02 x03 x04x05 Batch Size: x1 xd x11 xd x12 xd x13 xd x14x15 xd xd ~15x Streaming Multiprocessor ~5x WARP WARP WARP WARP WARP WARP High Occupancy 18

34 Designing a High Throughput System Concurrent Execution Launch concurrent DNN services on the GPU Leverage NVIDIA Multi- Process Service (MPS) [1] SM0 GPU SM1 SM14 [1] Multi-Process Service Multi_Process_Service_Overviewpdf 19

35 Designing a High Throughput System Concurrent Execution Launch concurrent DNN services on the GPU Leverage NVIDIA Multi- Process Service (MPS) [1] 4 DNN concurrent instances Average improvement: 3x SM0 GPU SM1 SM14 [1] Multi-Process Service Multi_Process_Service_Overviewpdf 19

36 Designing a High Throughput System ~127x ~7x Average throughput improvement: 133x 20

37 1 GPU

38 8 GPU

39 GPU Scaling Average throughput improvement using optimizations: 771x 22

40 Bandwidth Requirements for Peak Throughput Experimental setup: eliminate any data transfer to GPU Bandwidth to GPUs saturated NLP requires more bandwidth to GPUs 23

41 Single Server Key Insights DNNs do not benefit equally from optimizations High communication Natural Language Processing (NLP) tasks require far more bandwidth Optimizing compute platforms depends on DNN s computation and communication characteristics 24

42 Future Warehouse Scale Computer (WSC) Designs 25

43 Future WSC Designs Server Designs 26

44 Future WSC Designs Server Designs 26

45 Future WSC Designs Server Designs CPU-only: +no extra HW -low throughput 26

46 Future WSC Designs Server Designs CPU-only: +no extra HW -low throughput 26

47 Future WSC Designs Server Designs CPU-only: +no extra HW -low throughput 26

48 Future WSC Designs Server Designs CPU-only: Integrated GPU: +no extra HW +homogeneous -low throughput -over-provision GPU 26

49 Future WSC Designs Server Designs CPU-only: Integrated GPU: +no extra HW +homogeneous -low throughput -over-provision GPU 26

50 Future WSC Designs Server Designs CPU-only: Integrated GPU: +no extra HW +homogeneous -low throughput -over-provision GPU 26

51 Future WSC Designs Server Designs CPU-only: Integrated GPU: +no extra HW +homogeneous -low throughput -over-provision GPU Disaggregated GPU: +decouple CPU/GPU -data transfer 26

52 Future WSC Designs Total Cost of Ownership (TCO) Expand Barroso [1] model with GPU and networking costs Addressing the bandwidth bottleneck further improves NLP TCO (more details in paper) Integrated GPU Disaggregated GPU TCO (Normalized to CPU-only) x MIXED IMAGE NLP 5x [1] Barroso, Luiz André, et al "The datacenter as a computer: An introduction to the design of warehouse-scale machines" 27

53 WSC Scale Key Insights TCO improvement dependent on the DNN workload composition Bandwidth constrained workloads underutilize GPUs in Integrated design Sufficient bandwidth is critical to fully utilize resources 28

54 Conclusion Unified, state-of-the-art, highly optimized DNN as a Service DNNs have different compute and communication characteristics Do not benefit equally from optimizations Characteristics impact system designs 29

55 Thank you djinnclarity-laborg 30

VICE PRESIDENT, ARCHITECTURE GENERAL MANAGER, AI PRODUCTS GROUP - INTEL

VICE PRESIDENT, ARCHITECTURE GENERAL MANAGER, AI PRODUCTS GROUP - INTEL VICE PRESIDENT, ARCHITECTURE GENERAL MANAGER, AI PRODUCTS GROUP - INTEL Artificial intelligence Machine learning Deep learning Types of analytics/ml (PARTIAL LIST) C l a s s i f i c a t i o n R e g r

More information

Goya Inference Platform & Performance Benchmarks. Rev January 2019

Goya Inference Platform & Performance Benchmarks. Rev January 2019 Goya Inference Platform & Performance Benchmarks Rev. 1.6.1 January 2019 Habana Goya Inference Platform Table of Contents 1. Introduction 2. Deep Learning Workflows Training and Inference 3. Goya Deep

More information

Connect. Challenge. Inspire.

Connect. Challenge. Inspire. HPC Universe Expansion Connect. Challenge. Inspire. 0 2017 FUJITSU 1975 SOLAR 16-65: 750ns for 16bits ADD instruction 64KBytes main memory 2.5MBytes disk storage 1 2017 FUJITSU 1979! ICL PERQ «smalltalk»

More information

NVIDIA AND SAP INDUSTRY CHALLENGES INTEGRATED SOLUTION

NVIDIA AND SAP INDUSTRY CHALLENGES INTEGRATED SOLUTION NVIDIA AND SAP ACCELERATING ENTERPRISE INTELLIGENCE Deep learning is a collection of statistical machine learning techniques that is transforming every digital business. Applications using deep learning

More information

Cognitive, AI and Analytics

Cognitive, AI and Analytics Cognitive, AI and Analytics examples, trends and directions Ulrich Walter Cognitive Systems HPC & Cloud Sales Leader Hanover, 22.12.2017 Overall Artificial Intelligence (AI) Space Cognitive / ML/DL Human

More information

Goya Deep Learning Inference Platform. Rev. 1.2 November 2018

Goya Deep Learning Inference Platform. Rev. 1.2 November 2018 Goya Deep Learning Inference Platform Rev. 1.2 November 2018 Habana Goya Deep Learning Inference Platform Table of Contents 1. Introduction 2. Deep Learning Workflows Training and Inference 3. Goya Deep

More information

AI Solutions and Use Cases Up Close Dolly Wu, Vice President/GM Alfie Lew, Solution Architect

AI Solutions and Use Cases Up Close Dolly Wu, Vice President/GM Alfie Lew, Solution Architect AI Summit 2017 AI Solutions and Use Cases Up Close Dolly Wu, Vice President/GM Alfie Lew, Solution Architect Inspur Quick Overview 4 Business Groups $10.2 Billion FY16 Revenue TOP 4 Server Manufacturer

More information

High-Performance Computing (HPC) Up-close

High-Performance Computing (HPC) Up-close High-Performance Computing (HPC) Up-close What It Can Do For You In this InfoBrief, we examine what High-Performance Computing is, how industry is benefiting, why it equips business for the future, what

More information

Data Science is a Team Sport and an Iterative Process

Data Science is a Team Sport and an Iterative Process Data Science is a Team Sport and an Iterative Process Data Engineer Data Scientist Biz Analyst Dev Ops App Developer Dev Ops Extract Data Prepare Data Build models Train Models Evaluate Deploy Use models

More information

Deep Learning Insurgency

Deep Learning Insurgency Deep Learning Insurgency Data holds competitive value What your data would say if it could talk Amount of data worldwide by 2020 44 zettabytes Internet Of Things Mobile unstructured data structured data

More information

PowerAI. Mandie Quartly Ph.D. WW lead, Machine Learning & High Performance Analytics, OpenPOWER ISV

PowerAI. Mandie Quartly Ph.D. WW lead, Machine Learning & High Performance Analytics, OpenPOWER ISV PowerAI Mandie Quartly Ph.D. WW lead, Machine Learning & High Performance Analytics, OpenPOWER ISV Ecosystem @mandieq Cognitive landscape: terms and relationship Big Data Artificial Intelligence & Cognitive

More information

INTRODUCTION TO R FOR DATA SCIENCE WITH R FOR DATA SCIENCE DATA SCIENCE ESSENTIALS INTRODUCTION TO PYTHON FOR DATA SCIENCE. Azure Machine Learning

INTRODUCTION TO R FOR DATA SCIENCE WITH R FOR DATA SCIENCE DATA SCIENCE ESSENTIALS INTRODUCTION TO PYTHON FOR DATA SCIENCE. Azure Machine Learning Data Science Track WITH EXCEL INTRODUCTION TO R FOR DATA SCIENCE PROGRAMMING WITH R FOR DATA SCIENCE APPLIED MACHINE LEARNING SCENARIOS HDInsight Certificate of DATA SCIENCE ORIENTATION QUERYING DATA WITH

More information

Technical Review Accelerating the Artificial Intelligence Journey with Dell EMC Ready Solutions for AI

Technical Review Accelerating the Artificial Intelligence Journey with Dell EMC Ready Solutions for AI Technical Review Accelerating the Artificial Intelligence Journey with Dell EMC Ready Solutions for AI Date: August 218 Author: Jack Poller, Senior Analyst Abstract This ESG Technical Review documents

More information

Fifth-Generation CEVA Imaging & Vision Silicon IP. Sep, 2016

Fifth-Generation CEVA Imaging & Vision Silicon IP. Sep, 2016 Fifth-Generation CEVA Imaging & Vision Silicon IP Sep, 2016 The Demand for Vision Processor IP Smartphones Automotive Consumer Electronics Smartphone OEMs looking for ways to stand out from the crowd Qualcomm

More information

Design System for Machine Learning Accelerator

Design System for Machine Learning Accelerator Design System for Machine Learning Accelerator Joonyoung Kim NVXL Technology Senior Director of Machine Learning HW Development 09/13/2018 NVXL ACCELERATION PLATFORM NVXL/Partner Libraries NVXL & 3P RTL/OCL

More information

NVIDIA QUADRO VIRTUAL DATA CENTER WORKSTATION APPLICATION SIZING GUIDE FOR SIEMENS NX APPLICATION GUIDE. Ver 1.0

NVIDIA QUADRO VIRTUAL DATA CENTER WORKSTATION APPLICATION SIZING GUIDE FOR SIEMENS NX APPLICATION GUIDE. Ver 1.0 NVIDIA QUADRO VIRTUAL DATA CENTER WORKSTATION APPLICATION SIZING GUIDE FOR SIEMENS NX APPLICATION GUIDE Ver 1.0 EXECUTIVE SUMMARY This document provides insights into how to deploy NVIDIA Quadro Virtual

More information

IBM Power Systems. Bringing Choice and Differentiation to Linux Infrastructure

IBM Power Systems. Bringing Choice and Differentiation to Linux Infrastructure IBM Power Systems Bringing Choice and Differentiation to Linux Infrastructure Stefanie Chiras, Ph.D. Vice President IBM Power Systems Offering Management Client initiatives Cognitive Cloud Economic value

More information

Onur Celebioglu. Engineering Director, HPC &AI Solutions

Onur Celebioglu. Engineering Director, HPC &AI Solutions Dell EMC HPC & AI Innovation Lab: AI Technology Update Onur Celebioglu Engineering Director, HPC &AI Solutions Machine Learning & Deep Learning eco-system solving real world problems Verticals / Use Cases

More information

Drug candidate prediction using machine learning techniques

Drug candidate prediction using machine learning techniques Drug candidate prediction using machine learning techniques Hojung Nam, Ph.D. Associate Professor School of Electrical Engineering and Computer Science (EECS) Gwangju Institute of Science and Technology

More information

ACCELERATE DEEP LEARNING WITH A MODERN DATA PLATFORM

ACCELERATE DEEP LEARNING WITH A MODERN DATA PLATFORM ACCELERATE DEEP LEARNING WITH A MODERN DATA PLATFORM SPONSORED BY: PRODUCED BY IN CONJUNCTION WITH: SOCIETAL IMPACT OF ARTIFICIAL INTELLIGENCE Massive amounts of data are being created driven by billions

More information

ML at Facebook: An Infrastructure View. Yangqing Jia Director, Facebook AI Infra

ML at Facebook: An Infrastructure View. Yangqing Jia Director, Facebook AI Infra ML at Facebook: An Infrastructure View Yangqing Jia Director, Facebook AI Infra (* This is not Facebook AI Infra) The Machine Learning Moore s Law? Number of Citations 2500 2000 1500 1000 500 0 2001 2003

More information

Using FPGAs to Accelerate Neural Network Inference

Using FPGAs to Accelerate Neural Network Inference Using FPGAs to Accelerate Neural Network Inference 1 st FPL Workshop on Reconfigurable Computing for Deep Learning (RC4DL) 8. September 2017, Ghent, Belgium Associate Professor Magnus Jahre Department

More information

Bare-Metal High Performance Computing in the Cloud

Bare-Metal High Performance Computing in the Cloud Bare-Metal High Performance Computing in the Cloud On June 8, 2018, the world s fastest supercomputer, the IBM/NVIDIA Summit, began final testing at the Oak Ridge National Laboratory in Tennessee. Peak

More information

Active Analytics Overview

Active Analytics Overview Active Analytics Overview The Fourth Industrial Revolution is predicated on data. Success depends on recognizing data as the most valuable corporate asset. From smart cities to autonomous vehicles, logistics

More information

RAPIDS GPU POWERED MACHINE LEARNING

RAPIDS GPU POWERED MACHINE LEARNING RAPIDS GPU POWERED MACHINE LEARNING RISE OF GPU COMPUTING APPLICATIONS 10 7 10 6 GPU-Computing perf 1.5X per year 1000X by 2025 ALGORITHMS 10 5 1.1X per year SYSTEMS 10 4 CUDA ARCHITECTURE 10 3 1.5X per

More information

Machine Learning and Deep Learning for Building Intelligent Platforms Binu Aiyappan, Wipro Technologies. #ESCconf

Machine Learning and Deep Learning for Building Intelligent Platforms Binu Aiyappan, Wipro Technologies. #ESCconf Machine Learning and Deep Learning for Building Intelligent Platforms Binu Aiyappan, Wipro Technologies If you were not noticing If you were not noticing Let s try this in another way, say credit for credit

More information

Mike Strickland, Director, Data Center Solution Architect Intel Programmable Solutions Group July 2017

Mike Strickland, Director, Data Center Solution Architect Intel Programmable Solutions Group July 2017 Mike Strickland, Director, Data Center Solution Architect Intel Programmable Solutions Group July 2017 Accelerate Big Data Analytics with Intel Frameworks and Libraries with FPGA s 1. Intel Big Data Analytics

More information

Ed Turkel HPC Strategist

Ed Turkel HPC Strategist Dell EMC @ HPC on Wall St Ed Turkel HPC Strategist ed_turkel@dellteam.com Transforming the business Digital Transformation IT Transformation Workforce Transformation Security Transformation 2 Domain Experience

More information

#23164 FASTEST GPU-BASED OLAP AND DATA MINING: BIG DATA ANALYTICS ON DGX. Speaker: Roman Raevsky, Co-Founder & CEO, Polymatica

#23164 FASTEST GPU-BASED OLAP AND DATA MINING: BIG DATA ANALYTICS ON DGX. Speaker: Roman Raevsky, Co-Founder & CEO, Polymatica #23164 FASTEST GPU-BASED OLAP AND DATA MINING: BIG DATA ANALYTICS ON DGX Speaker: Roman Raevsky, Co-Founder & CEO, Polymatica rar@polymatica.com ABOUT POLYMATICA OWN BI PLATFORM DEVELOPMENT SINCE 2010

More information

X5 Synergy Video Management Solution

X5 Synergy Video Management Solution X5 Synergy Video Management Solution 250.426.8100 Fax 250.426.8170 www.ascendentgroup.com info@ascendentgroup.com Ascendent s X5 Synergy software creates a true hybrid surveillance system by utilizing

More information

Materials Discovery: Understanding Polycrystals from Large-Scale Electron Patterns

Materials Discovery: Understanding Polycrystals from Large-Scale Electron Patterns Materials Discovery: Understanding Polycrystals from Large-Scale Electron Patterns 3rd Workshop on Advances in Software and Hardware (ASH) at BigData December 5, 2016 Ruoqian Liu, Dipendra Jha, Ankit Agrawal,

More information

Delivering High Performance for Financial Models and Risk Analytics

Delivering High Performance for Financial Models and Risk Analytics QuantCatalyst Delivering High Performance for Financial Models and Risk Analytics September 2008 Risk Breakfast London Dr D. Egloff daniel.egloff@quantcatalyst.com QuantCatalyst Inc. Technology and software

More information

RODOD Performance Test on Exalogic and Exadata Engineered Systems

RODOD Performance Test on Exalogic and Exadata Engineered Systems An Oracle White Paper March 2014 RODOD Performance Test on Exalogic and Exadata Engineered Systems Introduction Oracle Communications Rapid Offer Design and Order Delivery (RODOD) is an innovative, fully

More information

WHEN PERFORMANCE MATTERS: EXTENDING THE COMFORT ZONE: DAVIDE. Fabrizio Magugliani Siena, May 16 th, 2017

WHEN PERFORMANCE MATTERS: EXTENDING THE COMFORT ZONE: DAVIDE. Fabrizio Magugliani Siena, May 16 th, 2017 WHEN PERFORMANCE MATTERS: EXTENDING THE COMFORT ZONE: DAVIDE Fabrizio Magugliani fabrizio.magugliani@e4company.com Siena, May 16 th, 2017 E4 IN A NUTSHELL Since 2002, E4 Computer Engineering has been innovating

More information

Intel Public Sector 3

Intel Public Sector 3 Intel technologies features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. No computer

More information

NVIDIA PRIMER ARTIFICIAL INTELLIGENCE AND DEEP LEARNING IN TELCO

NVIDIA PRIMER ARTIFICIAL INTELLIGENCE AND DEEP LEARNING IN TELCO NVIDIA PRIMER ARTIFICIAL INTELLIGENCE AND DEEP LEARNING IN TELCO WHAT ARE THE TRENDS DRIVING CHANGE IN TELCO TODAY? The promise of content available on any screen has become a Consumers still have an appetite

More information

Multi-tenant GPU Clusters for Deep Learning Workloads: Analysis and Implications

Multi-tenant GPU Clusters for Deep Learning Workloads: Analysis and Implications Multi-tenant GPU Clusters for Deep Learning Workloads: Analysis and Implications Myeongjae Jeon, Shivaram Venkataraman, Amar Phanishayee, Junjie Qian, Wencong Xiao, Fan Yang Microsoft Research Abstract

More information

White Paper. IBM POWER8: Performance and Cost Advantages in Business Intelligence Systems. 89 Fifth Avenue, 7th Floor. New York, NY 10003

White Paper. IBM POWER8: Performance and Cost Advantages in Business Intelligence Systems. 89 Fifth Avenue, 7th Floor. New York, NY 10003 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com Start: 3:02 End: White Paper IBM POWER8: Performance and Cost Advantages in Business Intelligence Systems This report was developed by Edison

More information

PowerAI World s Fastest AI Platform for Enterprise. Scott Soutter Offering Manager: PowerAI and High Performance Data Analytics

PowerAI World s Fastest AI Platform for Enterprise. Scott Soutter Offering Manager: PowerAI and High Performance Data Analytics PowerAI World s Fastest AI Platform for Enterprise Scott Soutter Offering Manager: PowerAI and High Performance Data Analytics soutter@us.ibm.com The Cognitive Landscape is Evolving Big Data Artificial

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Exadata Database Machine IOUG Exadata SIG Update February 6, 2013 Mathew Steinberg Exadata Product Management 2 The following is intended to outline our general product direction. It is intended for

More information

Deep Learning Acceleration with

Deep Learning Acceleration with Deep Learning Acceleration with powered by A Technical White Paper TABLE OF CONTENTS The Promise of AI The Challenges of the AI Lifecycle and Infrastructure MATRIX Powered by Bitfusion Flex Solution Architecture

More information

Business Insight at the Speed of Thought

Business Insight at the Speed of Thought BUSINESS BRIEF Business Insight at the Speed of Thought A paradigm shift in data processing that will change your business Advanced analytics and the efficiencies of Hybrid Cloud computing models are radically

More information

Scalability and High Performance with MicroStrategy 10

Scalability and High Performance with MicroStrategy 10 Scalability and High Performance with MicroStrategy 10 Enterprise Analytics and Mobility at Scale. Copyright Information All Contents Copyright 2017 MicroStrategy Incorporated. All Rights Reserved. Trademark

More information

Analytics with Intelligent Edge Sergey Serebryakov Research Engineer IEEE COMMUNICATIONS SOCIETY

Analytics with Intelligent Edge Sergey Serebryakov Research Engineer IEEE COMMUNICATIONS SOCIETY Analytics with Intelligent Edge Sergey Serebryakov Research Engineer IEEE COMMUNICATIONS SOCIETY Deep learning today Vision Speech Text Other Search & information extraction Security/Video surveillance

More information

Compiere ERP Starter Kit. Prepared by Tenth Planet

Compiere ERP Starter Kit. Prepared by Tenth Planet Compiere ERP Starter Kit Prepared by Tenth Planet info@tenthplanet.in www.tenthplanet.in 1. Compiere ERP - an Overview...3 1. Core ERP Modules... 4 2. Available on Amazon Cloud... 4 3. Multi-server Support...

More information

Ask the right question, regardless of scale

Ask the right question, regardless of scale Ask the right question, regardless of scale Customers use 100s to 1,000s Of cores to answer business-critical Questions they couldn t have done before. Trivial to support different use cases Different

More information

White Paper. SAP NetWeaver Landscape Virtualization Management on VCE Vblock System 300 Family

White Paper. SAP NetWeaver Landscape Virtualization Management on VCE Vblock System 300 Family White Paper SAP NetWeaver Landscape Virtualization Management on VCE Vblock System 300 Family Table of Contents 2 Introduction 3 A Best-of-Breed Integrated Operations Architecture 3 SAP NetWeaver Landscape

More information

Cabot Partners Optimizing Business Value. Cabot Partners Group, Inc. 100 Woodcrest Lane, Danbury, CT

Cabot Partners Optimizing Business Value. Cabot Partners Group, Inc. 100 Woodcrest Lane, Danbury, CT The Intel Omni-Path Architecture (OPA) for Machine Learning Sponsored by Intel Srini Chari, Ph.D., MBA and M. R. Pamidi Ph.D. December 2017 mailto:info@cabotpartners.com Executive Summary Cabot Partners

More information

Intel s Machine Learning Strategy. Gary Paek, HPC Marketing Manager, Intel Americas HPC User Forum, Tucson, AZ April 12, 2016

Intel s Machine Learning Strategy. Gary Paek, HPC Marketing Manager, Intel Americas HPC User Forum, Tucson, AZ April 12, 2016 Intel s Machine Learning Strategy Gary Paek, HPC Marketing Manager, Intel Americas HPC User Forum, Tucson, AZ April 12, 2016 Taxonomic Foundations AI Sense, learn, reason, act, and adapt to the real world

More information

Dive into nova scheduler performance

Dive into nova scheduler performance Dive into nova scheduler performance Where is the bottleneck? Cheng, Yingxin Contents Background Performance, Optimizations (58 simulated runs) Future Background Scheduler architecture Analysis methodology

More information

ANALYTIC SOLUTIONS WITH DISPARATE DATA

ANALYTIC SOLUTIONS WITH DISPARATE DATA ANALYTIC SOLUTIONS WITH DISPARATE DATA CQSDI 2018, Cape Canaveral, FL John Schroeder and Chad Hall Lockheed Martin Aeronautics Enterprise Integration Advanced Analytics We see disparate data sources as

More information

Real-time Analytics Powered by GPU-Accelerated Databases. Chris Prendergast and Woody Christy GTC, May 8, 2017

Real-time Analytics Powered by GPU-Accelerated Databases. Chris Prendergast and Woody Christy GTC, May 8, 2017 Real-time Analytics Powered by GPU-Accelerated Databases Chris Prendergast and Woody Christy GTC, May 8, 2017 Kinetica Background United States Army Intelligence seeks a means to assess terrorist and other

More information

Extend the Value of Your Data Warehouse with Big Data

Extend the Value of Your Data Warehouse with Big Data Rick Clements Director, Marketing, Big Data, IBM Software Group, Information Management Extend the Value of Your Data Warehouse with Big Data You are likely familiar with the traditional warehouse infrastructure

More information

ALCF SITE UPDATE IXPUG 2018 MIDDLE EAST MEETING. DAVID E. MARTIN Manager, Industry Partnerships and Outreach. MARK FAHEY Director of Operations

ALCF SITE UPDATE IXPUG 2018 MIDDLE EAST MEETING. DAVID E. MARTIN Manager, Industry Partnerships and Outreach. MARK FAHEY Director of Operations erhtjhtyhy IXPUG 2018 MIDDLE EAST MEETING ALCF SITE UPDATE DAVID E. MARTIN Manager, Industry Partnerships and Outreach Argonne Leadership Computing Facility MARK FAHEY Director of Operations Argonne Leadership

More information

Dennis Bradford, Sundaram Chinthamani, Jesus Corbal, Adhiraj Hassan, Ken Janik, Nawab Ali

Dennis Bradford, Sundaram Chinthamani, Jesus Corbal, Adhiraj Hassan, Ken Janik, Nawab Ali Dennis Bradford, Sundaram Chinthamani, Jesus Corbal, Adhiraj Hassan, Ken Janik, Nawab Ali 1 Legal Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Transforming SAP Applications

Transforming SAP Applications Transforming SAP Applications Leveraging Cloud & Big Data Analytics Copyright 2012 Cisco, EMC Corporation, VCE, VMware. All other trademarks used herein are the property of their respective owners. All

More information

Deep Speech 2: End-to-End Speech Recognition in English and Mandarin

Deep Speech 2: End-to-End Speech Recognition in English and Mandarin Deep Speech 2: End-to-End Speech Recognition in English and Mandarin Presenter: Saket Gurukar Most of the slides are borrowed from Adam Coates, Amnon Drory & Matan Karo Speech&recogni,on& Many&exci,ng&&&valuable&applica,ons&

More information

Simplifying Hadoop. Sponsored by. July >> Computing View Point

Simplifying Hadoop. Sponsored by. July >> Computing View Point Sponsored by >> Computing View Point Simplifying Hadoop July 2013 The gap between the potential power of Hadoop and the technical difficulties in its implementation are narrowing and about time too Contents

More information

Deep Learning Acceleration with MATRIX: A Technical White Paper

Deep Learning Acceleration with MATRIX: A Technical White Paper The Promise of AI The Challenges of the AI Lifecycle and Infrastructure MATRIX Solution Architecture Bitfusion Core Container Management Smart Resourcing Data Volumes Multitenancy Interactive Workspaces

More information

Data Analytics and CERN IT Hadoop Service. CERN openlab Technical Workshop CERN, December 2016 Luca Canali, IT-DB

Data Analytics and CERN IT Hadoop Service. CERN openlab Technical Workshop CERN, December 2016 Luca Canali, IT-DB Data Analytics and CERN IT Hadoop Service CERN openlab Technical Workshop CERN, December 2016 Luca Canali, IT-DB 1 Data Analytics at Scale The Challenge When you cannot fit your workload in a desktop Data

More information

The Benefits of Consolidating Oracle s PeopleSoft Applications with the Oracle Optimized Solution for PeopleSoft

The Benefits of Consolidating Oracle s PeopleSoft Applications with the Oracle Optimized Solution for PeopleSoft The Benefits of Consolidating Oracle s PeopleSoft Applications with the Oracle Optimized Solution for PeopleSoft Optimize Your Infrastructure by Consolidating Multiple PeopleSoft Applications on a Single,

More information

In-Memory Analytics: Get Faster, Better Insights from Big Data

In-Memory Analytics: Get Faster, Better Insights from Big Data Discussion Summary In-Memory Analytics: Get Faster, Better Insights from Big Data January 2015 Interview Featuring: Tapan Patel, SAS Institute, Inc. Introduction A successful analytics program should translate

More information

Tech Trends. Big Data, IOT, Security, Machine Learning, Search engines... Anant Asthana: github.com/anantasty

Tech Trends. Big Data, IOT, Security, Machine Learning, Search engines... Anant Asthana: github.com/anantasty Tech Trends Big Data, IOT, Security, Machine Learning, Search engines... Anant Asthana: asthana@pythian.com github.com/anantasty Buzz words and emerging trends: What have we heard about IOT, AI, Neural

More information

100 Million Subscriber Performance Test Whitepaper:

100 Million Subscriber Performance Test Whitepaper: An Oracle White Paper April 2011 100 Million Subscriber Performance Test Whitepaper: Oracle Communications Billing and Revenue Management 7.4 and Oracle Exadata Database Machine X2-8 Oracle Communications

More information

IBM Cognitive Systems

IBM Cognitive Systems IBM Cognitive Systems IBM Breakthrough Technology for Artificial Intelligence and Deep Learning Ulrich Walter Artificial intelligence is changing the world Today By 2020 By 2020 By 2020 AI startups of

More information

Embracing Technical Computing Trends with MATLAB Accelerating the Pace of Engineering and Science

Embracing Technical Computing Trends with MATLAB Accelerating the Pace of Engineering and Science Embracing Technical Computing Trends with MATLAB Accelerating the Pace of Engineering and Science Graz, 14. Oktober 2016 Michael Glaßer Dipl.-Ing. Senior Application Engineer 2016 The MathWorks, Inc. 1

More information

Optimize code for Intel Xeon Phi. Discovering bottlenecks without pain

Optimize code for Intel Xeon Phi. Discovering bottlenecks without pain Optimize code for Intel Xeon Phi Discovering bottlenecks without pain Agenda Introduction Allinea MAP and optimizing for Xeon Phi Conclusion Allinea Unified environment A modern integrated environment

More information

Hamburg 20 September, 2018

Hamburg 20 September, 2018 Hamburg 20 September, 2018 Data Warehouse Modernization Pivotal Greenplum Dell Greenplum Building Blocks Les Klein EMEA Field CTO, Pivotal @LesKlein Great organizations leverage software, analytics, and

More information

Machine Learning for Mobile Platforms

Machine Learning for Mobile Platforms Praktikum Mobile und Verteilte Systeme Machine Learning for Mobile Platforms Prof. Dr. Claudia Linnhoff-Popien André Ebert, Sebastian Feld, Thomy Phan http://www.mobile.ifi.lmu.de SoSe 2018 Machine Learning

More information

G U I D E B O O K P R O G R A M : D A T A A N D A N A L Y T I C S D O C U M E N T N U M B E R : S 180 N O V E M BER TENSORFLOW ON AWS

G U I D E B O O K P R O G R A M : D A T A A N D A N A L Y T I C S D O C U M E N T N U M B E R : S 180 N O V E M BER TENSORFLOW ON AWS 2 0 1 8 G U I D E B O O K P R O G R A M : D A T A A N D A N A L Y T I C S D O C U M E N T N U M B E R : S 180 N O V E M BER 2 0 1 8 TENSORFLOW ON AWS A N A L Y S T Rebecca Wettemann Nucleus Research, Inc.

More information

Increased Informix Awareness Discover Informix microsite launched

Increased Informix Awareness Discover Informix microsite launched Information Management Increased Informix Awareness Discover Informix microsite launched www.ibm.com/discoverinformix 2010 IBM Corporation Informix Panther Early Program Want to be on the cutting-edge

More information

July, 10 th From exotics to vanillas with GPU Murex 2014

July, 10 th From exotics to vanillas with GPU Murex 2014 July, 10 th 2014 From exotics to vanillas with GPU Murex 2014 COMPANY Selected Industry Recognition and Rankings 2013-2014 OVERALL #1 TOP TECHNOLOGY VENDOR #1 Trading Systems #1 Pricing & Risk Analytics

More information

Convolutional Neural Network based Speech Emotion Recognition

Convolutional Neural Network based Speech Emotion Recognition Convolutional Neural Network based Speech Emotion Recognition Michael Neumann Institut für maschinelle Sprachverarbeitung October 21, 2016 Overview Introduction Emotion Recognition Deep Learning CNN Model

More information

Using IBM with OmniSci GPU-accelerated Analytics

Using IBM with OmniSci GPU-accelerated Analytics Whitpaper Using IBM with OmniSci GPU-accelerated Analytics Benchmark Testing for IBM Power System S822LC for High Performance Computing with NVLink Table of Contents Executive Summary 3 About IBM Power

More information

Investor Presentation. Fourth Quarter 2015

Investor Presentation. Fourth Quarter 2015 Investor Presentation Fourth Quarter 2015 Note to Investors Certain non-gaap financial information regarding operating results may be discussed during this presentation. Reconciliations of the differences

More information

DELL EMC POWEREDGE 14G SERVER PORTFOLIO

DELL EMC POWEREDGE 14G SERVER PORTFOLIO DELL EMC POWEREDGE 14G SERVER PORTFOLIO Transformation without compromise Seize your share of a huge market opportunity and accelerate your business by combining sales of the exciting new Dell EMC PowerEdge

More information

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure Parallels Remote Application Server and Microsoft Azure and Cost of Using RAS with Azure Contents Introduction to Parallels RAS and Microsoft Azure... 3... 4 Costs... 18 Conclusion... 21 2 C HAPTER 1 Introduction

More information

Features and Capabilities. Assess.

Features and Capabilities. Assess. Features and Capabilities Cloudamize is a cloud computing analytics platform that provides high precision analytics and powerful automation to improve the ease, speed, and accuracy of moving to the cloud.

More information

WHITEPAPER 1. Abstract 3. A Useful Proof of Work 3. Why TensorBit? 4. Principles of Operation 6. TensorBit Goals 7. TensorBit Tokens (TENB) 7

WHITEPAPER 1. Abstract 3. A Useful Proof of Work 3. Why TensorBit? 4. Principles of Operation 6. TensorBit Goals 7. TensorBit Tokens (TENB) 7 WHITEPAPER 1 Table of Contents WHITEPAPER 1 Abstract 3 A Useful Proof of Work 3 Why TensorBit? 4 Principles of Operation 6 TensorBit Goals 7 TensorBit Tokens (TENB) 7 How TENB tokens Will be Used 8 Platform

More information

ADVANCED PARALLEL PROCESSING TECHNOLOGIES

ADVANCED PARALLEL PROCESSING TECHNOLOGIES page 1 / 5 page 2 / 5 advanced parallel processing technologies pdf UNESCO EOLSS SAMPLE CHAPTERS CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION - Vol. XIX - Advanced Technologies and Automation in Agriculture

More information

CORP: Cooperative Opportunistic Resource Provisioning for Short-Lived Jobs in Cloud Systems

CORP: Cooperative Opportunistic Resource Provisioning for Short-Lived Jobs in Cloud Systems CORP: Cooperative Opportunistic Resource Provisioning for Short-Lived Jobs in Cloud Systems Jinwei Liu, Haiying Shen and Liuhua Chen Dept. of Electrical and Computer Engineering Clemson University, SC,

More information

Product Brief SysTrack VMP

Product Brief SysTrack VMP Product Brief SysTrack VMP Benefits Optimize desktop and server virtualization and terminal server projects Anticipate and handle problems in the planning stage instead of postimplementation Use iteratively

More information

Uncover the Power of a Big Data Platform Machine Learning at Work

Uncover the Power of a Big Data Platform Machine Learning at Work Uncover the Power of a Big Data Platform Machine Learning at Work Vivek RR / Balasubramanya Nagaraj, SAP July, 2017 Agenda SAP Leonardo Machine Learning Foundation SAP HANA External Machine Learning AFL

More information

Intelligence artificielle. #experiences17

Intelligence artificielle. #experiences17 Intelligence artificielle experiences.microsoft.fr Florence.peutin@intel.com Jacques.cesbron@intel.com IOT: The challenge Cloud & DATA Center MEMOR Y FPGA Things & Devices IOT enabling transformati on

More information

Moab Evaluation. Projekt Parallelrechnerevaluation. Florian Ehmke 1. Juli University of Hamburg 1 / 29

Moab Evaluation. Projekt Parallelrechnerevaluation. Florian Ehmke 1. Juli University of Hamburg 1 / 29 Moab Evaluation Projekt Parallelrechnerevaluation Florian Ehmke 8ehmke@informatik.uni-hamburg.de University of Hamburg 1. Juli 2011 1 / 29 Index Introduction / Motivation Energy aware High-performance

More information

Learning Inference. Performance Tools. Analysing Machine. with Arm. #ArmTechCon. Stephen Barton Product Manager Arm

Learning Inference. Performance Tools. Analysing Machine. with Arm. #ArmTechCon. Stephen Barton Product Manager Arm Analysing Machine Learning Inference with Arm Performance Tools Stephen Barton Product Manager Arm Agenda Brief look at what we mean when we talk about machine learning and how it is related to mobile

More information

GPU ACCELERATED BIG DATA ARCHITECTURE

GPU ACCELERATED BIG DATA ARCHITECTURE INNOVATION PLATFORM WHITE PAPER 1 Today s enterprise is producing and consuming more data than ever before. Enterprise data storage and processing architectures have struggled to keep up with this exponentially

More information

DRAFT ENTERPRISE TECHNICAL REFERENCE FRAMEWORK ETRF WHITE PAPER

DRAFT ENTERPRISE TECHNICAL REFERENCE FRAMEWORK ETRF WHITE PAPER DRAFT ENTERPRISE TECHNICAL REFERENCE FRAMEWORK ETRF WHITE PAPER CONTENTS CONTENTS... 0 INTRODUCTION... 1 VISION AND OBJECTIVES... 1 ARCHITECTURE GUIDING PRINCIPLES... 1 ENTERPRISE TECHNICAL REFERENCE FRAMEWORK

More information

ANSYS HPC High Performance Computing Leadership. Barbara Hutchings

ANSYS HPC High Performance Computing Leadership. Barbara Hutchings ANSYS HPC High Performance Computing Leadership Barbara Hutchings barbara.hutchings@ansys.com 1 Why HPC for ANSYS? Insight you can t get any other way HPC enables high-fidelity Solve the un-solvable Be

More information

TIME SERIES ANALYSIS (TSA) AND DEEP LEARNING

TIME SERIES ANALYSIS (TSA) AND DEEP LEARNING INNOVATION PLATFORM WHITE PAPER 1 Exponential growth of IoT Big Data is coming. This paper highlights improvements in the predictive capability of time series analysis when combined with deep learning

More information

Innovations in Manufacturing And the impact on South Africa. November 2018

Innovations in Manufacturing And the impact on South Africa. November 2018 Innovations in Manufacturing And the impact on South Africa November 2018 The Industry 4.0 Process Demystifying the Realm of a Future Process M2M Smart Products + Smart Services Virtualization Mobility

More information

DATA ROBOTICS 1 REPLY

DATA ROBOTICS 1 REPLY DATA ROBOTICS 1 REPLY DATA ROBOTICS WHAT DATA ROBOTICS MEANS 2 REPLY DATA ROBOTICS DEFINITION Data Robotics is defined as: set of technologies, techniques and applications necessary to design and implement

More information

Building a Voice Assistant for Enterprise

Building a Voice Assistant for Enterprise Building a Voice Assistant for Enterprise Manju Vijayakumar Lead Software Engineer, Salesforce @vmanju QConSF, Nov 2018 Agenda Why Voice? Demo of Einstein Voice Assistant Conversational AI Ecosystem Natural

More information

Big Data Innovation. Better Datacenter Investments for AUSTRALIA. An IDC InfoBrief. Better Datacenter Investments for Big Data Innovation

Big Data Innovation. Better Datacenter Investments for AUSTRALIA. An IDC InfoBrief. Better Datacenter Investments for Big Data Innovation AUSTRALIA Better Datacenter Investments for Big Data Innovation An IDC InfoBrief Commissioned by Executive Summary In today s hypercompetitive business environment, organizations are pushing for greater

More information

Virtualized SAP Solution using Cisco Unified Computing System and EMC CLARiiON Storage

Virtualized SAP Solution using Cisco Unified Computing System and EMC CLARiiON Storage Virtualized SAP Solution using Cisco Unified Computing System and EMC CLARiiON Storage Featuring Intel Xeon Processor 5600 Series and Cisco Extended Memory Technology White Paper June 2010, Revision 1.0

More information

AI IN THE ENTERPRISE: USING AI TO DELIVER VALUE FROM DATA YOU ALREADY HAVE

AI IN THE ENTERPRISE: USING AI TO DELIVER VALUE FROM DATA YOU ALREADY HAVE AI IN THE ENTERPRISE: USING AI TO DELIVER VALUE FROM DATA YOU ALREADY HAVE Charlie Boyle Interop AI Summit BIG BANG OF MODERN AI 13,000 20,000 $5B 2014 2016 2015 2017 2012 2016 NIPS, ICML, CVPR, ICLR Attendees

More information

GSI Technology. High Performance Memory for Leading-Edge Technology

GSI Technology. High Performance Memory for Leading-Edge Technology GSI Technology High Performance Memory for Leading-Edge Technology Didier Lasserre, Vice President Sales and Investor Relations Doug Schirle, CFO January, 2019 SAFE HARBOR The statements contained in this

More information

Peter Ungaro President and CEO

Peter Ungaro President and CEO Peter Ungaro President and CEO We build the world s fastest supercomputers to help solve Grand Challenges in science and engineering Earth Sciences CLIMATE CHANGE & WEATHER PREDICTION Life Sciences PERSONALIZED

More information

SMART. OPEN. COMPLETE. ivms-5200 Pro VMS PLATFORM

SMART. OPEN. COMPLETE. ivms-5200 Pro VMS PLATFORM SMART. OPEN. COMPLETE. VMS PLATFORM fessional SMART OPEN Access Control The access control system is a system of checking permission of door access. It allows you to manage permissions centrally, from

More information