Does current CUDA support SLI-mode multi-GPU programming?

lyso1 2010-01-28 01:16:43
I've already known that CUDA can use { cudaSetDevice(0) & cudaSetDevice(1)} for multi-GPU task distribution,

but don't know whether CUDA supports SLI-mode multi-GPU programming.

If it does support, can the CUDA programmers just work on one logical GPU without knowing the number of physical graphics card in SLI mode?
...全文
147 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
lyso1 2010-01-28
  • 打赏
  • 举报
回复
test
lyso1 2010-01-28
  • 打赏
  • 举报
回复
got it. thx a lot!
OpenHero 2010-01-28
  • 打赏
  • 举报
回复
CUDA can't support SLI recently.
but you can use multi-GPU with multi-thread
  • 打赏
  • 举报
回复
I don't see any Official Docs but you can found a sample "CUDA openMP" in the SDK.

Generally, you can create multiple threads on the CPU, and each of these threads controls one CUDA device.
lyso1 2010-01-28
  • 打赏
  • 举报
回复
[Quote=引用 1 楼 gogdizzy 的回复:]
but you must distribute your workflow yourself,there's no logical GPU.
[/Quote]

Cool, I'm just looking forward to this parlance!

Is there any nVidia-official documents showing this?

Thanks a lot!:)
  • 打赏
  • 举报
回复
For the beginning, CUDA processing conflicted with SLI-mode.

Now it is compatible with SLI-mode, but you must distribute your workflow yourself,
there's no logical GPU.

581

社区成员

发帖
与我相关
我的任务
社区描述
CUDA™是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。
社区管理员
  • CUDA编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧