GPU Parallel Program Development Using CUDA: Chapman & Hall/CRC Computational Science
Autor Tolga Soyataen Limba Engleză Hardback – 16 feb 2018
The book consists of three separate parts; it starts by explaining parallelism using CPU multi-threading in Part I. A few simple programs are used to demonstrate the concept of dividing a large task into multiple parallel sub-tasks and mapping them to CPU threads. Multiple ways of parallelizing the same task are analyzed and their pros/cons are studied in terms of both core and memory operation.
Part II of the book introduces GPU massive parallelism. The same programs are parallelized on multiple Nvidia GPU platforms and the same performance analysis is repeated. Because the core and memory structures of CPUs and GPUs are different, the results differ in interesting ways. The end goal is to make programmers aware of all the good ideas, as well as the bad ideas, so readers can apply the good ideas and avoid the bad ideas in their own programs.
Part III of the book provides pointer for readers who want to expand their horizons. It provides a brief introduction to popular CUDA libraries (such as cuBLAS, cuFFT, NPP, and Thrust),the OpenCL programming language, an overview of GPU programming using other programming languages and API libraries (such as Python, OpenCV, OpenGL, and Apple’s Swift and Metal,) and the deep learning library cuDNN.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 258.34 lei 6-8 săpt. | |
CRC Press – 30 iun 2020 | 258.34 lei 6-8 săpt. | |
Hardback (1) | 388.34 lei 6-8 săpt. | |
CRC Press – 16 feb 2018 | 388.34 lei 6-8 săpt. |
Din seria Chapman & Hall/CRC Computational Science
- 30% Preț: 404.41 lei
- 30% Preț: 264.40 lei
- 31% Preț: 395.89 lei
- 31% Preț: 395.10 lei
- 31% Preț: 441.81 lei
- 31% Preț: 422.44 lei
- 31% Preț: 256.73 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 30% Preț: 348.77 lei
- 30% Preț: 264.12 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 30% Preț: 365.57 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 31% Preț: 258.34 lei
- 29% Preț: 270.48 lei
- 32% Preț: 893.07 lei
- 30% Preț: 269.22 lei
- 31% Preț: 590.21 lei
- 32% Preț: 838.01 lei
- 31% Preț: 785.21 lei
Preț: 388.34 lei
Preț vechi: 557.47 lei
-30% Nou
Puncte Express: 583
Preț estimativ în valută:
74.33€ • 77.47$ • 61.87£
74.33€ • 77.47$ • 61.87£
Carte tipărită la comandă
Livrare economică 04-18 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781498750752
ISBN-10: 1498750753
Pagini: 476
Ilustrații: 108
Dimensiuni: 178 x 254 x 32 mm
Greutate: 1 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Computational Science
Locul publicării:Boca Raton, United States
ISBN-10: 1498750753
Pagini: 476
Ilustrații: 108
Dimensiuni: 178 x 254 x 32 mm
Greutate: 1 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman & Hall/CRC Computational Science
Locul publicării:Boca Raton, United States
Cuprins
Introduction to Parallelism and GPU Programming. Introduction to Pthreads. Introduction to Multi-threading. Multi-threading Analysis. Introduction to AWS and the first GPU program. Analysis of the first CUDA program. How to run programs outside Amazon, on a different Unix system. How to run programs outside Amazon, on a different Windows system. Introduction to GPU Multi-threading and Global Memory. In-depth look at Global Memory and GPU Threads. Introduction to Shared Memory. In-depth look at Shared Memory. Performance Bottlenecks in GPU Architecture. Compute Capability and PTX. Host-Device Data Movement Mechanism. CUDA Streaming. CUDA Atomics. OpenGL-CUDA Interoperability. OpenGL and Real-Time GPU Processing. Example Applications - Edge Detection (CUBLAS). Example Applications - Sophisticated Image Processing (CUFFT). Example Applications- Elastography Based Tumor Detection (CUSOLVER). Example Applications - Real-Time Face Recognition (OpenCV, CUBLAS).
Notă biografică
Tolga Soyata is an associate professor in the Electrical and Computer Engineering department of SUNY Albany.
Descriere
This book teaches GPU programming by introducing CPU multi-threaded programming and bases GPU massively-parallel programming on this foundation. The differences among families of GPUs are also studied. The book also explores CUDA libraries, OpenCL, GPU programming with other languages and API libraries, and the deep learning library cuDNN.