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...
Cote: | Libro Electrónico |
---|---|
Auteurs principaux: | , |
Format: | Électronique eBook |
Langue: | Inglés |
Publié: |
Waltham, MA :
Morgan Kaufmann,
2014.
|
Édition: | First edition. |
Sujets: | |
Accès en ligne: | Texto completo (Requiere registro previo con correo institucional) |
Table des matières:
- 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.