Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.
/ nn-based-on-tvm Public archive

Implementation of neural network based on tvm. Course project of Compiler Design in 2019 Spring.

Notifications You must be signed in to change notification settings

tson1111/nn-based-on-tvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network Based on TVM

Cong Ding's course project of Compiler Design in 2019 Spring, lectured by Prof. Yun (Eric) Liang.

Part 1: Warm-up Project

Use tvm to implement five operators of conventional nerual networks.

Check my implementation in folder "Part1".

The testing framework is published here.

Due: April 24, 2019

Part 2: Final Project

Use tvm to optimize two operators: GEMM and Conv2d.

I completed the project with my teammate Jiawei Wu. Check our implementation in folder "Part2".

The testing machine and usage are published here.

Due: June 23, 2019

About

Implementation of neural network based on tvm. Course project of Compiler Design in 2019 Spring.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages