Benchmark performance of GPU computing of Monte-Carlo simulation
Show older comments
I wanted to quantify what performance improvement I may see using the GPU to solve systems, Ax=b, on a mobile workstation. The Parallel Computing Toolbox supplies the benchmarking script, paralleldemo_gpu_backslash.m, which I ran to see what improvement GPU computing would have over the CPU. In the documentation of this benchmark script the following graphical results are given:

On my computer the graphs look like this:

In the documentation the GPU outperforms the CPU for both double precision and single precision.
Why on my computer did the GPU computation perform worse than CPU computation for double-precision but performed better than CPU for single precision?
Accepted Answer
More Answers (1)
Edric Ellis
on 7 Mar 2016
0 votes
Walter's answer covers most of the salient points here. You could also try GPUBench to see how your GPU performs.
Categories
Find more on Parallel Computing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!