計算機架構與系統實驗室

Computer Architecture and System Laboratory

使用者工具

網站工具


group:gpu

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
group:gpu [2014/11/25 14:00]
elvis [研究成果]
group:gpu [2019/09/24 06:39]
admin
行 2: 行 2:
  
 ====== GPU架構設計 ====== ====== GPU架構設計 ======
 +如同GPU字面上的意義:Graphic Processing Unit,是用來加速三維繪圖運算所發展出來的運算單元。其中有著許多專用的運算硬體,一直以來都必須理解其背後的繪圖管線和演算法,才能理解並進而開發。但是,隨著可程式化[[wp>shader|渲染器]]的引入,GPU中的最重要的運算開始交給這些可程式化的單元進行處理。所以部分GPU架構設計可以只專注在如何開發大量平行化且有效率的渲染器上面。
  
 \\ \\
行 30: 行 31:
  
 A fundamental GPU Simulator based on our Custom GPU ISA which includes fixed-size register file, warp scheduler, dispatch unit and SIMD execution units for parallel computing. The Simulator also supports 80 of 110 (73%) instructions, and solution to the divergent control flow and synchronization. A fundamental GPU Simulator based on our Custom GPU ISA which includes fixed-size register file, warp scheduler, dispatch unit and SIMD execution units for parallel computing. The Simulator also supports 80 of 110 (73%) instructions, and solution to the divergent control flow and synchronization.
 +
 \\ \\
- 
 ===== 團隊成員 ===== ===== 團隊成員 =====
 ==== 現任成員 ==== ==== 現任成員 ====
- +^ 碩士班二年級    | | 
-^ 研究助理        | [[:en:member:elvis|劉哲宇]] | +^ 碩士班一年級    | |
-^ 碩士班三年級    | 楊凱翔 | +
-^ 碩士班二年級    | 陳恆懌 • 黃昀棨+
-^ 碩士班一年級    | 謝宛珊 • 許冠傑|+
 ^ 大學部    || ^ 大學部    ||
 \\ \\
group/gpu.txt · 上一次變更: 2019/09/24 10:02 由 admin