2025
PLDI 2025
Reductive Analysis with Compiler-Guided LLMs for Code Optimizations
Chunhua Liao et al.
Introduces a novel methodology for applying LLMs to large, complex programs: reductive analysis progressively strips
away program context until the LLM can focus on the relevant optimization opportunity. Compiler analysis guides which
reductions are safe and informative. Published at PLDI, the flagship programming languages conference.
Paper details coming soon
2025
C3PO-HPC @ ISC 2025
CompilerGPT: Leveraging LLMs for Compiler Optimization Reports
Chunhua Liao et al.
CompilerGPT feeds compiler optimization remarks into an LLM pipeline that explains why optimizations did or did not
fire, suggests code changes, and links to relevant OpenMP or vectorization directives. Dramatically reduces the
expertise required to act on compiler feedback.
2024
IWOMP 2024
An Interactive OpenMP Programming Book with LLM Assistance
Chunhua Liao et al.
A novel approach to parallel programming education: using LLMs to power an interactive, adaptive OpenMP textbook
that explains concepts, generates examples on demand, and answers follow-up questions. Presented at the International
Workshop on OpenMP.
Paper details coming soon
2024
2024
Fortran2CPP: Automating Fortran-to-C++ Migration using LLMs
Chunhua Liao et al.
Addresses the critical national laboratory challenge of modernizing legacy Fortran codes. Uses LLMs to automatically
translate Fortran to idiomatic, performant C++, validated against the original code using automated test suites.
Tackles array semantics, COMMON blocks, and numerical precision preservation.
Paper details coming soon
2023
SC-W 2023
HPC-GPT: Integrating Large Language Models for High-Performance Computing
Chunhua Liao et al.
One of the first systematic explorations of using GPT-based models for HPC tasks: code optimization, OpenMP directive
suggestion, documentation generation, and debugging assistance. Establishes baselines and identifies key limitations
of general-purpose LLMs for HPC-specific tasks.
Paper details coming soon