fmincon GPU Cuda Acceleration using Parallel Computing Toolbox

Can I use fmincon with GPU CUDA acceleration using Parallel Computing Toolbox? Becouse fmincon in not mentioned in the list of functions here: http://www.mathworks.com/help/distcomp/run-built-in-functions-on-a-gpu.html

 채택된 답변

Matt J
Matt J 2014년 4월 30일
편집: Matt J 2014년 4월 30일

0 개 추천

The way you would exploit the GPU in fmincon would be to accelerate the computation of your objective function and its derivatives. To do that, you just use gpuArray objects for heavy and highly parallel computations inside the objective function, just like you would in any other code.
On the other hand, if the computational cost of each objective function evaluation is low, parallel computing is probably not going to be of any advantage.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 GPU Computing에 대해 자세히 알아보기

질문:

2014년 4월 29일

편집:

2014년 4월 30일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by