CUDA (Compute Unified Device Architecture) is a parallel computing platform and programming model for NVIDIA GPUs (Graphics Processing Units).
How are threads organized to be executed by a GPU?
cuda nvidiaI have troubles compiling some of the examples shipped with CUDA SDK. I have installed the developers driver (version 270.41.19) and …
gcc cuda debianI have a very simple Toshiba Laptop with i3 processor. Also, I do not have any expensive graphics card. In …
graphics cuda gpu gpu-programmingMy CUDA program crashed during execution, before memory was flushed. As a result, device memory remained occupied. I'm running on …
cuda gpgpu remote-accessThis is a question about how to determine the CUDA grid, block and thread sizes. This is an additional question …
performance optimization cuda gpu nvidiaLooking through the answers and comments on CUDA questions, and in the CUDA tag wiki, I see it is often …
cuda error-checkingI'm working on a business project that is done in Java, and it needs huge computation power to compute business …
java cuda gpu-programming multi-gpuI got the message: "cutilCheckMsg() CUTIL CUDA error : kernel launch failure : CUDA driver version is insufficient for CUDA runtime version." …
cudaI'm trying to install CUDA 7.5 in my ubuntu 14.04. I followed everything in this guide (installation through package): http://developer.download.…
cuda installationI am Integrating Matlab, C and Cuda together in a project. I used Matlab mix in order to connect matlab …
c++ matlab visual-c++ cuda