Probabilistic auto-tuning for architectures with complex constraints

  • Authors:
  • Benjamin Ylvisaker;Scott Hauck

  • Affiliations:
  • GrammaTech, Inc.;University of Washington

  • Venue:
  • Proceedings of the 1st International Workshop on Adaptive Self-Tuning Computing Systems for the Exaflop Era
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

It is hard to optimize applications for coprocessor accelerator architectures, like FPGAs and GPUs, because application parameters must be tuned carefully to the size of the target architecture. Moreover, some combinations of parameters simply do not work, because they lead to overuse of a constrained resource. Applying auto-tuning---the use of search algorithms and empirical feedback to optimize programs---is an attractive solution, but tuning in the presence of unpredictable failures is not addressed well by existing auto-tuning methods. This paper describes a new auto-tuning method that is based on probabilistic predictions of multiple program features (run time, memory consumption, etc.). During configuration selection, these predictions are combined to balance the preference for trying configurations that are likely to be high quality against the preference for trying configurations that are likely to satisfy all constraints. In our experiments, our new auto-tuning method performed substantially better than the simpler approach of treating all failed configurations as if they succeed with a "very low" quality. In many cases, the simpler strategy required more than twice as many trials to reach the same quality level in our experiments.