Advertisement
xFazz

Final 411

May 14th, 2024
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. amdahl's law as it relates to hardware, scaling, weak and strong scaling
  2.  
  3. iron law of computer performance. Understand terms of iron law.
  4.  
  5. Computer memory hierarchy. Describe l1, l2, l3, main memory, storage. Capacity vs performance as you go down hierarchy. Capacity and performance
  6.  
  7. Steps to execute cuda program
  8.  
  9. Stages of riscv pipeline
  10.  
  11. Primary purpose of virtual memory and an example (swapping: how virtual memory is bad). Describe how virtual memory is used, and what are the benefits of virtual memory
  12.  
  13. How cache performance was measured, components. Metrics: cache misses, memory stall cycles
  14.  
  15. Differences between cpus and gpus. Architectural design differences. Gpus have ALUs. High bandwidth memory. Rasterizer. Rendering hardware. PCI express interface. SIMD vs SIMT. General Purpose Graphics Processor (2018)
  16.  
  17. Sources of cache misses; what causes cache misses
  18.  
  19. Describe results for homework. Cache sizes and associativity
  20.  
  21. Study the TLB, as part of virtual memory
  22.  
  23. Flynn's taxonomy of computer architecture
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement