异构计算平台下高效大图数据处理的运行时支撑环境研究
项目介绍
AI项目解读
基本信息
- 批准号:61702201
- 项目类别:青年科学基金项目
- 资助金额:26.0万
- 负责人:
- 依托单位:
- 学科分类:F0202.系统软件、数据库与工业软件
- 结题年份:2020
- 批准年份:2017
- 项目状态:已结题
- 起止时间:2018-01-01 至2020-12-31
- 项目参与者:郭人通; 叶晨成; 姚鹏程; 黄禹; 林敏豪; 葛希; 李贤亮; 杨成波;
- 关键词:
项目摘要
Graph computing is one of the most important technical means to solve the majority of real-world problems. With the advent of “Internet +” and the further development of social economy, big graph is increasingly exhibiting a series of remarkable features with large scale, complex correlation and dynamic variation. On account of the relatively simple procedure of data analysis and processing, the off-the-shelf graph processing systems are no longer meeting the demands of this important change. Recently, a major breakthrough has been made in novel heterogeneous architectures, which provide a wealth of on-chip resources, a high degree of parallelism and very low data latency, opening a great opportunity to better support the high performance big graph processing. Nevertheless, in illusion to the variation and rebuilding of resources of emerging heterogeneous architectures, the traditional resource management models, runtime scheduling, runtime optimization and programming supporting library, cannot no longer be adaptive. In particular, for the typical graph computing scenarios, the traditional runtime is not closely combined with the inherent demand characterization of graph computing, leading to the inefficient utilization of heterogeneous resources and the significant limitation of parallelism exploitation. All of these introduce enormous challenges for the efficient processing of big graph. At present, there still lacks the matching runtime support environment to make full use of the potential of emerging heterogeneous architectures...As a consequence, this project conducts the targeted research. Through observing the inherent runtime characteristics of graph iteration, we rethink the deficiencies of the theory and practices of off-the-shelf runtime techniques on heterogeneous platforms. In an effort to match the hardware capacity, we present a series of new runtime supporting techniques, ranging from resource management models, runtime collaborative scheduling and optimization, as well as requisite programming interfaces, to bridge the gap between underlying hardware and high-level graph applications. We believe that this project can provide the key runtime supporting techniques for the high performance big data processing on heterogeneous computing platform.
图数据日益呈现巨量规模、复杂关联、动态多变等显著特征,现有图计算系统相对简单的数据分析与处理过程已不再适应这一重大现实需求的转变。近些年新型异构体系结构已取得重大突破,提供了丰富的片上资源、超高并行性与极低数据传输延时,为更好地支撑大图数据的高效处理带来了新的契机,但是,随着新型体系结构资源结构上的变化与重塑,传统运行时已凸显不适应性,尤其是针对图计算典型应用场景,更是未紧密结合其固有的运行时特征,导致异构资源利用和并行性攫取大幅受限,对大图数据高效处理带来了巨大的挑战。..项目拟开展针对性的研究,紧紧围绕大图数据处理的运行时特征,再思考新型异构体系结构下传统运行时基础理论与方法的不足,探索适应新型异构体系结构大图数据处理的资源管理模型、运行时调度与优化以及编程接口支撑库等,力求形成一套可充分匹配底层硬件优势与上层图应用特征的高效运行时支撑环境,为大图数据的高效处理提供运行时异构关键支持。
结项摘要
以图计算为代表的大数据市场迅猛增长,由于其体量庞大、结构多变、依赖复杂的特征,对计算机体系结构的处理能力提出了更高的要求。CPU/GPU等传统体系结构遵循统一设计理念,通用于各类计算领域的控制流处理架构在新的需求面前陷入困境,存在着并行效率差、访存随机性强、数据冲突频度高、以及性能功耗比低等突出问题,开展以处理架构创新为主的图计算技术与系统研究对提升其性能、能效比等技术水平有着重要的现实意义。针对图计算灵活设计和高度并行的现实需求,重点解决了面向图计算的新型体系结构及系统软件方面的技术挑战,逐步在图计算加速器架构设计、运行方法与工具环境方面取得了进展。1) 提出了高能效图计算加速器,.针对图计算在传统控制流体系结构上所面临的并行效率低、存储效率差、同步开销大“两墙一锁”问题,提出了基于数据流的加速器架构设计思路,以数据驱动指令执行,实现高度并行与乱序执行,破解了控制流体系结构固有的同步通信开销大、异构并行效率低的难题,设计了高并发流水线结构、乱序访存机制、以及两级并行累加器。2) 提出了面向图计算的高效运行系统,针对图计算复杂数据依赖对计算并行性的影响,提出了“符号迭代”的新模式,相比传统数值计算,符号迭代允许利用符号值替代具体数值参与计算,解决了图计算非规则关联特征和加速设备众核化趋势所引发的并行关系管理难题,研发了基于符号迭代的图计算系统,提出了基于符号执行的关联关系并行表达的编程模型、图划分机制、以及运行时调度方法。3) 提出了基于图计算技术的工具环境,针对多线程程序并发分析效率低的问题,提出了程序图抽象理论,将复杂的并发分析问题转化为图并行计算问题,解决了大型复杂软件系统在线跟踪和演化重现的难题,提出了基于图计算的超大规模并发分析、调试与优化框架。
项目成果
期刊论文数量(8)
专著数量(0)
科研奖励数量(0)
会议论文数量(7)
专利数量(9)
An Effective 2-Dimension Graph Partitioning for Work Stealing Assisted Graph Processing on Multi-FPGAs
一种有效的二维图分区,用于多 FPGA 上的工作窃取辅助图处理
- DOI:10.1109/tbdata.2020.3035090
- 发表时间:2022-10
- 期刊:IEEE Transactions on Big Data
- 影响因子:7.2
- 作者:Fan Zhang;Long Zheng;Xiaofei Liao;Hai Jin;Xinqiao Lv;Jiang Xiao
- 通讯作者:Jiang Xiao
Efficient FPGA-based graph processing with hybrid pull-push computational model
采用混合拉推计算模型的基于 FPGA 的高效图形处理
- DOI:10.1007/s11704-019-9020-5
- 发表时间:2020-01
- 期刊:Frontiers of Computer Science
- 影响因子:4.2
- 作者:Yang Chengbo;Zheng Long;Gui Chuangyi;Jin Hai
- 通讯作者:Jin Hai
Efficient Graph Processing with Invalid Update Fiteration
具有无效更新拟合的高效图形处理
- DOI:--
- 发表时间:--
- 期刊:IEEE Transactions on Big Data
- 影响因子:7.2
- 作者:Long Zheng;Xianliang Li;Xi Ge;Xiaofei Liao;Hai Jin;Zhiyuan Shao;Qiang-Sheng Hua
- 通讯作者:Qiang-Sheng Hua
ReSQM: Accelerating Database Operations Using ReRAM-Based Content Addressable Memory
ReSQM:使用基于 ReRAM 的内容可寻址内存加速数据库操作
- DOI:10.1109/tcad.2020.3012860
- 发表时间:2020-11
- 期刊:IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems
- 影响因子:2.9
- 作者:Huize Li;Hai Jin;Long Zheng;Xiaofei Liao
- 通讯作者:Xiaofei Liao
A Conflict-free Scheduler for High-performance Graph Processing on Multi-pipeline FPGAs
用于多管线 FPGA 上高性能图形处理的无冲突调度程序
- DOI:10.1145/3390523
- 发表时间:2020-05
- 期刊:ACM Transactions on Architecture and Code Optimization
- 影响因子:1.6
- 作者:Qinggang Wang;Long Zheng;Jieshan Zhao;Xiaofei Liao;Hai Jin;Jingling Xue
- 通讯作者:Jingling Xue
数据更新时间:{{ journalArticles.updateTime }}
{{
item.title }}
{{ item.translation_title }}
- DOI:{{ item.doi || "--"}}
- 发表时间:{{ item.publish_year || "--" }}
- 期刊:{{ item.journal_name }}
- 影响因子:{{ item.factor || "--"}}
- 作者:{{ item.authors }}
- 通讯作者:{{ item.author }}
数据更新时间:{{ journalArticles.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ monograph.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ sciAawards.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ conferencePapers.updateTime }}
{{ item.title }}
- 作者:{{ item.authors }}
数据更新时间:{{ patent.updateTime }}
其他文献
内嵌金属块的金属-绝缘体-金属波导光透射特性
- DOI:--
- 发表时间:2016
- 期刊:激光与光电子学进展
- 影响因子:--
- 作者:韦力丹;王宏庆;杨宏艳;郑龙;肖功利
- 通讯作者:肖功利
箱体与插板组合型生态护岸消浪试验研究
- DOI:--
- 发表时间:2018
- 期刊:东南大学学报(自然科学版)
- 影响因子:--
- 作者:廖鹏;丁天平;郑龙;陈一梅
- 通讯作者:陈一梅
不同硫化体系对天然橡胶动静态性能的影响
- DOI:--
- 发表时间:2018
- 期刊:橡胶工业
- 影响因子:--
- 作者:郑龙;姜健;张立群;刘力;温世鹏
- 通讯作者:温世鹏
十八胺改性氧化石墨烯/乳聚丁苯橡胶复合材料的结构与性能研究
- DOI:10.12136/j.issn.1000-890x.2019.02.0089
- 发表时间:2019
- 期刊:橡胶工业
- 影响因子:--
- 作者:苏甜;谢丽丽;郑龙;许宗超;刘力;温世鹏
- 通讯作者:温世鹏
振动环境下2D电液比例伺服换向阀动静态特性的研究
- DOI:--
- 发表时间:2019
- 期刊:机电工程
- 影响因子:--
- 作者:彭宽栋;张学良;左强;郑龙;曾斌
- 通讯作者:曾斌
其他文献
{{
item.title }}
{{ item.translation_title }}
- DOI:{{ item.doi || "--" }}
- 发表时间:{{ item.publish_year || "--"}}
- 期刊:{{ item.journal_name }}
- 影响因子:{{ item.factor || "--" }}
- 作者:{{ item.authors }}
- 通讯作者:{{ item.author }}
内容获取失败,请点击重试
查看分析示例
此项目为已结题,我已根据课题信息分析并撰写以下内容,帮您拓宽课题思路:
AI项目摘要
AI项目思路
AI技术路线图
请为本次AI项目解读的内容对您的实用性打分
非常不实用
非常实用
1
2
3
4
5
6
7
8
9
10
您认为此功能如何分析更能满足您的需求,请填写您的反馈:
郑龙的其他基金
基于存内计算的图计算软硬协同设计关键技术研究
- 批准号:62072195
- 批准年份:2020
- 资助金额:57 万元
- 项目类别:面上项目
相似国自然基金
{{ item.name }}
- 批准号:{{ item.ratify_no }}
- 批准年份:{{ item.approval_year }}
- 资助金额:{{ item.support_num }}
- 项目类别:{{ item.project_type }}
相似海外基金
{{
item.name }}
{{ item.translate_name }}
- 批准号:{{ item.ratify_no }}
- 财政年份:{{ item.approval_year }}
- 资助金额:{{ item.support_num }}
- 项目类别:{{ item.project_type }}