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