paper-with-me

Papers

Optimising AI Training Deployments using Graph Compilers and Containers

2020-08-26 · Nina Mujkanovic, Karthee Sivalingam, Alfio Lazzaro

Artificial Intelligence (AI) applications based on Deep Neural Networks (DNN) or Deep Learning (DL) have become popular due to their success in solving problems likeimage analysis and speech recognition. Training a DNN is computationally intensive and High Performance Computing(HPC) has been a key driver in AI growth. Virtualisation and container technology have led to the convergence of cloud and HPC infrastructure. These infrastructures with diverse hardware increase the complexity of deploying and optimising AI training workloads. AI training deployments in HPC or cloud can be optimised with target-specific libraries, graph compilers, andby improving data movement or IO. Graph compilers aim to optimise the execution of a DNN graph by generating an optimised code for a target hardware/backend. As part of SODALITE (a Horizon 2020 project), MODAK tool is developed to optimise application deployment in software defined infrastructures. Using input from the data scientist and performance modelling, MODAK maps optimal application parameters to a target infrastructure and builds an optimised container. In this paper, we introduce MODAK and review container technologies and graph compilers for AI. We illustrate optimisation of AI training deployments using graph compilers and Singularity containers. Evaluation using MNIST-CNN and ResNet50 training workloads shows that custom built optimised containers outperform the official images from DockerHub. We also found that the performance of graph compilers depends on the target hardware and the complexity of the neural network.

📄 PDF Abstract BibTeX arXiv:2008.11675

Code (0)

등록된 구현이 없습니다.

Tasks

speech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Hot-Rodding the Browser Engine: Automatic Configuration of JavaScript Compilers

2017-07-11 · Chris Fawcett, Lars Kotthoff, Holger H. Hoos

Modern software systems in many application areas offer to the user a multitude of parameters, switches and other customisation hooks. Humans tend to have difficulties determining the best configurations for particular a…

RLFlow: Optimising Neural Network Subgraph Transformation with World Models

2022-05-03 · Sean Parker, Sami Alabed, Eiko Yoneki

Training deep learning models takes an extremely long execution time and consumes large amounts of computing resources. At the same time, recent research proposed systems and compilers that are expected to decrease deep …

Deep LearningModel-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

FamilySeer: Towards Optimized Tensor Codes by Exploiting Computation Subgraph Similarity

2022-01-01 · Shanjun Zhang, Mingzhen Li, Hailong Yang, Yi Liu 외

Deploying various deep learning (DL) models efficiently has boosted the research on DL compilers. The difficulty of generating optimized tensor codes drives DL compiler to ask for the auto-tuning approaches, and the incr…

ExAIS: Executable AI Semantics

2022-02-20 · Richard Schumi, Jun Sun

Neural networks can be regarded as a new programming paradigm, i.e., instead of building ever-more complex programs through (often informal) logical reasoning in the programmers' mind, complex 'AI' systems are built by o…

Logical Reasoningvalid

CMLCompiler: A Unified Compiler for Classical Machine Learning

2023-01-31 · Xu Wen, Wanling Gao, Anzheng Li, Lei Wang 외

Classical machine learning (CML) occupies nearly half of machine learning pipelines in production applications. Unfortunately, it fails to utilize the state-of-the-practice devices fully and performs poorly. Without a un…

CPUGPU