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 ExchangeGPU 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