GPU for Simulink Execution?
显示 更早的评论
Can GPU be used instead of CPU to execute m file programs? I have successfully used Parallel Toolbox and executed codes using two different 'cores' in my PC. Was wandering whether the GPU can be utilized for the same. My code demands solving of Optimization Control Problem.
回答(1 个)
Edric Ellis
2013-4-29
0 个投票
You cannot run arbitrary MATLAB code on the GPU, only those things supported by the gpuArray. See the doc for more details.
类别
在 帮助中心 和 File Exchange 中查找有关 Nonlinear Control 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!