天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 科技論文 > 計(jì)算機(jī)論文 >

支持混合計(jì)算模式的異構(gòu)多核系統(tǒng)若干關(guān)鍵技術(shù)的研究

發(fā)布時(shí)間:2018-12-24 21:04
【摘要】:以圖形圖像、科學(xué)計(jì)算、大數(shù)據(jù)分析等應(yīng)用為代表的高密度計(jì)算應(yīng)用領(lǐng)域,具有數(shù)據(jù)吞吐量大、實(shí)時(shí)性要求高的特點(diǎn),對(duì)微處理器的處理能力、數(shù)據(jù)吞吐率以及處理并行度等均提出了更高的要求。多核技術(shù)將處理器的發(fā)展方向從單一的縱向發(fā)展擴(kuò)充了橫向發(fā)展,大大降低了達(dá)到同種計(jì)算能力時(shí)處理器的設(shè)計(jì)難度,也緩解了功耗等因素對(duì)處理器設(shè)計(jì)的制約,在近十余年中迅速發(fā)展為處理器設(shè)計(jì)的主流方向;可重構(gòu)計(jì)算兼顧了定制計(jì)算的高效性與通用計(jì)算的靈活性,是解決高密度計(jì)算領(lǐng)域計(jì)算需求的一種優(yōu)秀的計(jì)算體系結(jié)構(gòu);動(dòng)態(tài)調(diào)度技術(shù),作為當(dāng)代處理器設(shè)計(jì)中的一種重要技術(shù),能夠消除任務(wù)間的數(shù)據(jù)偽相關(guān),提高處理器的發(fā)射效率,從而顯著提升處理器的工作能力。在計(jì)算中,有兩種典型的數(shù)據(jù)計(jì)算結(jié)構(gòu):存儲(chǔ)計(jì)算方式和流計(jì)算方式。存儲(chǔ)計(jì)算方式便于實(shí)現(xiàn)數(shù)據(jù)的重用,卻需要占用大量時(shí)間來完成數(shù)據(jù)搬運(yùn);流計(jì)算方式能夠隱藏?cái)?shù)據(jù)搬運(yùn)時(shí)間,大大提高計(jì)算吞吐率,卻會(huì)對(duì)數(shù)據(jù)存儲(chǔ)和交換帶來較高的帶寬壓力;谝陨媳尘,論文對(duì)支持混合計(jì)算模式的異構(gòu)多核系統(tǒng)的關(guān)鍵技術(shù)進(jìn)行了討論與研究,主要工作如下:首先,論文對(duì)原有基于多重片上網(wǎng)絡(luò)的異構(gòu)多核計(jì)算系統(tǒng)架構(gòu)進(jìn)行了介紹與分析,用兩級(jí)計(jì)算架構(gòu)思想對(duì)目標(biāo)系統(tǒng)進(jìn)行了改造,并規(guī)范化了多核計(jì)算系統(tǒng)的工作機(jī)制,設(shè)計(jì)了頂層任務(wù)指令的指令集;其次,論文設(shè)計(jì)了一種用于多核計(jì)算系統(tǒng)任務(wù)調(diào)度的主控制單元,引入了動(dòng)態(tài)調(diào)度和寄存器重命名技術(shù),實(shí)現(xiàn)了任務(wù)指令級(jí)的亂序多發(fā)射,并進(jìn)一步探索了線程級(jí)并行的實(shí)現(xiàn)方案,提高了目標(biāo)系統(tǒng)的任務(wù)發(fā)射效率;再次,論文設(shè)計(jì)了一種粗粒度可重構(gòu)計(jì)算單元,采用可重構(gòu)技術(shù)設(shè)計(jì),支持多種計(jì)算模式,并對(duì)高密度計(jì)算領(lǐng)域中常見的算法進(jìn)行了定向優(yōu)化,在有限資源條件下達(dá)到了較高的計(jì)算能力;最后,本文對(duì)設(shè)計(jì)和改進(jìn)后的單元進(jìn)行了測試和性能評(píng)估,驗(yàn)證了設(shè)計(jì)的正確性,并討論了算法映射中需要注意的問題,提出了系統(tǒng)進(jìn)一步優(yōu)化的方向。
[Abstract]:The applications of high density computing, such as graphics, image, scientific calculation, big data analysis and so on, have the characteristics of large data throughput and high real-time requirements, and have the ability to process microprocessors. Data throughput and processing parallelism are higher requirements. Multi-core technology expands the development direction of processor from single vertical development to horizontal development, greatly reduces the difficulty of processor design when the same computing power is achieved, and also alleviates the restriction of power consumption and other factors on processor design. In the past ten years, it has developed rapidly into the mainstream of processor design. Reconfigurable computing takes into account the high efficiency of customized computing and the flexibility of general computing. It is an excellent computing architecture to solve the computing requirements in the field of high-density computing. As an important technology in the modern processor design, dynamic scheduling technology can eliminate the data pseudo-correlation between tasks, improve the efficiency of the processor, and improve the working ability of the processor. There are two typical data computing structures: storage computing and stream computing. The method of storage and calculation is convenient to realize the reuse of data, but it takes a lot of time to complete the data handling. Stream computing can hide the data handling time, greatly improve the computational throughput, but will bring higher bandwidth pressure to data storage and exchange. Based on the above background, this paper discusses and studies the key technologies of heterogeneous multi-core systems supporting hybrid computing mode. The main work is as follows: first, This paper introduces and analyzes the original architecture of heterogeneous multi-core computing system based on multi-chip network, reconstructs the target system with the idea of two-level computing architecture, and standardizes the working mechanism of multi-core computing system. The instruction set of top-level task instruction is designed. Secondly, a main control unit is designed for task scheduling in multi-core computing systems. Dynamic scheduling and register renaming techniques are introduced to realize the task instruction level disordered multi-transmission. Furthermore, the implementation scheme of thread-level parallelism is explored, and the task launching efficiency of the target system is improved. Thirdly, a coarse-grained reconfigurable computing unit is designed, which uses reconfigurable technology to support a variety of computing modes, and optimizes the common algorithms in the field of high-density computing. Under the condition of limited resources, high computing power is achieved. Finally, this paper tests and evaluates the design and performance of the improved unit, validates the correctness of the design, discusses the problems needing attention in the algorithm mapping, and puts forward the direction of further optimization of the system.
【學(xué)位授予單位】:合肥工業(yè)大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類號(hào)】:TP332

【參考文獻(xiàn)】

相關(guān)期刊論文 前10條

1 龔建偉;吳月明;沈蒙童;高琦翔;;淺談民用級(jí)X86處理器性能發(fā)展趨勢[J];科技創(chuàng)新與應(yīng)用;2017年05期

2 本刊編輯部;;神威·太湖之光超級(jí)計(jì)算機(jī)[J];中國信息化;2017年01期

3 孫彩霞;隋兵才;王蕾;王永文;黃立波;李文哲;王俊輝;;亂序超標(biāo)量處理器核的性能分析與優(yōu)化[J];國防科技大學(xué)學(xué)報(bào);2016年05期

4 ;“國之重器”[J];中國經(jīng)濟(jì)信息;2016年13期

5 李樂;李濤;;同時(shí)多線程處理器的指令調(diào)度器設(shè)計(jì)[J];微電子學(xué)與計(jì)算機(jī);2016年06期

6 劉j驕;謝國琪;李仁發(fā);楊柳;劉彥;;異構(gòu)系統(tǒng)雙關(guān)鍵級(jí)分布式功能的動(dòng)態(tài)調(diào)度[J];計(jì)算機(jī)研究與發(fā)展;2016年06期

7 周佳佳;李濤;黃小康;;多核同時(shí)多線程處理器的線程調(diào)度器設(shè)計(jì)[J];電子技術(shù)應(yīng)用;2016年01期

8 胡向東;楊劍新;朱英;;高性能多核處理器申威1600[J];中國科學(xué):信息科學(xué);2015年04期

9 倪偉;邵響;張溯;宋宇鯤;楊延輝;卜冀春;;多核混合可重構(gòu)計(jì)算系統(tǒng)MRCS的設(shè)計(jì)[J];電子測量與儀器學(xué)報(bào);2015年02期

10 劉鵬;趙榮彩;趙博;高偉;;一種面向SIMD擴(kuò)展部件的向量化統(tǒng)一架構(gòu)[J];計(jì)算機(jī)科學(xué);2014年09期

相關(guān)博士學(xué)位論文 前4條

1 陳鵬;面向大數(shù)據(jù)應(yīng)用的異構(gòu)可重構(gòu)平臺(tái)關(guān)鍵技術(shù)研究[D];中國科學(xué)技術(shù)大學(xué);2015年

2 李柏楠;面向領(lǐng)域應(yīng)用的可重構(gòu)系統(tǒng)關(guān)鍵技術(shù)研究[D];解放軍信息工程大學(xué);2015年

3 王侃文;領(lǐng)域?qū)S每芍貥?gòu)計(jì)算結(jié)構(gòu)研究[D];復(fù)旦大學(xué);2011年

4 孫彩霞;同時(shí)多線程處理器中的資源分配策略研究[D];國防科學(xué)技術(shù)大學(xué);2006年

相關(guān)碩士學(xué)位論文 前7條

1 張揚(yáng);多核系統(tǒng)中支持任務(wù)級(jí)亂序多發(fā)射的主控核設(shè)計(jì)[D];合肥工業(yè)大學(xué);2016年

2 楊俊;多核系統(tǒng)靜態(tài)任務(wù)調(diào)度問題研究[D];合肥工業(yè)大學(xué);2016年

3 高曉川;面向動(dòng)態(tài)異構(gòu)多核處理器的公平性任務(wù)調(diào)度研究[D];中國科學(xué)技術(shù)大學(xué);2015年

4 吳凌云;面向高密度計(jì)算的NoC平臺(tái)多發(fā)射技術(shù)研究[D];合肥工業(yè)大學(xué);2015年

5 石祥龍;基于異構(gòu)多核處理器的靜態(tài)任務(wù)調(diào)度算法研究[D];南京郵電大學(xué);2015年

6 顏永吉;異構(gòu)多核SoC中可重構(gòu)并行處理單元設(shè)計(jì)與實(shí)現(xiàn)[D];合肥工業(yè)大學(xué);2013年

7 肖福明;高密度計(jì)算與多核系統(tǒng)設(shè)計(jì)技術(shù)研究[D];合肥工業(yè)大學(xué);2010年

,

本文編號(hào):2390842

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/jisuanjikexuelunwen/2390842.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶83866***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com
国产户外勾引精品露出一区 | 视频一区二区三区自拍偷| 中文久久乱码一区二区| 人妻一区二区三区多毛女| 欧美日韩中黄片免费看| 欧美激情床戏一区二区三| 欧美日韩国产亚洲三级理论片 | 午夜国产成人福利视频| 国产精品丝袜一二三区| 一区二区三区日韩在线| 亚洲第一区欧美日韩在线| 日本高清二区视频久二区| 熟女体下毛荫荫黑森林自拍| 日韩欧美在线看一卡一卡| 日本美国三级黄色aa| 免费午夜福利不卡片在线 视频| 深夜视频成人在线观看| 国产原创中文av在线播放| 国产欧美日韩精品一区二| 黄片在线免费观看全集| 国产一级二级三级观看| 日本亚洲精品在线观看| 精品欧美一区二区三久久| 亚洲天堂国产精品久久精品| 国产永久免费高清在线精品| 欧美中文字幕日韩精品| 丰满少妇被猛烈插入在线观看| 中文字幕一区二区三区大片| 99精品人妻少妇一区二区人人妻| 91亚洲国产成人久久精品麻豆| 免费福利午夜在线观看| 日本午夜一本久久久综合| 欧美中文日韩一区久久| 国产免费一区二区三区av大片 | 91久久国产福利自产拍 | 中文字幕欧美精品人妻一区| 日本99精品在线观看| 亚洲永久一区二区三区在线| 久久精品蜜桃一区二区av| 亚洲精品国男人在线视频| 色综合久久中文综合网|