EDBT 2026 Demo / reviewers in the wild / expert
Harshitha Menon
dblp:121/1427
· DBLP profile ↗
2ranked-venue papers in the field
2as first author
2since 2021 · last 2024
0000-0003-4707-9580ORCID · verified
Domains — venue-derived; a paper can count in several
Other / Interdisciplinary · 2 (2 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | Learning to Predict and Improve Build Successes in Package EcosystemsabstractSoftware has become increasingly complex, with a typical application depending on tens or hundreds of packages. Finding compatible versions and build configurations of these packages is challenging. This paper presents a method to learn the likelihood of software build success, and techniques for leveraging this information to guide dependency solvers to better software configurations. We leverage the heavily parameterized package recipes from the Spack package manager to produce a training data set of builds, and we use Graph Neural Networks to learn whether a given package configuration will build successfully or not. We apply our tool to the U.S. Exascale Computing Project's software stack. We demonstrate its effectiveness in predicting whether a given package will build successfully. We show that our technique can be used to improve the solutions generated by dependency solvers, reducing the need for developers to find working builds by trial and error. Harshitha Menon, Daniel Nichols, Abhinav Bhatele, Todd Gamblin |
MSR | 1 |
| 2022 | Searching for High-Fidelity Builds Using Active LearningabstractModern software is incredibly complex. A typical application may comprise hundreds or thousands of reusable components. Automated package managers can help to maintain a consistent set of dependency versions, but ultimately the solvers in these systems rely on constraints generated by humans. At scale, small errors add up, and it becomes increasingly difficult to find high-fidelity configurations. We cannot test all configurations, because the space is combinatorial, so exhaustive exploration is infeasible. Harshitha Menon, Konstantinos Parasyris, Thomas Scogland, Todd Gamblin |
MSR | 1 |