Does the latest version of MATLAB support fmincon with gpuarray?

3 ビュー (過去 30 日間)
Dr. Veerababu Dharanalakota
Dr. Veerababu Dharanalakota 2022 年 11 月 16 日
回答済み: Bruno Luong 2022 年 11 月 16 日
Hi,
I am using fmincon() with Hessian approximation 'lbfgs' to train my network. By default the network is getting trained using CPU power. To take the advantage of GPU power (to reduce execution time), I tried to change my input variable into gpu arrays using 'gpuArray()' and run the program. However, it showing the following runtime error
"FMINCON requires all values returned by functions to be of data type double".
Currently, I am using R2022a version.
I would be grateful if someone can help me with this issue with an example.
Thanks in advance.

採用された回答

Bruno Luong
Bruno Luong 2022 年 11 月 16 日
Discuss recently about this limitation of optimizer functions, no currently they won't support GPU array.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeParallel and Cloud についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by