完整後設資料紀錄
DC 欄位語言
dc.contributor.author陳冠旭en_US
dc.contributor.authorChen, Kuan-Hsuen_US
dc.contributor.author楊武en_US
dc.contributor.authorYang, Wuuen_US
dc.date.accessioned2014-12-12T01:34:05Z-
dc.date.available2014-12-12T01:34:05Z-
dc.date.issued2009en_US
dc.identifier.urihttp://140.113.39.130/cdrfb3/record/nctu/#GT079655573en_US
dc.identifier.urihttp://hdl.handle.net/11536/43377-
dc.description.abstract為了增加效能,近代越來越多處理器支援單一指令多重資料(SIMD)架構。而程式設計員為了使用這些指令通常必須具有此處理器的背景知識,所以透過編譯器自動產生這些指令是必要的。本文開發一個自動產生SIMD指令的最佳化 (Superword vectorization)在LLVM(Low Level Virtual Machine)編輯器架構上。此最佳化包含自動向量化和對齊分析兩部分,自動向量化找出程式內可向量化部分並做轉換。而 對齊分析分析每個記憶體存取位址是否在記憶體邊界。因此程式碼產生器(code generator)利用此資訊來產生特定處理器的特殊指令來解決不連續記憶體位址存取(misaligned access)。在這篇論文的實驗機器為UltraSPARC,我們利用兩個指令來達到不連續的記憶體位址存取。而經由實驗結果,程式效率可以得到4%~35%的提升。zh_TW
dc.description.abstractMore and more modern processors support SIMD instructions for improving performance in media applications. Programmers usually need detailed target-specific knowledge to use SIMD instructions directly. Thus, an auto-vectorization compiler that automatically generates efficient SIMD instructions is in urgent need. We implement an automatic superword vectorization, based on the LLVM compiler infrastructure, to which an auto-vectorization and an alignment analysis passes have been added. The auto-vectorization pass exploits data-parallelism in a basic block and convert IR instructions from primitive type to vector type. Then, in code generator, the alignment analysis pass analyzes every memory access with respect to those vector instructions and generates the alignment information for generate target-specific alignment instructions. In this paper, we use UltraSPARC as our experimental platform and use two realignment instructions to perform misaligned access. We also present preliminary experimental results, which reveals that our optimization generates vectorized code that are 4% up to 35% speed up.en_US
dc.language.isoen_USen_US
dc.subject自動向量化zh_TW
dc.subjectauto-vectorizationen_US
dc.subjectUltraSPARC T2en_US
dc.subjectSPARCen_US
dc.subjectVIS Instruction Seten_US
dc.title在LLVM上的超級字組自動向量化zh_TW
dc.titleAn Automatic Superword Vectorization in LLVMen_US
dc.typeThesisen_US
dc.contributor.department資訊科學與工程研究所zh_TW
顯示於類別:畢業論文