Giter Site home page Giter Site logo

evt_ae's Introduction

Artifact Evaluation of EVT ASPLOS'24

This repo is the EVT compiler targeting single-GPU & distributed training & inference of Deep Learning Models.

Compatibility

The following environment have been tested

Hardware PyTorch Version CUDA version
NVIDIA A100 Tensor Core GPU 40 GB 2.1.0a0+1767026 CUDA v12.1.66

Getting Started

We recommend using the docker image:

git clone https://github.com/apuaaChen/EVT_AE.git
cd EVT_AE
git submodule update --init --recursive
export MLCOMPILER_DIR=</path/to/your/clone>
bash build.sh evt_ae
docker run --gpus all --name evt_ae_test -v ${MLCOMPILER_DIR}:/workspace/EVT_AE -it evt_ae

Inside the docker container, to install gtl library:

cd /workspace/EVT_AE/python && bash install.sh

Reproduce the experimental results

To reproduce Figure 12, 13-17, run:

cd /workspace/EVT_AE
bash figure12.sh
bash figure13_17.sh

The reference results of the two figures are listed below:

Reference Result of Figure 12 Reference Result of Figure 13-17

evt_ae's People

Contributors

apuaachen avatar

Stargazers

umiswing avatar Strivin avatar haowen hou avatar  avatar Xi Hu avatar  avatar Tianao Ge avatar TherLF avatar Yang Wang  avatar Kaiqi Chen avatar

Watchers

 avatar

evt_ae's Issues

3 evt_fuser UT failed

Hello, below 3 UT cases failed(accuracy checking failed): test_mm_partition10 / test_mm_partition11 / test_mm_partition12, other cases in the same .py are good, could you check if any bug in latest codes?

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.