ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Conference Paper Space Sharing Effects on Manycore Systems
Cited 0 time in scopus Share share facebook twitter linkedin kakaostory
Authors
Seung-Jun Cha, Seung Hyup Jeon, Ramneek, Yeonjeong Jeong, Jin Mee Kim, Sungin Jung
Issue Date
2019-02
Citation
International Conference on Advanced Communications Technology (ICACT) 2019, pp.710-713
Publisher
IEEE
Language
English
Type
Conference Paper
DOI
https://dx.doi.org/10.23919/ICACT.2019.8701892
Abstract
Computing hardware has changed from a single core to a multi-core environment, and programming technique have also shifted from a single thread to multi-threaded model. In a multicore environment where resources are limited, time sharing makes multiple application running simultaneously by using resource efficiently. However, in manycore systems, time sharing technique generates kernel noise and it results in a performance degradation. To solve this problem, this paper proposes a space sharing scheme suitable for manycore systems. Space sharing scheme consists of one core-one thread and one core-one memory, ensuring that threads executed without competing kernel resources. Through experiments, we confirmed that space sharing provides scalability compared to time sharing and reduce kernel noise. In addition, we confirmed its performance through a simple HPC application; Edge-detection. We discover that space sharing can create resource waste for I/O intensive applications, which is rather a performance degradation. This problem should be solved through I/O acceleration later.
KSP Keywords
Edge Detection, HPC Application, I/O acceleration, I/O intensive, Many-core systems, Multi-threaded, Reduce kernel, multi-Core, performance degradation, resource waste, single core