The source code of the paper: "Ebird: Elastic Batch for Improving Responsiveness and Throughput of Deep Learning Services" in ICCD 2019.
- Prerequisites: Ninja, CUDA, CUDNN, GLOG
- Edit config.linux for settings about prerequisites including
GLOG
,CUDA
andCUDNN
- Build
mkdir build
cd build
cmake -GNinja ..
cmkae --build .
Licensed under an Apache-2.0 license.