1. Optimizing Sorting with Machine Learning Algorithms
- Author
-
Xiaoming Li, David Padua, and María Jesús Garzarán
- Subjects
Sorting algorithm ,Computer science ,business.industry ,Bogosort ,Sorting ,Parallel computing ,Machine learning ,computer.software_genre ,Code generation ,Artificial intelligence ,business ,Algorithm ,computer ,Classifier (UML) - Abstract
The growing complexity of modern processors has made the development of highly efficient code increasingly difficult. A promising automatic code generation strategy is implemented by library generators. This approach has mainly been applied to scientific codes which can be optimized by identifying code characteristics that depend only on the target machine. In this paper, we study the generation of sorting routines whose performance also depends on the characteristics of the input data. We present two approaches to generate efficient sorting routines. First, we consider the problem of selecting the best "pure" sorting algorithm as a function of the characteristics of the input data. We used machine learning algorithms to compute a function for each target machine that, at runtime, is used to select the best algorithm. Our second approach generalizes the first approach and can build new sorting algorithms from a few primitive operations. We use genetic algorithms and a classifier system to build hierarchically-organized hybrid sorting algorithms. Our results show that the algorithms generated using this second approach are quite effective and perform significantly better than the many conventional sorting implementations we tested. In particular, the routines generated using the second approach performs better than the most popular libraries available today: IBM ESSL, INTEL MKL and the C+ + STL.
- Published
- 2007
- Full Text
- View/download PDF