He Guo
Professor Supervisor of Doctorate Candidates Supervisor of Master's Candidates
Gender:Male
Alma Mater:大连理工大学
Degree:Master's Degree
School/Department:软件学院、国际信息与软件学院
Contact Information:guohe@dlut.edu.cn
E-Mail:guohe@dlut.edu.cn
Hits:
Indexed by:会议论文
Date of Publication:2017-01-01
Included Journals:SCIE、EI、CPCI-S、Scopus
Page Number:1-10
Abstract:GPU L1 data cache contention, caused by a huge amount of concurrent threads, leads to insufficient cache utilization and poor performance, especially for cache unfriendly applications. Cache bypassing is a widely-used method to alleviate this problem, and Decoupled L1D (D-L1D) is a preventive bypassing scheme, which achieves performance improvement for cache unfriendly applications by considering the data locality of memory access streams. However, our experiments and analyses show that limited performance gain by D-L1D is attained due to the pre-defined locality threshold. To address this issue, we propose a novel bypassing scheme named as Dynamic D-L1D (DD-L1D) that directs the L1 data cache to the less contention by dynamically updating the locality threshold during runtime. We evaluate four metrics in DD-L1D to indicate the L1 cache bypassing state, and choose bypassing miss rate in our final configuration. The experimental results demonstrate that DD-L1D improves the baseline performance by 1.45X on average for cache unfriendly benchmarks. It also outperforms D-L1D and the state-of-the-art GPU cache bypassing schemes with lower hardware overhead and memory traffic.
教育背景:
学士学位:吉林大学计算机系,1982
硕士学位:大连理工大学计算机系,1989
科研与工作经历:
1986年10月—1987年10月,新西兰Progeni Company,访问学者
1990年10月—1992年12月,德国PDI Karlsruhe University计算机系,访问学者
1992年12月—2007年12月,大连理工大学计算机系,副教授
1995年3月—1996年6月,大连市金卡工程系统,总工程师
2008年1月—今,大连理工大学软件学院,教授
2020年4月 退休
教学工作:
1992年—2007年,计算机导论,计算机组织与结构,计算机系统结构
2009年—2019年,存储技术,计算机系统结构,并行计算
科研:
研究兴趣:并行与分布式计算。