Top "Cuda" questions

CUDA (Compute Unified Device Architecture) is a parallel computing platform and programming model for NVIDIA GPUs (Graphics Processing Units).

Missing recommended library: libGLU.so

I am trying to install NVIDIA CUDA. When it is installing the tool kit, it displayed the following error message. …

linux ubuntu cuda gpu
Passing pointers between C and Java through JNI

At the moment, i'm trying to create a Java-application which uses CUDA-functionality. The connection between CUDA and Java works fine, …

java pointers java-native-interface cuda
What is the correct version of CUDA for my nvidia driver?

I am using ubuntu 14.04. I want to install CUDA. But I don't know which version is good for my laptop. …

ubuntu gcc cuda nvidia
How do I start a CUDA app in Visual Studio 2010?

Direct Question: How do I create a simple hello world CUDA project within visual studio 2010? Background: I've written CUDA kernels. …

c++ visual-studio-2010 cuda projects-and-solutions nsight
Fortran vs C++, does Fortran still hold any advantage in numerical analysis these days?

With the rapid development of C++ compilers,especially the intel ones, and the abilities of directly applying SIMD functions in …

c++ c cuda fortran
Using CUDA with Visual Studio 2017

I'm trying to install CUDA, but I get a message saying "No supported version of visual studio was found". I …

visual-studio parallel-processing cuda gpu
GPU Programming, CUDA or OpenCL?

I am a newbie to GPU programming. I have a laptop with NVIDIA GeForce GT 640 card. I am faced with 2 …

cuda gpu gpgpu gpu-programming
Tensorflow cannot open libcuda.so.1

I have a laptop with a GeForce 940 MX. I want to get Tensorflow up and running on the gpu. I …

cuda tensorflow nvidia
NVIDIA vs AMD: GPGPU performance

I'd like to hear from people with experience of coding for both. Myself, I only have experience with NVIDIA. NVIDIA …

cuda opencl gpgpu nvidia ati
In CUDA, what is memory coalescing, and how is it achieved?

What is "coalesced" in CUDA global memory transaction? I couldn't understand even after going through my CUDA guide. How to …

cuda definition memory-access