首页 | 本学科首页   官方微博 | 高级检索  
     


Milepost GCC: Machine Learning Enabled Self-tuning Compiler
Authors:Grigori Fursin  Yuriy Kashnikov  Abdul Wahid Memon  Zbigniew Chamski  Olivier Temam  Mircea Namolaru  Elad Yom-Tov  Bilha Mendelson  Ayal Zaks  Eric Courtois  Francois Bodin  Phil Barnard  Elton Ashton  Edwin Bonilla  John Thomson  Christopher K I Williams  Michael O??Boyle
Affiliation:1. INRIA Saclay, Parc Club Orsay Universite, 3 rue Jean Rostand, 91893, Orsay, France
2. University of Versailles Saint Quentin en Yvelines, 45 avenue des Etats Unis, 78000, Versailles, France
3. IBM Research Lab, Haifa University Campus, Mount Carmel, 31905, Haifa, Israel
4. CAPS Entreprise, 4 All??e Marie Berhaut, 35000, Rennes, France
5. ARC International, St. Albans, AL1 5HE, UK
6. University of Edinburgh, Informatics Forum, 10 Crichton Street, Edinburgh, EH8 9AB, UK
Abstract:Tuning compiler optimizations for rapidly evolving hardware makes porting and extending an optimizing compiler for each new platform extremely challenging. Iterative optimization is a popular approach to adapting programs to a new architecture automatically using feedback-directed compilation. However, the large number of evaluations required for each program has prevented iterative compilation from widespread take-up in production compilers. Machine learning has been proposed to tune optimizations across programs systematically but is currently limited to a few transformations, long training phases and critically lacks publicly released, stable tools. Our approach is to develop a modular, extensible, self-tuning optimization infrastructure to automatically learn the best optimizations across multiple programs and architectures based on the correlation between program features, run-time behavior and optimizations. In this paper we describe Milepost GCC, the first publicly-available open-source machine learning-based compiler. It consists of an Interactive Compilation Interface (ICI) and plugins to extract program features and exchange optimization data with the cTuning.org open public repository. It automatically adapts the internal optimization heuristic at function-level granularity to improve execution time, code size and compilation time of a new program on a given architecture. Part of the MILEPOST technology together with low-level ICI-inspired plugin framework is now included in the mainline GCC. We developed machine learning plugins based on probabilistic and transductive approaches to predict good combinations of optimizations. Our preliminary experimental results show that it is possible to automatically reduce the execution time of individual MiBench programs, some by more than a factor of 2, while also improving compilation time and code size. On average we are able to reduce the execution time of the MiBench benchmark suite by 11% for the ARC reconfigurable processor. We also present a realistic multi-objective optimization scenario for Berkeley DB library using Milepost GCC and improve execution time by approximately 17%, while reducing compilation time and code size by 12% and 7% respectively on Intel Xeon processor.
Keywords:
本文献已被 SpringerLink 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号