並列計算を用いてプログラムを高速化させたいです。
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
演算のほとんどが座標変換が占めているので、演算が単純でそれぞれの処理が独立しているので、並列化による高速化を考えています。
Parallel Computing ToolboxのGPUによる処理(arrayfun)
と、parforによる並列化は試しました。
ほかに何かできることはありますか?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Parallel Computing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!