@inproceedings{f29eeb581d4c45c683aebf799d578c5e,
title = "A Code Selection Mechanism Using Deep Learning",
abstract = "Sparse Matrix-Vector multiplication (SpMV) is a computational kernel widely used in many applications. There are many different implementations using different processors and algorithms for SpMV. The performances of different SpMV implementations are quite different, and it is basically difficult to choose the implementation that has the best performance for a given sparse matrix and a given platform without performance profiling. This work presents a prototype implementation of an effective machine learning system for SpMV code selection best suited for a given matrix. Instead of using predefined features of a matrix for performance prediction, a feature image and a deep learning network are used to map each sparse matrix to the implementation that has the best performance in advance of the execution. The performance gain by the mechanism is evaluated by using a machine learning method for predicting the best SpMV implementation. According to our evaluation, the proposed mechanism can select an optimal or suboptimal implementation in most cases, though the prediction is not perfect. These results demonstrate the feasibility that the proposed machine learning approach can capture underlying features of an input sparse matrix useful for SpMV code selection.",
keywords = "autotuning, code selection, deep learning, SpMV",
author = "Hang Cui and Shoichi Hirasawa and Hiroyuki Takizawa and Hiroaki Kobayashi",
note = "Publisher Copyright: {\textcopyright} 2016 IEEE.; 10th IEEE International Symposium on Embedded Multicore/Many-Core Systems-on-Chip, MCSoC 2016 ; Conference date: 21-09-2016 Through 23-09-2016",
year = "2016",
month = dec,
day = "5",
doi = "10.1109/MCSoC.2016.46",
language = "English",
series = "Proceedings - IEEE 10th International Symposium on Embedded Multicore/Many-Core Systems-on-Chip, MCSoC 2016",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "385--392",
booktitle = "Proceedings - IEEE 10th International Symposium on Embedded Multicore/Many-Core Systems-on-Chip, MCSoC 2016",
address = "United States",
}