cuda device selection with multiple cpu threads.
- by aaa
Hello.
Can you tell me how cuda runtime chooses GPU device if 2 or more host threads use cuda runtime?
does the runtime choose separate GPU devices for each thread?
does GPU device needs to be set explicitly?
Thanks