Yufan Du

PhD Student in Computer Science · UCLA · VAST Lab, advised by Prof. Jason Cong

01About

I am a first-year PhD student in Computer Science at UCLA, advised by Prof. Jason Cong in the VAST lab. I work on the layer where hardware and software meet: domain-specific accelerators, the compilers that target them, and the systems that serve large language models.

Before UCLA, I studied applied physics and computer science at Peking University, where I worked on differentiable optimization for chip physical design — teaching gradient descent to place and size logic gates. I also spent a summer at UT Austin with Prof. David Z. Pan's group working on gate sizing.

Interests: Domain-specific accelerators · Compilers · LLM serving systems · ML for systems

  • PhD in Computer Science · University of California, Los Angeles
  • BSc in Computer Science · Peking University
  • BSc in Applied Physics · Peking University
Portrait of Yufan Du
02News
  • Our DAC 2026 paper on quad-gradient gate sizing was nominated for Best Paper.
  • Started as an Applied Scientist Intern at AWS in San Jose, working on multi-node, multi-GPU LLM serving.
  • Joined UCLA VAST lab as a PhD student.
  • Our ISEDA 2025 paper on differentiable gate sizing received an Honorable Mention Paper Award.
  • Our ICCAD 2024 paper on fusing global placement and gate sizing was nominated for Best Paper.
  • Our team won first place (out of 45 teams worldwide) in ICCAD 2024 Contest Problem C — scalable gate sizing with ML and GPU acceleration.
03Publications
2026

Disentangled Differentiable Timing-Power Co-Optimization with Quad-Gradient Gate Sizing

Zixuan Pan*, Zizheng Guo*, Yufan Du, Runsheng Wang, Yibo Lin

DAC 2026physical designBest Paper Nominee

LOT YFD-26A·DAC — teaching timing and power to stop fighting over the same gates

2025

Differentiable Physical Optimization

Yufan Du, Zizheng Guo, Runsheng Wang, Yibo Lin

ICCAD 2025physical designpdf

LOT YFD-25B·ICCAD — the thesis statement: chip physical design as one differentiable program

2024

* equal contribution

04Experience
  • Applied Scientist Intern · Amazon Web Services, San Jose, CA
    Multi-node, multi-GPU LLM serving optimization.
  • Undergraduate Research Intern · UT Austin, Austin, TX
    Differentiable algorithms for chip physical design, with Prof. David Z. Pan's group.
05Selected Projects
  • ICCAD 2024 CAD Contest, Problem C — First PlaceScalable logic gate sizing with ML techniques and GPU acceleration; our solution ranked first among 45 teams worldwide.
  • GPU-accelerated gate-level circuit simulationCUDA kernels exploiting low switching activity to accelerate gate-level simulation of large VLSI designs.
  • SysY → RISC-V compilerA complete compiler from SysY (a C subset) to RISC-V assembly: lexing, parsing, IR, optimization passes, codegen.
  • FPGA snake game with computer visionClassic snake plus a CV-based 3D human-computer interface, squeezed onto a resource-limited FPGA.