1 / 9

TESLA

TESLA. Tesla 101. CUDA GPU Accelerates Computing The Right Processor for the Right Task. CPU Several sequential cores. CUDA GPU Hundreds of parallel cores. How CPUs and GPUs Work. CUDA Application Code. void serial_function(… ) { ... } void parallel_function(float ... ) { ... }

ursula
Télécharger la présentation

TESLA

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. TESLA Tesla 101

  2. CUDA GPU Accelerates Computing The Right Processor for the Right Task CPU Several sequential cores CUDA GPU Hundreds of parallel cores

  3. How CPUs and GPUs Work CUDA Application Code • void serial_function(… ) { • ... • } • void parallel_function(float ... ) { • ... • } • void main( ) { • ... • parallel_function<<...>>(..); • serial_function(..); • ... • } • Heavy parallel workload on the GPU • Other serial routines on the CPU

  4. GPU Performance Far Outstrips CPUs Double Precision: NVIDIA GPU Double Precision: x86 CPU

  5. Much More Power Efficient Tesla GPUs CPU Only Tesla GPUs Tesla GPUs CPU Only

  6. Transformational for Customers $1M Budget ~45 CPU + GPU Nodes ~120 Compute Nodes Time to Discovery 4 Months 2 Years

  7. MATLAB #1 Numerical Computation AMBER #1 Molecular Dynamics ANSYS #1 Engineering Simulation 3ds Max #1 3D DCC

  8. Leading HPC Applications Ramping

  9. CUDA Taking HPC by Storm 100,000 Active GPU Developers 400 Universities Teaching CUDA 1000+ Clusters Worldwide 35+ CUDA Research Centers 200,000,000 CUDA GPUs Deployed 100% OEMs offer CUDA GPUs

More Related