Advisor: Prof. Zhiru Zhang
Spring 2026 - MoE Inference Profiling & Roofline Analysis on 8×H100 GPUs
Phase 1: Real-Hardware Profiling
Profiled five models to track decode latency. Found that the slowest GPU consistently took ~33% longer on compute per layer than the fastest GPU due to token routing skew.
Phase 2: Roofline Modeling
Extended a simulator with a layer-by-layer Roofline model to classify layers as compute- or memory-bound. Finding: Expert Parallelism overhead scales with expert intermediate size, not expert count.
Methodology & Stack
Fall 2026 - LLM Training Memory-Offload Modeling (in progress)
Onboarding & Problem Setup
Second project in the lab, mentored by PhD student Sunwoo Kim. Evaluating whether a proposed 6TB/900GB/s external memory device would improve GPU utilization (MFU) when used for offloading during LLM training, comparing pre-training vs. RL post-training regimes.
Currently onboarding: reading the Ultrascale Playbook and reviewing the team's existing analytical model before extending it. No results yet — check back later for findings.