完整後設資料紀錄
DC 欄位語言
dc.contributor.author劉亞傑en_US
dc.contributor.authorLiou Ya-Jieen_US
dc.contributor.author游逸平en_US
dc.contributor.authorYou Yi-Pingen_US
dc.date.accessioned2014-12-12T02:45:36Z-
dc.date.available2014-12-12T02:45:36Z-
dc.date.issued2014en_US
dc.identifier.urihttp://140.113.39.130/cdrfb3/record/nctu/#GT070156089en_US
dc.identifier.urihttp://hdl.handle.net/11536/76489-
dc.description.abstract近年來圖型處理器 (GPU) 已經不只被使用在塗行處理的領域上,圖型處理器因為硬體架構上特性,相當適合平行化程式的執行,通用圖型處理器 (GPGPU) 就是可以使用在一般運算功能上的圖型處理器,而通用圖型處理器的執行效能就成為一個重要的議題。 本研究主要目的為提供一個新的通用圖型處理器上的排程演算法,來解決程式執行時可能產生的記憶體單元不足的問題。我們依照通用圖型處理器上的記憶體單元狀態來進行排程,如果記憶體單元目前可以執行記憶體指令,主動選擇記憶體指令執行,如果記憶體單元目前皆處於忙碌,便選入一個計算指令執行,藉此減少等待記憶體單元的時間,改善執行的效能。zh_TW
dc.description.abstractModern general-purpose computation on graphics processing units (GPGPUs) explore parallelism in applications by building massively parallel architecture and applying multithreading techniques to hide the instruction and memory latencies. Such architectures become increasingly popular for parallel applications using CUDA/OpenCL programming languages. In this paper, we investigate thread (warp) scheduling algorithms on such highly-threaded GPGPUs. The traditional round-robin scheduling schemes are inefficient in handling instruction execution and memory accesses with disparate latencies. We introduce a memory contention-aware warp scheduler which schedules warps by checking the status of memory unit: it schedules a memory instruction to execute whenever possible if the memory unit is available; if not, it intends to not schedule a memory instruction. This approach maximizes the utilization of the memory unit. Performance evaluations demonstrate that the proposed scheduler improved the execution times of programs from the NVIDIA SDK, the Rodinia benchmark suite, and the Parboil benchmark suite by 12.36%, 2.87%, and 2.77% over the fine-grained round-robin scheme, respectively.en_US
dc.language.isoen_USen_US
dc.subject通同圖型處理器zh_TW
dc.subject執行排程zh_TW
dc.subject執行緒平行zh_TW
dc.subject記憶體單元zh_TW
dc.subjectthread schedulingen_US
dc.subjectcontention-awareen_US
dc.subjectthread-level parallelismen_US
dc.subjectGPUsen_US
dc.subjectCUDAen_US
dc.title在通用圖型處理器上考量記憶體單元的執行排程zh_TW
dc.titleMemory Contention-Aware Warp Scheduler for GPGPUsen_US
dc.typeThesisen_US
dc.contributor.department資訊科學與工程研究所zh_TW
顯示於類別:畢業論文