-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
178 lines (154 loc) · 9.08 KB
/
Copy pathindex.html
File metadata and controls
178 lines (154 loc) · 9.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bodun Hu is a software engineer and ML systems researcher working on high-performance systems, operating systems, and networking.">
<link rel="canonical" href="https://www.bodunhu.com/">
<link rel="icon" href="/favicon.ico" sizes="any">
<meta property="og:type" content="profile">
<meta property="og:title" content="Bodun Hu | Software Engineer and ML Systems Researcher">
<meta property="og:description" content="Software engineer and ML systems researcher working on high-performance systems, operating systems, and networking.">
<meta property="og:url" content="https://www.bodunhu.com/">
<meta property="og:site_name" content="Bodun Hu">
<meta property="profile:first_name" content="Bodun">
<meta property="profile:last_name" content="Hu">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Bodun Hu | Software Engineer and ML Systems Researcher">
<meta name="twitter:description" content="Software engineer and ML systems researcher working on high-performance systems, operating systems, and networking.">
<title>Bodun Hu</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfilePage",
"url": "https://www.bodunhu.com/",
"dateModified": "2026-08-20",
"mainEntity": {
"@type": "Person",
"name": "Bodun Hu",
"url": "https://www.bodunhu.com/",
"jobTitle": "Software Engineer",
"worksFor": {
"@type": "Organization",
"name": "Google",
"url": "https://about.google/"
},
"alumniOf": {
"@type": "CollegeOrUniversity",
"name": "The University of Texas at Austin",
"sameAs": "https://www.utexas.edu/"
},
"sameAs": [
"https://github.com/BDHU",
"https://x.com/bodunhu",
"https://www.linkedin.com/in/bodun-hu-19602b88",
"https://scholar.google.com/citations?user=zR6afi8AAAAJ&hl=en"
]
}
}
</script>
<style>
body {
line-height: 1.5;
max-width: 40.625rem;
margin: 3.125rem auto;
padding: 1.25rem;
}
header {
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 0.625rem;
}
h1 {
margin: 0;
font-size: inherit;
}
h2 {
font-size: 1.125rem;
}
nav a {
margin-right: 0.625rem;
}
.name-link {
color: black;
text-decoration: none;
font-size: 1.5rem;
font-weight: bold;
}
details>summary {
list-style: none;
}
</style>
</head>
<body>
<header>
<h1><a href="/" class="name-link" aria-current="page">Bodun Hu</a></h1>
<span aria-hidden="true">|</span>
<nav aria-label="Primary navigation">
<a href="https://www.bodunhu.com/blog/">Blog</a>
<a href="/files/cv.pdf">CV</a>
<a href="https://x.com/bodunhu">X</a>
<a href="https://github.com/BDHU">GitHub</a>
<a href="https://www.linkedin.com/in/bodun-hu-19602b88">LinkedIn</a>
<a href="https://scholar.google.com/citations?user=zR6afi8AAAAJ&hl=en">Google Scholar</a>
</nav>
</header>
<main>
<p>I am a software engineer at <a href="https://techsysinfra.google/">Google</a>, where I work on improving the reliability of Gemini training. My research focuses on high-performance systems for machine learning, particularly LLM training and serving, with interests spanning operating systems, networking, and compute-communication co-design.</p>
<p>I earned my Ph.D. in Computer Science from <a href="https://www.utexas.edu/">UT Austin</a>, advised by <a href="https://www.cs.utexas.edu/~akella/">Aditya Akella</a> in the <a href="https://utns.cs.utexas.edu/">UTNS</a> lab. I also received my M.S. and B.S. in Computer Science from UT Austin. Before my Ph.D., I worked
with <a href="https://www.cs.utexas.edu/~rossbach/">Christopher Rossbach</a> in the
SCEA lab on GPU benchmarking and methods for enabling OS kernels to access accelerators.</p>
<p>I previously interned at Intel with <a href="https://theojepsen.dk/">Theo Jepsen</a> and
<a href="https://www.linkedin.com/in/georgiosnikolaidis">Georgios Nikolaidis</a>, and at Meta's
<a href="https://aisystemcodesign.github.io/">AI and Systems Co-design team</a>, where I developed efficient communication collectives for LLM training under the supervision of <a href="https://kingchc.gitlab.io/">Ching-Hsiang Chu</a>.</p>
<p>I occasionally share notes and write-ups on my <a href="https://www.bodunhu.com/blog/">blog</a>.</p>
<p>Contact: <em>bodunhu at gmail.com</em><br>
PGP key: <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/A1B9B452CA88126F31C3D3E276F092F8CD673517">76F092F8CD673517</a></p>
<h2>Publications</h2>
<ul>
<li><a href="https://arxiv.org/pdf/2603.02376">CUCo: An Agentic Framework for Compute and Communication Co-design</a>, Preprint<br>
<em><strong>Bodun Hu</strong>*, Yoga Sri Varshan V*, Saurabh Agarwal, Aditya Akella</em>
</li>
<li><a href="https://arxiv.org/pdf/2602.00085">CARE-RFT: Confidence-Anchored Reinforcement Finetuning for Reliable Reasoning in Large Language Models</a>, Preprint<br>
<em>Shuozhe Li, Jincheng Cao, <strong>Bodun Hu</strong>, Aryan Mokhtari, Leqi Liu, Amy Zhang</em>
</li>
<li><a href="https://www.usenix.org/conference/nsdi26/presentation/agarwal">SYMPHONY: Enabling Compute-Memory Disaggregation in LLM Serving Systems</a>, NSDI 2026<br>
<em>Saurabh Agarwal, <strong>Bodun Hu</strong>, Anyong Mao, Aditya Akella, Shivaram Venkataraman</em>
</li>
<li><a href="https://arxiv.org/pdf/2505.13444">ChartMuseum: Testing Visual Reasoning Capabilities of Large Vision-Language Models</a>, NeurIPS 2025<br>
<em>Liyan Tang, Grace Kim, Xinyu Zhao, Thom Lake, Wenxuan Ding, Fangcong Yin, Prasann Singhal, Manya Wadhwa, Zeyu Leo Liu, Zayne Sprague, Ramya Namuduri, <strong>Bodun Hu</strong>, Juan Diego Rodriguez, Puyuan Peng, Greg Durrett</em>
</li>
<li><a href="https://arxiv.org/pdf/2505.07833">Patchwork: A Unified Framework for RAG Serving</a>, ArXiv<br>
<em><strong>Bodun Hu</strong>*, Luis Pabon*, Saurabh Agarwal, Aditya Akella</em>
</li>
<li><a href="https://aclanthology.org/2025.acl-long.1305.pdf">StitchLLM: Serving LLMs, One Block at a Time</a>, ACL 2025<br>
<em><strong>Bodun Hu</strong>, Shuozhe Li, Saurabh Agarwal, Myungjin Lee, Akshay Jajoo, Jiamin Li, Le Xu, Geon-Woo Kim, Donghyun Kim, Hong Xu, Amy Zhang, Aditya Akella</em>
</li>
<li><a href="https://aclanthology.org/2024.emnlp-main.501.pdf">MOSEL: Inference Serving Using Dynamic Modality Selection</a>, EMNLP 2024<br>
<em><strong>Bodun Hu</strong>, Le Xu, Jeongyoon Moon, Neeraja J. Yadwadkar, Aditya Akella</em>
</li>
<li><a href="https://aclanthology.org/2024.emnlp-main.941.pdf">FFN-SkipLLM: A Hidden Gem for Autoregressive Decoding with Adaptive Feed Forward Skipping</a>, EMNLP 2024<br>
<em>Ajay Jaiswal, <strong>Bodun Hu</strong>, Lu Yin, Yeonju Ro, Shiwei Liu, Tianlong Chen, Aditya Akella</em>
</li>
<li><a href="https://dl.acm.org/doi/pdf/10.1145/3575693.3575697">Towards a Machine Learning-Assisted Kernel with LAKE</a>, ASPLOS 2023<br>
<em>Henrique Fingler, Isha Tarte, Hangchen Yu, Ariel Szekely, <strong>Bodun Hu</strong>, Aditya Akella, Christopher J. Rossbach</em>
</li>
<li><a href="https://ieeexplore.ieee.org/document/9238617">Altis: Modernizing GPGPU Benchmarks</a>, ISPASS 2020<br>
<em><strong>Bodun Hu</strong>, Christopher J. Rossbach</em>
</li>
</ul>
<h2>Teaching</h2>
<ul>
<li><a href="https://utnslab.github.io/fa25-adv-topics-in-sys-genai/">Fall 2025: CS 395T: Advanced Topics in Systems and GenAI</a>
</li>
<li><a href="https://www.cs.utexas.edu/~akella/CS378/F24/index.html">Fall 2024: CS 378 System For Machine Learning and Big Data</a>
</li>
<li><a href="https://www.cs.utexas.edu/~simon/378/">Spring 2020: CS 378 Multicore Operating System Implementation</a>
</li>
</ul>
<h2>Service</h2>
<p>Reviewer for ACL 2025, ACL 2026, ACL-SRW 2025, ICLR 2026, CAIS 2026, NeurIPS 2026, DocInsights 2026, and ICLR 2027.</p>
</main>
</body>
</html>