1 / 7

Book Review

Book Review. CUDA PROGRAMMING: A DEVELOPERS GUIDE TO PARALLEL COMPUTING WITH GPUS SHANE COOK. Categories of CUDA Topics. November 2012 576 Pages $48.70. Table of Contents:. A Short History of Supercomputing Understanding Parallelism with GPUs CUDA Hardware Overview Setting up CUDA

yale
Download Presentation

Book Review

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. Book Review CUDA PROGRAMMING: A DEVELOPERS GUIDE TO PARALLEL COMPUTING WITH GPUS SHANE COOK

  2. Categories of CUDA Topics

  3. November 2012 576 Pages $48.70

  4. Table of Contents: • A Short History of Supercomputing • Understanding Parallelism with GPUs • CUDA Hardware Overview • Setting up CUDA • Grids, Blocks and Threads • Memory Handling with CUDA • Using CUDA in Practice • Multi-CPU and Multi-GPU Solutions • Optimizing Your Application • Libraries and SDK • Designing GPU-Based Systems • Common Problems, Causes, and Solutions

  5. Good Impressions • Treatment of many unique topics • Good figures, diagrams • Broad, broad topic range • Breadth makes it best single introduction to CUDA

  6. Bad Impressions • Broad, broad topic range • Inconsistent level of detail • Unedited text (minor typos and rambling) • Very poor Kepler discussion • Not a reference nor a textbook nor an overview

  7. Complementing references: REFERENCE: NVIDIA CUDA Toolkit Documentation CLASS TEXT: Programming Massively Parallel Processors (Kirk and Hwu) BROAD CODING INTRODUCTION: CUDA Application Design and Development (Farber) CUDA ALGORITHMS AND EXAMPLES: GPU Computing Gems series

More Related