跳到主要內容

臺灣博碩士論文加值系統

(44.200.82.149) 您好!臺灣時間:2023/06/05 10:49
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:許傳政
研究生(外文):Chuan-cheng Hsu
論文名稱:PrologOR平行執行模式在多引線超純量處理機下的研究
論文名稱(外文):Prolog OR Parallel Execution Model on Multi-Threaded Superscalar Processor
指導教授:鍾崇斌
指導教授(外文):Chung-ping Chung
學位類別:碩士
校院名稱:國立交通大學
系所名稱:資訊工程研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:1995
畢業學年度:83
語文別:中文
論文頁數:87
外文關鍵詞:Prolog多引線超純量處理機PrologMulti-Threaded Superscalar Processor
相關次數:
  • 被引用被引用:0
  • 點閱點閱:153
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
本論文針對Prolog語言中的OR平行性提出一個多引線超純量的處理機架構
。這個架構的特性是利用多引限的特性來開發Prolog OR部份的 coarse-
grained平行度,將每個OR task交由不同的引線來處理;而每條引線以超
純量處理機的特性來開發task中的fine-grained平行度。在我們的OR平行
執行模式中,先將一個Prolog程式依其執行特性做分割 。一個程式依其
不同部份在執行時的行為的特性,可被分割成許多子程式;這些子程式的
執行特性可分為下列四種:完全不可OR平行執行子程式,可OR平行遞迴子
程式,OR平行平衡子程式以及不規則子程式。整個程式的執行行為,會隨
著執行到的子程式的種類不同而改變。而本論文中所設計的處理機架構,
其目地就是要妥善利用各子程式中的平行度,來加速程式的執行。另外,
我們還提出一動態負載平衡法,以減少不規則子程式所造成的效能限制。
最後,我們提出一個能充份利用Prolog中OR平行性的多引線超純量處理機
架構,並設計其中的記憶體和暫存器組部份,來實現此模式。利用PLM和
BAM系統的測試程式集,從模擬數據中,我們發現具有OR平行性的程式在
此架構下有2.64倍於超純量架構的效能增益。

In this thesis, a multi-threaded superscalar processor
architecture for Prolog OR parallel execution is proposed. With
multi-threading characteristic of this architecture coarse-
grained OR parallelism of a Prolog program can be exploited.
Each OR task is to be executed by different thread. Within each
thread, superscalar processing exploits fine-grained
parallelism of Prolog code. In our OR execution model, Prolog
procedures are classified according to their properties. A
program can be partitioned into several subprograms according
to their behaviors in execution. These subprograms are
classified as: non-parallelizable subprograms, parallelizable
recursive subprograms, balanced subprograms and irregular
unbalanced subprograms. The behaviors of a program will change
dependend upon the subprogram currently being executed. The
goal of this processor architecture design is to gain program
execution speedup by properly utilizing the OR parallelism
inherent in the subprograms. Furthermore, in order to reduce
the performance restriction caused by irregular unbalanced
subprograms, a dynamic load balancing method is proposed.
Finally, a multi-threaded superscalar processor architecture
for the OR parallelism in Prolog is proposed to implement this
model. Specially, the designs of memory and register file are
presented. Benchmarks of PLM and BAM systems are used in
performance simulation. For the benchmarks with OR parallelism,
the performance of this architecture is 164% better than that
of superscalar architecture.

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top