-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When writing CUDA applications, you can either work at the driver level or at the runtime level as illustrated on this image (The libraries are CUFFT and CUBLAS for advanced math):
I assume the tradeoff between the two are increased performance for the low-evel API but at the cost of increased…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a VS2010 project that was tested with CUDA 4.0, today I installed CUDA 4.2 and I want to update this project, the problem is that when I try to run the project it asks me for cudart32_40_17.dll, but since this is CUDA 4.2 I only have on my folders (C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I use ubuntu 12.04 64 bits with GTX560Ti.
I install CUDA by following instruction:
wget http: //developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_lin ux_64_ubuntu11.04.run
wget http: //developer.download.nvidia.com/compute/cuda/4_2/rel/drivers/devdriver_4…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently using CUDA.NET library by GASS.
I need to initialize cuda arrays (actually cublas vectors, but it doesn't matters) in one CPU thread and use them in other CPU thread. But CUDA context which holding all initialized arrays and loaded functions, can be attached to only one CPU thread.
There…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have got the cuda driver, toolkit and sdk installed in Ubuntu 10.04. I'm using nVidia Geforce 8600 GT card. Official website says my card is CUDA supported. But on running the deviceQuery that comes with the cuda sdk, I'm getting the following output.
./deviceQuery Starting...
CUDA Device Query…
>>> More