OpenCL/CUDA and SLI

geoffry

Senior member
Sep 3, 2007
599
0
76
I did a quick GOOG search but couldn't find anything conclusive.

Does anyone here know how well CUDA apps scale on SLI? From what I found it would be somewhat easy to get decent scaling as CUDA offers good control of the GPUs. Also, it looks like Badaboom works fast on a 9800GX2 but I'm uncertain if it uses both GPUs or just 1.

And is there any information out on whether OpenCL scales decently off 2 NVDA cards?

Thanks in advance.
 

Keysplayr

Elite Member
Jan 16, 2003
21,219
55
91
Forwarded these questions to Nvidia. I'll let you know what I find out.
keys
 

aka1nas

Diamond Member
Aug 30, 2001
4,335
1
0
They don't. The CUDA programmer has to manually implement it if they want to scale their CUDA kernel to multiple GPUs. Many CUDA apps sometimes BSOD with SLI enabled, as well (including both of the BOINC ones in my case:().
 

PCTC2

Diamond Member
Feb 18, 2007
3,892
33
91
Most CUDA apps won't run on SLI. Take F@H for instance. You must disable SLI, and then run separate instances, each set with an affinity for each GPU.