
Understanding Computer Architecture Components
Explore the memory wall, registers, ALU, switch, instruction cache, threads, and more in computer architecture. Learn about shared memory, warp, blocks, and global memory grid.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Memory Wall Reg File ALU Memory
Switch P0: ld P1: P2: P3: Switch ld Switch ld ld
RF0 RF1 RF49 Instruction Cache Memory PC0 PC1 PC49
256 16 16 16 Block of Threads
thread shared memory warp warp block global memory grid
y = A[tid] x = tid If(x == y) { } else { } y = A[tid] x = tid If(x %2 == 0) { } else { }
If (x == y) { } else { } .P1 jmp to post .!P1 post