GPU parallel computing

1 回表示 (過去 30 日間)
Mate 2u
Mate 2u 2011 年 4 月 27 日
Hi I am looking to buy a new pc to help speed up computations. I read a bit about the gpu support in the Parallel Computing Toolbox. May I ask if anyone has experience of using their GPU for calculations and if it has sped it up?
Additionally could anybody let me know if the GeForce GTX 590 would work?
Best,

回答 (3 件)

Malcolm Lidierth
Malcolm Lidierth 2011 年 4 月 27 日
編集済み: Malcolm Lidierth 2012 年 8 月 20 日
The NVidia card needs a "Compute Capability" of 1.3 or higher (supports IEEE double precision) for the Parallel Computing Toolbox. You might also look at Accelereyes' Jacket
The speed up depends on the application - you are adding an overhead of transferring data on the bus to the GPU, which is slow but worth it if you then do a lot of processing with those data.
  2 件のコメント
Friedrich
Friedrich 2011 年 4 月 28 日
The GTX 590 has Compute Capability 2.0, which will work with Parallel Computing Toolbox.
Walter Roberson
Walter Roberson 2011 年 4 月 28 日
Sorry, I got the model numbers confused.

サインインしてコメントする。


Mate 2u
Mate 2u 2011 年 4 月 28 日
Hi, yes I found out the GTX 590 is Computer capability 2.0 .
May I ask in terms of performance how would a GTX 590 compare with a Tesla range GPU?
Thanks,

Jason Ross
Jason Ross 2011 年 4 月 29 日
This question has been answered many times on the more traditional "hardware" sites (Tom's Hardware, etc), as well as on the nVidia discussion boards. The people who maintain the pages at Wikipedia also do a fantastic job of summarizing the specs of the numerous nVidia cards, as well.
The best I can come up with based on comparing these cards is "it depends on what you are looking to do". Just like any other design / purchasing decision, there are a lot of factors to consider that only you can determine the answer to. Broadly speaking, the GeForce/GTX line is aimed at the gamer market, the Quadro at professional desktop applications, and the Tesla at compute-intensive work. While they do share common components and architecture, there are differences among the cards, and there is not one "right" answer.

カテゴリ

Help Center および File ExchangeGet Started with GPU Coder についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by