Understanding Computer Architecture Components

memory wall n.w
1 / 7
Embed
Share

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.

  • Computer architecture
  • Memory wall
  • Registers
  • ALU
  • Threads

Uploaded on | 0 Views


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


  1. Memory Wall Reg File ALU Memory

  2. Switch P0: ld P1: P2: P3: Switch ld Switch ld ld

  3. RF0 RF1 RF49 Instruction Cache Memory PC0 PC1 PC49

  4. 256 16 16 16 Block of Threads

  5. thread shared memory warp warp block global memory grid

  6. y = A[tid] x = tid If(x == y) { } else { } y = A[tid] x = tid If(x %2 == 0) { } else { }

  7. If (x == y) { } else { } .P1 jmp to post .!P1 post

More Related Content