@inproceedings{24432eac9ae64db48930729f284eae63,
title = "Automatic data layout transformation for heterogeneous many-core systems",
abstract = "Applying appropriate data structures is critical to attain superior performance in heterogeneous many-core systems. A heterogeneous many-core system is comprised of a host for control flow management, and a device for massive parallel data processing. However, the host and device require different types of data structures. The host prefers Array-of-Structures (AoS) to ease the programming, while the device requires Structure-of-Arrays (SoA) for efficient data accesses. The conflicted preferences cost excessive effort for programmers to transform the data structures between two parts. The separately designed kernels with different coding styles also cause difficulty in maintaining programs. This paper addresses this issue by proposing a fully automated data layout transformation framework. Programmers can maintain the code in AoS style on the host, while the data layout is converted into SoA when being transferred to the device. The proposed framework streamlines the design flow and demonstrates up to 177% performance improvement.",
keywords = "GPGPU, data layout transformation, heterogeneous systems, many-core",
author = "Tseng, {Ying Yu} and Huang, {Yu Hao} and Bo-Cheng Lai and Lin, {Jiun Liang}",
year = "2014",
doi = "10.1007/978-3-662-44917-2_18",
language = "English",
isbn = "9783662449165",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "208--219",
booktitle = "Network and Parallel Computing - 11th IFIP WG 10.3 International Conference, NPC 2014, Proceedings",
address = "德國",
note = "11th IFIP WG 10.3 International Conference on Network and Parallel Computing, NPC 2014 ; Conference date: 18-09-2014 Through 20-09-2014",
}