並列計算を用いてプログラムを高速化させたいです。
Afficher commentaires plus anciens
演算のほとんどが座標変換が占めているので、演算が単純でそれぞれの処理が独立しているので、並列化による高速化を考えています。
Parallel Computing ToolboxのGPUによる処理(arrayfun)
と、parforによる並列化は試しました。
ほかに何かできることはありますか?
1 commentaire
悠太朗 高野
le 5 Sep 2022
Réponses (0)
Catégories
En savoir plus sur Parallel Computing Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!