Can I use two Nvidia GPU's in SLI (Scalable Link Interface) mode with the Parallel Computing Toolbox 6.0 (R2012a)?
조회 수: 2 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2012년 8월 22일
편집: MathWorks Support Team
2017년 2월 3일
I have two Nvidia GPU's connected together in SLI mode. I would like to be able to use both of them with the Parallel Computing Toolbox 6.0 (R2012a).
채택된 답변
MathWorks Support Team
2017년 2월 6일
The ability to use two Nvidia GPU's connected together in SLI mode is not possible with the Parallel Computing Toolbox 6.0 (R2012a). The reason for this is because the CUDA engine still sees the two GPU's as separate devices even though they are connected via SLI. This is documented in section 3.2.11.3 of the CUDA programming guide.
If you want to use these two cards simultaneously, you can use MATLABPOOL to create 2 MATLAB workers, call GPUDEVICE to have each worker select a separate GPU, and then perform each set of calculations independently.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 GPU Computing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!