並列計算を用いてプログラムを高速化させたいです。
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
演算のほとんどが座標変換が占めているので、演算が単純でそれぞれの処理が独立しているので、並列化による高速化を考えています。
Parallel Computing ToolboxのGPUによる処理(arrayfun)
と、parforによる並列化は試しました。
ほかに何かできることはありますか?
Antworten (0)
Siehe auch
Kategorien
Mehr zu Parallel Computing Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!