作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2012, Vol. 38 ›› Issue (9): 282-284,287. doi: 10.3969/j.issn.1000-3428.2012.09.086

• 开发研究与设计技术 • 上一篇    下一篇

CUDA到异构众核架构的线程映射模型

余 勇,庞建民,单 征,刘晓楠   

  1. (解放军信息工程大学信息工程学院,郑州 450002)
  • 收稿日期:2011-09-06 出版日期:2012-05-05 发布日期:2012-05-05
  • 作者简介:余 勇(1984-),男,硕士研究生,主研方向:逆向工 程;庞建民,教授、博士生导师;单 征,副教授;刘晓楠,博士研究生
  • 基金资助:
    国家“863”计划基金资助重点项目(2009AA012201); “核高基”重大专项(2009ZX01036-001-001);河南省重大科技攻关计划基金资助项目(092101210501)

Thread Mapping Model from CUDA to Heterogeneous Many-core Architecture

YU Yong, PANG Jian-min, SHAN Zheng, LIU Xiao-nan   

  1. (Institute of Information Engineering, PLA Information Engineering University, Zhengzhou 450002, China)
  • Received:2011-09-06 Online:2012-05-05 Published:2012-05-05

摘要: 统一计算设备架构(CUDA)程序移植到其他异构众核架构时的线程数不匹配。为此,提出一种层次化的线程映射模型。在第1个映射层次上,将CUDA主机端线程和设备端线程分别映射到目标平台的主核和从核阵列上,在第2个映射层次上,采用线程循环的方法消除协作线程阵列(CTA)中线程间同步操作,将整个CTA映射到从核阵列的一个从核上。实验结果表明,该模型能使CUDA程序在其他异构众核系统上得到有效运行。

关键词: 代码移植, 图形处理器, 统一计算设备架构, 异构众核架构, 流式多处理器, 线程循环

Abstract: Aiming at the problem that the number of threads is not matched when migrating Compute Unified Device Architecture(CUDA) programs to other heterogeneous many-core architecture, the paper proposes a hierarchical thread mapping model. In the first level, the model maps the host threads and device threads of CUDA to the target platform’s master core and slave core array respectively. In the second level, the model removes synchronization operations of Cooperative Threads Array(CTA) threads by thread loop, and maps the whole CTA to a slave core. Experimental results show that the model allows CUDA programs to be implemented effectively in other heterogeneous many-core systems.

Key words: code transplantation, Graphics Processing Unit(GPU), Compute Unified Device Architecture(CUDA), heterogeneous many-core architecture, Streaming Multiprocessor(SM), thread cycle

中图分类号: