LGDCPFSep 30, 2025

Tuning the Tuner: Introducing Hyperparameter Optimization for Auto-Tuning

arXiv:2509.26300v12 citationsh-index: 30eScience
Originality Incremental advance
AI Analysis

This addresses a bottleneck in auto-tuning frameworks for scientific computing, offering a novel method to enhance efficiency, though it is incremental as it builds on existing optimization concepts.

The paper tackles the problem of untuned hyperparameters in auto-tuning optimization algorithms, showing that even limited hyperparameter tuning improves auto-tuner performance by 94.8% on average and that meta-strategies can optimize hyperparameters with an average improvement of 204.7%.

Automatic performance tuning (auto-tuning) is widely used to optimize performance-critical applications across many scientific domains by finding the best program variant among many choices. Efficient optimization algorithms are crucial for navigating the vast and complex search spaces in auto-tuning. As is well known in the context of machine learning and similar fields, hyperparameters critically shape optimization algorithm efficiency. Yet for auto-tuning frameworks, these hyperparameters are almost never tuned, and their potential performance impact has not been studied. We present a novel method for general hyperparameter tuning of optimization algorithms for auto-tuning, thus "tuning the tuner". In particular, we propose a robust statistical method for evaluating hyperparameter performance across search spaces, publish a FAIR data set and software for reproducibility, and present a simulation mode that replays previously recorded tuning data, lowering the costs of hyperparameter tuning by two orders of magnitude. We show that even limited hyperparameter tuning can improve auto-tuner performance by 94.8% on average, and establish that the hyperparameters themselves can be optimized efficiently with meta-strategies (with an average improvement of 204.7%), demonstrating the often overlooked hyperparameter tuning as a powerful technique for advancing auto-tuning research and practice.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes