I have only a graphic card (and of course only one GPU device) on my computer. I found the program will crash whenever I use CUDA resources in different CPU threads(not necessarily execute them at the same time). How can I solve this problem?
jdhuang
1
There is a driver level api way of doing this, but unfortunately no support at the runtime api level.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Quick Question Multiple threads - single device | 1 | 3474 | May 9, 2008 | |
| Help using single GPU among multithreaded CPU | 4 | 1378 | October 18, 2013 | |
| CUDA and CPU threads | 1 | 4016 | August 4, 2010 | |
| Multithreaded call from cpu to gpu | 1 | 1390 | October 12, 2009 | |
| CUDA called from multiple threads | 1 | 4621 | July 18, 2010 | |
| Use 1 GPU from multiple CPU threads | 0 | 2199 | July 5, 2010 | |
| MultiGPU Thread Dependent? | 3 | 2330 | February 12, 2010 | |
| Run same CUDA kernel from two different host threads, with different data | 0 | 1353 | August 4, 2011 | |
| Error executing two threads using OpenGL | 3 | 1478 | November 20, 2008 | |
| code examples: using CPU threads can I see code for any apps using Pthreads on CPU? | 3 | 1211 | June 9, 2010 |