Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified _cite/.cache/cache.db
Binary file not shown.
20 changes: 20 additions & 0 deletions _data/citations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,26 @@
image: images/publication_thumbnails/eval-checklist.png
plugin: sources.py
file: sources.yaml
- id: arxiv:2503.20191
title: 'Maya: Optimizing Deep Learning Training Workloads using Emulated Virtual
Accelerators'
authors:
- Srihas Yarlagadda
- Amey Agrawal
- Elton Pinto
- Hakesh Darapaneni
- Mitali Meratwal
- Shivam Mittal
- Pranavi Bajjuri
- Srinivas Sridharan
- Alexey Tumanov
publisher: 21st European Conference on Computer Systems (EuroSys 2026), Edinburgh,
April 2026
date: '2025-03-27'
link: https://arxiv.org/abs/2503.20191
image: images/publication_thumbnails/maya.png
plugin: sources.py
file: sources.yaml
- id: arxiv:2502.14051
title: 'RocketKV: Accelerating Long-Context LLM Inference via Two-Stage KV Cache
Compression'
Expand Down
3 changes: 2 additions & 1 deletion _data/sources.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- id: arxiv:2507.09019 # on evaluating llm inf..
image: images/publication_thumbnails/eval-checklist.png
- id: arxiv:2502.14051 # maya
- id: arxiv:2503.20191 # maya
publisher: "21st European Conference on Computer Systems (EuroSys 2026), Edinburgh, April 2026"
image: images/publication_thumbnails/maya.png
- id: arxiv:2502.14051 # rocketkv
image: images/publication_thumbnails/rocketkv.png
Expand Down
4 changes: 2 additions & 2 deletions _members/chus-antonanzas.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Chus Antonanzas
image: https://chus.space/static/me.jpg
role: masters
role: masters-alumni
aliases:
- Chus Antonanzas
- Jesus M. Antonanzas
Expand All @@ -11,4 +11,4 @@ links:
github: chus-chus
---

⚡️ At the SAIL lab, I'm helping create infrastructure for the next generation of AI systems (visit my website for more!). ⚡️
⚡️ At the SAIL lab, I'm helping create infrastructure for the next generation of AI systems (visit my website for more!). ⚡️
9 changes: 0 additions & 9 deletions _members/monish-r.md

This file was deleted.

1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The System for AI Lab (SAIL) at Georgia Tech, led by Prof. Alexey Tumanov, speci

# Recent News

- Our paper on GPU cluster emulation, [Maya](https://arxiv.org/pdf/2503.20191) has been accepted at EuroSys'26!
- 🎉 Congratulations to Payman Behnam, Amey Agrawal, Alind Khare, and Dhruv Garg! Three papers accepted at ACM SIGOPS Operating Systems Review, July 2025.
- We are looking for contributors for our new inference engine [Vajra](https://project-vajra.github.io/). ⚡️
- Our papers on common anti-patterns in LLm Inference systems evaluations is now on [Arxiv](https://arxiv.org/pdf/2507.09019).
Expand Down