↧
Answer by Tom for CUDA 5.0 context management with single application thread...
Is this just a typo?for(int d = 0; d < 2; d++) { cudaSetDevice(0); // shouldn't that be 'd' cudaMalloc(&dev_x, 1024);}Please check the return value of all API calls!
View ArticleCUDA 5.0 context management with single application thread in multiple GPU...
It seems that most tutorials, guides, books and Q&A from the web refers to CUDA 3 and 4.x, so that is why I'm asking it specifically about CUDA 5.0. To the question...I would like to program for an...
View Article