Book description
“This book is required reading for anyone working with accelerator-based computing systems.” –From the Foreword by Jack Dongarra, University of Tennessee and Oak Ridge National Laboratory
CUDA is a computing architecture designed to facilitate the development of parallel programs. In conjunction with a comprehensive software platform, the CUDA Architecture enables programmers to draw on the immense power of graphics processing units (GPUs) when building high-performance applications. GPUs, of course, have long been available for demanding graphics and game applications. CUDA now brings this valuable resource to programmers working on applications in other domains, including science, engineering, and finance. No knowledge of graphics programming is required–just the ability to program in a modestly extended version of C.
CUDA by Example, written by two senior members of the CUDA software platform team, shows programmers how to employ this new technology. The authors introduce each area of CUDA development through working examples. After a concise introduction to the CUDA platform and architecture, as well as a quick-start guide to CUDA C, the book details the techniques and trade-offs associated with each key CUDA feature. You’ll discover when to use each CUDA C extension and how to write CUDA software that delivers truly outstanding performance.
Major topics covered include
Parallel programming
Thread cooperation
Constant memory and events
Texture memory
Graphics interoperability
Atomics
Streams
CUDA C on multiple GPUs
Advanced atomics
Additional CUDA resources
All the CUDA software tools you’ll need are freely available for download from NVIDIA.
http://developer.nvidia.com/object/cuda-by-example.html
Table of contents
- Title Page
- Copyright Page
- Dedication
- Contents
- Foreword
- Preface
- Acknowledgments
- About the Authors
- Chapter 1. Why Cuda? Why Now?
- Chapter 2. Getting Started
- Chapter 3. Introduction to Cuda C
- Chapter 4. Parallel Programming in Cuda C
- Chapter 5. Thread Cooperation
- Chapter 6. Constant Memory and Events
- Chapter 7. Texture Memory
- Chapter 8. Graphics -Interoperability
- Chapter 9. Atomics
- Chapter 10. Streams
- Chapter 11. Cuda C on Multiple Gpus
- Chapter 12. The Final Countdown
- Appendix: Advanced Atomics
- Index
Product information
- Title: CUDA by Example: An Introduction to General-Purpose GPU Programming
- Author(s):
- Release date: July 2010
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780132180160
You might also like
book
Hands-On GPU Programming with Python and CUDA
Build real-world applications with Python 2.7, CUDA 9, and CUDA 10. We suggest the use of …
book
CUDA for Engineers: An Introduction to High-Performance Parallel Computing
gives you direct, hands-on engagement with personal, high-performance parallel computing, enabling you to do computations on …
video
Algorithms: 24-part Lecture Series
Algorithms, Deluxe Edition, Fourth Edition These Algorithms Video Lectures cover the essential information that every serious …
book
Hands-On GPU Computing with Python
Explore the capabilities of GPUs for solving high performance computational problems Key Features Understand effective synchronization …