GPU programming on Matlab (Mac/Window): What are my options?
Show older comments
Hi,
I usually use "Mac pro 2016" and "window computer at my office" to code on Matlab. I would like to get some GPU power to implement some of my reconstruction idea for medical image reconstruction.
I do plan to use L-BFGS-B solver, which takes 90% of my computation time. Using CPU, it takes 14-15 hours.With implementation of the new idea, I expect computation time to go by 2-3 times.
I have no idea about GPU programming. So, I would appreciate some advice from some GPU programmer. I have budget of $1300-1400.
i) Would it be possible to buy some dedicated NVIDIA card and use it for Mac and/or PC? Could I get more GPU power this way. ii) Should I go for some gaming laptop with "NVIDIA GeForce GTX 1060 graphics with 6GB GDDR5 VRAM"?
Accepted Answer
More Answers (1)
Dushyant
on 17 May 2018
Edited: Walter Roberson
on 17 May 2018
0 votes
5 Comments
Walter Roberson
on 17 May 2018
The Akitio Node Pro only has one slot. But perhaps two of them could be used with the same system.
I would be concerned about whether your four USB 3.0 ports are on the same controller or different controllers (desirable)
Dushyant
on 18 May 2018
Walter Roberson
on 18 May 2018
It looks like I read the specifications incorrectly; the Akitio Node uses Thunderbolt 3, not USB 3.0. And that is a problem for you, as your Mac Pro ("late 2013") design only has Thunderbolt 2 according to Apple https://support.apple.com/kb/sp697 . Thunderbolt 3 is not common at all on MS Windows machines. Most of the enclosures listed in the summary article are Thunderbolt 3.
I see a note on the Cubix Xpander description that it should be compatible with the Mac Pro tower systems, but it does look to require a card slot. It is the only one listed in that particular summary article that supports multiple GPU.
For any system such as these, communications between main memory and the GPU can be a bottleneck, so with multiple external GPU you would prefer that you were using a different host controller to talk to each external GPU.
Dushyant
on 18 May 2018
Walter Roberson
on 18 May 2018
It appears to me that Thunderbolt 3 cards need PCIe 3.0 x4 at minimum. Asus appears to make some interface cards that are specific to their motherboards; and I see, for example, http://www.asrock.com/mb/spec/product.asp?Model=Thunderbolt%203%20AIC
Categories
Find more on Get Started with GPU Coder in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!