Skip to content
Merged
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
12 changes: 12 additions & 0 deletions 2026/program.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@

<h1>Keynote</h1>
<h3>8:30</h3>
<ul>
<li> Dr. William F. Godoy, Oak Ridge National Laboratory </li>
<li>
Title: Practical, portable, and productive programming systems for heterogeneous HPC
</li>
<li>
Abstract: The rising complexity of exascale and future heterogeneous systems has posed interesting challenges for the programmability, productivity, and performance portability of high-performance computing (HPC) and AI applications. In this talk I present our US Department of Energy (DOE) funded research efforts at Oak Ridge National Laboratory on: i) high-productivity programming for HPC using the Julia and Mojo languages, and ii) leveraging state-of-the-art AI large language models (LLMs) for HPC programming. Modern languages like Julia and Mojo attempt to solve the two-language problem that separates development efforts between domain-scientist and software development teams. First, we showcase our research efforts running Julia on the Frontier leadership computing system and the development of our flagship performance portable JACC.jl framework and its user community that push the envelope on portable programming for future heterogeneous CPU+multi-GPU nodes leveraging Julia’s LLVM-powered unique capabilities for productive scientific computing. We then discuss the very first study on the novel, and yet stable, industry-funded and MLIR-powered Mojo language targeting the Python ecosystem for portable-GPU science kernels. Second, we highlight our research efforts on how LLMs can learn HPC code patterns at a low-cost exemplified in our pioneer work on the evaluation of LLMs for HPC code generation followed by our recent ChatBLAS ChatHPC, ChatMPI, Fortran to C++ translation, multimodality, and agentic AI exploration efforts that is preparing us for the DOE’s Genesis mission. Hence, we continue to advance the programming systems ecosystem for the next-generation of supercomputing dominated by heterogeneous architectures in the era of AI.
</li>
<li>
Bio: William F. Godoy is a Senior Computer Scientist at Oak Ridge National Laboratory. His research interests are in HPC, programming systems, workflows, AI for HPC, and energy efficiency. He has worked extensively in DOE projects focusing on HPC libraries (e.g. ADIOS2), applications (QMCPACK), and programming systems. His recent work introduced the use of LLMs for HPC and the application of high-productivity languages for performance portable HPC: Julia and Mojo. He received his PhD in mechanical engineering from the State University of New York at Buffalo in 2009. He is a senior member of IEEE, a member of ACM serving in HPC venues and has co-authored more than 60 publications in the field of computer and computational science including several technical awards.
</li>
</ul>

<h1>Communications, Collectives, and Telemetry</h1>
<h3>9:30</h3>
Expand Down
Loading