buaa-hipo / dlcompiler-comparison

The quantitative performance comparison among DL compilers on CNN models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DL compiler comparison

The performance comparison acrossing widely used deep learning compilers (e.g., TVM, nGraph, Tensor Comprehension, Glow and XLA)

For more information about the DL compilers, please refer to our survey paper The Deep Learning Compiler: A Comprehensive Survey on arXiv.

We have compared the end-to-end and per-layer (convolution) performance among DL compilers on CNN models. We upload the corresponding scripts in this repo, and we hope to save time for the practitioners.

Usage

Please refer to the README in the following directories.

|-- TVM
|-- nGraph
|-- TC_perlayer
|-- Glow
|-- XLA
|-- micro-models

About

The quantitative performance comparison among DL compilers on CNN models.


Languages

Language:C++ 92.7%Language:Python 6.7%Language:Shell 0.5%