X
Hands-On GPU Programming with Python and
Hands-On GPU Programming with Python and

Hands-On GPU Programming with Python and CUDA: Explore high-performance parallel computing with CUDA

Product ID : 38946035
4.6 out of 5 stars


Galleon Product ID 38946035
Shipping Weight 1.37 lbs
I think this is wrong?
Model
Manufacturer Packt Publishing
Shipping Dimension 9.13 x 7.4 x 0.71 inches
I think this is wrong?
-
4,542

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown
  • Electrical items MAY be 110 volts.
  • 7 Day Return Policy
  • All products are genuine and original
  • Cash On Delivery/Cash Upon Pickup Available

Pay with

About Hands-On GPU Programming With Python And

Build GPU-accelerated high performing applications with Python 2.7, CUDA 9, and open source libraries such as PyCUDA and scikit-cuda. We recommend the use of Python 2.7 as this version has stable support across all libraries used in this book. Key Features Get to grips with GPU programming tools such as PyCUDA, scikit-cuda, and Nsight Explore CUDA libraries such as cuBLAS, cuFFT, and cuSolver Apply GPU programming to modern data science applications Book Description GPU programming is the technique of offloading intensive tasks running on the CPU for faster computing. Hands-On GPU Programming with Python and CUDA will help you discover ways to develop high performing Python apps combining the power of Python and CUDA. This book will help you hit the ground running-you'll start by learning how to apply Amdahl's law, use a code profiler to identify bottlenecks in your Python code, and set up a GPU programming environment. You'll then see how to query a GPU's features and copy arrays of data to and from its memory. As you make your way through the book, you'll run your code directly on the GPU and write full blown GPU kernels and device functions in CUDA C. You'll even get to grips with profiling GPU code and fully test and debug your code using Nsight IDE. Furthermore, the book covers some well-known NVIDIA libraries such as cuFFT and cuBLAS. With a solid background in place, you'll be able to develop your very own GPU-based deep neural network from scratch, and explore advanced topics such as warp shuffling, dynamic parallelism, and PTX assembly. Finally, you'll touch up on topics and applications like AI, graphics, and blockchain. By the end of this book, you'll be confident in solving problems related to data science and high-performance computing with GPU programming. What you will learn Write effective and efficient GPU kernels and device functions Work with libraries such as cuFFT, cuBLAS, and cuSolver Debug and profile your code with Nsight and Visual Profiler Apply GPU programming to data science problems Build a GPU-based deep neural network from scratch Explore advanced GPU hardware features such as warp shuffling Who this book is for This book is for developers and data scientists who want to learn the basics of effective GPU programming to improve performance using Python code. Familiarity with mathematics and physics concepts along with some experience with Python and any C-based programming language will be helpful. Table of Contents Why GPU Programming? Setting Up Your GPU Programming Environment Getting Started with PyCUDA Kernels, Threads, Blocks, and Grids Streams, Events, Contexts, and Concurrency Debugging and Profiling Your CUDA Code Using the CUDA Libraries with Scikit-CUDA Draft complete The CUDA Device Function Libraries and Thrust Implementing a Deep Neural Network Working with Compiled GPU Code Performance Optimization in CUDA Where to Go from Here