csen 1013 seminar multi core high performance computing
play

CSEN 1013 Seminar Multi-Core & High Performance Computing - PowerPoint PPT Presentation

Outline Introduction The Fermi Architecture Fermi architecture again Software support CSEN 1013 Seminar Multi-Core & High Performance Computing Nvidia Fermi Ahmed Labib February 28, 2010 Ahmed Labib CSEN 1013 Seminar Multi-Core &


  1. Outline Introduction The Fermi Architecture Fermi architecture again Software support CSEN 1013 Seminar Multi-Core & High Performance Computing Nvidia Fermi Ahmed Labib February 28, 2010 Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  2. Outline Introduction The Fermi Architecture Fermi architecture again Software support 1 Introduction 2 The Fermi Architecture The Stream Multiprocessor 3 Fermi architecture again 4 Software support Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  3. Competition & Long Term Strategy Competition with Intel and AMD. The competitors markets. Trying to enter the chipset market in C2D & Atom. The Hybrid SLI Locking out & legal issues. GPGPU (SQL, MRI, stock options) G80 to GT200 Problems with G80 / GT200’s GPGPU approach CUDA C From GPGPU to GPU Computing.

  4. Outline Introduction The Fermi Architecture Fermi architecture again Software support Areas where changes are needed Double Percision Performance ECC Support Cache (from prev. shared memory) Shared Memory (increase its size) Faster Context Switching Faster Atomic Operations (Read - Modify - Write) Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  5. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support General overview of the Fermi Architecture 3 Billion Transistors 40nm TSMC 384 bit memory interface 512 Shader Cores (CUDA Cores) 32 CUDA cores per shader cluster 16 Shader clusters 1MB L1 Cache (64KB per shader cluster) Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  6. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support General overview of the Fermi Architecture contd 768KB Unified L2 Cache Upto 6GB GDDR5 Memory Six 64 bit Memory Controllers IEEE 754 - 2008 Double Percision Standard ECC Support 512 FMA in SP Mode 256 FMA in DP Mode Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  7. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support Transistor Count 3 Billion Transistors Huge die & the need for the 40nm Fabrication Processes Costs & delay Figure: Transistor Count Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  8. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support Graphics Processing Cluster Different scalability options along GPC & SM 4 SMs / GPC 1 Raster Engine / GPC Figure: GPC Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  9. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support The Stream Multiprocessor Figure: SM Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  10. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support The Stream Multiprocessor contd 32 CUDA Cores (4x The previous amount) 4 SFU (Special Function Units) 32K FP32 Registers (2x The previous amount) 4 Texture Units A PolyMorph Engine 64K L1 Shared Memory / L1 Cache 2 Warp Schedulers 2 Dispatch Units 16 load / store units Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  11. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support The CUDA Core 1 Integer ALU 1 FPU Fully pipelined ALU & FLU 1 Integer / FP Opr. per clock per thread in SP 0.5 in DP mode Improved compared to 1/8 in previous architectures Figure: CUDA Core Inst. can be mixed (FP + Int, FP + FP, SFU + FP) Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  12. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support The FMA and the IEEE 754 - 2008 IEEE 754 - 1984 MAD (truncation, rounding to nearst even) Inaccurate yet fast (1 clock cycle) IEEE 754 - 2008 (subnormal numbers, nearest, zero, +/- infinity) FMA (Fused Multiply Add) Figure: FMA vs MAD Advantages to HPC, MRI & other GPU computing apps Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  13. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support The Fermi thread hierarchy Threads Warps Grid GPU kernel grids SM thread blocks CUDA cores threads Figure: Thread Hierarchy Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  14. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support The Warp Scheduler 2 warp scheduler 2 warps executed at the same time on each SM Decoupled SFU Figure: The Warp Scheduler Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  15. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support The 64KB Shared Memory / L1 Cache Figure: Shared Memory / L1 Cache Older configuration and its limitations with the new strategy Nvidia Fermi’s solution Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  16. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support The PolyMorph Engine Performance gap Reason for this gap Nvidia’s Solution PolyMorph Engine advantages Figure: PolyMorph Engine Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  17. Outline Introduction The Fermi Architecture The Stream Multiprocessor Fermi architecture again Software support Texture Units 4 Texturing Units per SM Uses of the Texturing units Figure: Texture Units Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  18. Outline Introduction The Fermi Architecture Fermi architecture again Software support Memory Hierarchy Shared Memory / L1 Cache L2 Cache Memory Controllers & DRAM ECC Protection Figure: Memory Hierarchy Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  19. Outline Introduction The Fermi Architecture Fermi architecture again Software support The unified address space Old configuration Unification of thread private, block shared and global Advantages 40bit addressing Supports 64bit addressing for future growth Figure: Unified address space Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  20. Outline Introduction The Fermi Architecture Fermi architecture again Software support The GigaThread scheduler Two thread schedulers Scope of each thread scheduler Advantages of the GigaThread Scheduler Figure: The GigaThread Scheduler Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  21. Outline Introduction The Fermi Architecture Fermi architecture again Software support ROPs - Raster Operator 48 ROPs ROP function inside the GPU Figure: ROPs Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  22. Outline Introduction The Fermi Architecture Fermi architecture again Software support Nvidia Nexus Purpose Microsoft Visual Studio Code and Debug Co-processing applications between CPU and GPU Figure: Nvidia Nexus Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  23. Outline Introduction The Fermi Architecture Fermi architecture again Software support Blog Entry http://nvidiafermi.wordpress.com/ Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

  24. Outline Introduction The Fermi Architecture Fermi architecture again Software support References www.brightsideofnews.com www.xbitlabs.com beyond3d.com www.techreport.com www.semiaccurate.com www.hardocp.com www.gpureview.com www.behardware.com www.nvidia.com Ahmed Labib CSEN 1013 Seminar Multi-Core & High Performance Computing

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend