@inproceedings{a3d104457e2b49ee822e93a2ea7f97d1,
title = "Mmalloc: A Dynamic Memory Management on Many-core Coprocessor for the Acceleration of Storage-intensive Bioinformatics Application",
abstract = "In the past decades, many applications in bioinformatics have achieved great success by extracting useful information from huge amounts of data. However, when some storage-intensive applications like BWA-MEM ported to coprocessors to accelerate, they often have memory bottleneck that severely limits program performance and scalability. While dynamic memory allocation is one of the important topics in CPU and GPU, there has been relatively little work on many-core coprocessors. This paper introduces Mmalloc, a fast and highly scalable allocator that accelerates storage-intensive application on many-core coprocessor. Mmalloc is the first allocator to consider the different architecture between MIC and CPU. Mmalloc removes the global heap to reduce the long-distance on-chip coherent and communication. Mmalloc uses a binary sort interval tree to manage the memory. We also separate the header information from the data area using the logical structure to keep the locality of processed data. Our results on BWA-MEM benchmarks demonstrate that Mmalloc has a better speedup and scalability comparing with the state-of-the-art allocator for CPU like Hoard on the many-core coprocessor.",
keywords = "bwa-mem, many integrated core co-processor, memory management, storage-intensive bioinformatics application",
author = "Zihao Wang and Mingzhe Zhang and Jingrong Zhang and Rui Yan and Xiaohua Wan and Zhiyong Liu and Fa Zhang and Xuefeng Cui",
note = "Publisher Copyright: {\textcopyright} 2018 IEEE.; 2018 IEEE International Conference on Bioinformatics and Biomedicine, BIBM 2018 ; Conference date: 03-12-2018 Through 06-12-2018",
year = "2019",
month = jan,
day = "21",
doi = "10.1109/BIBM.2018.8621415",
language = "English",
series = "Proceedings - 2018 IEEE International Conference on Bioinformatics and Biomedicine, BIBM 2018",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "771--774",
editor = "Harald Schmidt and David Griol and Haiying Wang and Jan Baumbach and Huiru Zheng and Zoraida Callejas and Xiaohua Hu and Julie Dickerson and Le Zhang",
booktitle = "Proceedings - 2018 IEEE International Conference on Bioinformatics and Biomedicine, BIBM 2018",
address = "United States",
}