Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MachineLearningSystem/VELTAIR_ASPLOS22
https://github.com/MachineLearningSystem/VELTAIR_ASPLOS22
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/MachineLearningSystem/VELTAIR_ASPLOS22
- Owner: MachineLearningSystem
- Fork: true (SJTU-ReArch-Group/VELTAIR_ASPLOS22)
- Created: 2023-01-02T04:00:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T01:45:42.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T19:34:13.566Z (4 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-AI-system - VELTAIR: Towards High-Performance Multi-Tenant Deep Learning Serving via Adaptive Compilation and Scheduling ASPLOS'22
README
# Introduction
This is the source code of VELTAIR: Towards High-Performance Multi-Tenant Deep Learning Serving via Adaptive Compilation and Scheduling (ASPLOS'22)# Usage
```
> mkdir build & cd build
> cmake ../
> make
```