Giter VIP home page Giter VIP logo

perfpred's Introduction

Performance Prediction of Deep Learning Models with Hardware-ware Optimizations

Environment

  • OS: Ubuntu 20.04
  • CUDA 11.6
  • PyTorch 1.12
  • Tested Hardware: RTX 2080Ti, RTX 3090, T4, V100

Initializing Environment Variables

source init.sh

Time Prediction

NN-based Operator Runtime Predictor

We train a NN-based runtime predictor for complicated (non-elementwise) operators like conv2d, linear, batchnorm, maxpool and bmm.

Performance Data Collection

python perfpred/measure.py [--num_gpus 1] [--use_amp] [--data-dir ./data] [--cooldown 0.01]

Model Training

python perfpred/predictor.py {conv2d,mm,batchnorm,maxpool2d,bmm}

Tracing and Prediction

Memory Prediction

We need a modified version of PyTorch, which makes two changes to PyTorch:

  1. Replace the memory allocator with a dummy allocator;
  2. Stop launching most kernels.

After all, we still have an option of non-intrusive mode of memory predictor. However, it might not be as accurate as the intrusive one.

Building fake cuda runtime

bash scripts/build.sh

DNNPerf

As an important baseline we compared to, we reimplemented DNNPerf.

Misc

python dnnperf/fake_runner.py 1003 115 224 set cuda api_failures stop

perfpred's People

Contributors

soodoshll avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.