Color-balance demo with GPU computing
by Kye Taylor
02 Apr 2013
Use GPU in MATLAB to perform white-balance operation to input image.
|
Watch this File
|
| File Information |
| Description |
This demo shows how to identify bottlenecks in code that is run on a CPU using the MATLAB Profiler.
The computations forming the bottleneck in this example are then executed on the system's GPU using the gpuArray() command and the interface to CUDA kernels.
Code to compare the calculations from the CPU and from the GPU is also provided.
|
| Acknowledgements |
Matlab For Cuda Programmers
inspired this file.
|
| Required Products |
Parallel Computing Toolbox
MATLAB
|
| MATLAB release |
MATLAB 8.0 (R2012b)
|
| Other requirements |
NVIDIA CUDA Toolkit installed, have CUDA-capable drivers for your card, and have supported C++ compiler (see README). |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us