Top "Cuda" questions

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

CUDA: How many concurrent threads in total?

I have a GeForce GTX 580, and I want to make a statement about the total number of threads that can (…

cuda gpgpu
Best approach for GPGPU/CUDA/OpenCL in Java?

General-purpose computing on graphics processing units (GPGPU) is a very attractive concept to harness the power of the GPU for …

java cuda gpgpu opencl
How to install CUDA in Google Colab GPU's

It seems that Google Colab GPU's doesn't come with CUDA Toolkit, how can I install CUDA in Google Colab GPU's. …

python machine-learning cuda google-colaboratory turi-create
Difference with CUDA Hardware Quadro 4000 Vs. GeForce 480

I'm building a workstation and want to get into some heavy CUDA programming. I don't want to go all out …

hardware cuda
Use of cudamalloc(). Why the double pointer?

I am currently going through the tutorial examples on http://code.google.com/p/stanford-cs193g-sp2010/ to learn CUDA. The …

c cuda malloc
cuda program on VMware

i wrote a cuda program and i am testing it on ubuntu as a virtual machine. the reason for this …

vmware cuda gpu
error: cuda_runtime.h: No such file or directory

How can I force gcc to look in /usr/cuda/local/include for cuda_runtime.h? I'm attempting to compile …

c gcc cuda nvcc
allocating shared memory

i am trying to allocate shared memory by using a constant parameter but getting an error. my kernel looks like …

c++ c cuda gpu-shared-memory
nvidia-smi Volatile GPU-Utilization explanation?

I know that nvidia-smi -l 1 will give the GPU usage every one second (similarly to the following). However, I would …

cuda gpu nvidia gpgpu gpu-programming
What is a bank conflict? (Doing Cuda/OpenCL programming)

I have been reading the programming guide for CUDA and OpenCL, and I cannot figure out what a bank conflict …

cuda opencl nvidia bank-conflict