Accelerating MATLAB with GPU computing : a primer with examples /

Shows how to accelerate MATLAB codes through the GPU for parallel processing, with minimal hardware knowledge, explains the related background on hardware, architecture and programming for ease of use, and provides simple worked examples of MATLAB and CUDA C codes as well as templates that can be re...

Full description

Saved in:
Bibliographic Details
Main Authors: Suh, Jung W. (Author), Kim, Youngmin (Professor) (Author)
Format: Electronic eBook
Language:English
Published: Waltham, MA : Morgan Kaufmann, 2014.
Edition:First edition.
Subjects:
Online Access:CONNECT
Table of Contents:
  • 1. Accelerating MATLAB without GPU
  • 2. Configurations for MATLAB and CUDA
  • 3. Optimization planning through profiling
  • 4. CUDA coding with c-mex
  • 5. MATLAB and parallel computing toolbox
  • 6. Using CUDA-accelerated libraries
  • 7. Example in computer graphics
  • 8. CUDA conversion example : 3D image processing.