user1176287
user1176287

Reputation: 13

Is it feasible to run cuda and output screen respectively in different two cards?

I have two Nvidia cards,8600GT and 550GT ti. Can I set the 8600GT to output the screen and debug and make 550GT Ti run CUDA without SLI connector?

Upvotes: 1

Views: 169

Answers (1)

Tom
Tom

Reputation: 21128

Yes. Call cudaSetDevice() to choose which device to run the CUDA code on.

Upvotes: 2

Related Questions