Please help me to initiate Matlab GPU programing.
5 views (last 30 days)
Show older comments
Dear All, I have Matlab R2009b with parallel computing toolbox version 4.2, cuda toolkit 4.1.28_win_32, my OS is Windows 7 ultimate 32-bit. I am using NVIDIA GeForce GTX 650. Unfortunately I can't use any gpu commend like gpuArray or gpuDevice. It says 'Undefined function or variable'.
I know I am the very beginner of parallel computing, but I have tried a lot to learn from internet. Now I am expecting help from experts.
0 Comments
Accepted Answer
Edric Ellis
on 4 Jan 2016
You must use R2010b or later to use gpuArray functionality.
3 Comments
Walter Roberson
on 4 Jan 2016
If you are restricted to that version of MATLAB, then MATLAB cannot be of assistance in this matter, and you will need to use a different programming language such as C++ and compile with NVIDIA's nvcc.
If you want to use the MATLAB facilities for GPU then you will need to find a way to upgrade to at least R2010b (preferably later.)
More Answers (0)
See Also
Categories
Find more on GPU Computing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!