Using multiple GPU cards for serial task
6 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I am planning to buy a GPU for faster computation.
Since I am not too familiar with GPU computing, I would like to know if multiple GPU cards would provide me additional speedup in my numerical computation.
1) It seems to me that parallel task would certainly benefit from having multiple GPUs on my workstation. 2) Can serial task also benefit from having multiple GPUs?
I would be looking to speed up the following operations: 1) Matrix-vector multiplication 2) cholesky decomposition/factorization
regards, DK
0 件のコメント
回答 (1 件)
Walter Roberson
2013 年 2 月 28 日
Current versions of MATLAB can only use one GPU card per parallel session, so serial tasks would not be able to benefit.
参考
カテゴリ
Help Center および File Exchange で Get Started with GPU Coder についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!