Top "Cuda" questions

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

nvcc: command not found

I installed cuda sdk 5.0 to /opt and even compiled all examples, but I can't execute nvcc. Here is some console …

cuda nvcc
CUDA Driver API vs. CUDA runtime

When writing CUDA applications, you can either work at the driver level or at the runtime level as illustrated on …

c# c++ cuda gpgpu cuda.net
CUDA and Classes

I've searched all over for some insight on how exactly to use classes with CUDA, and while there is a …

c++ class cuda
Maximum blocks per grid:CUDA

What is the maximum number of blocks in a grid that can created per kernel launch? I am slightly confused …

cuda nvidia
Structure of Arrays vs Array of Structures in CUDA

From some comments that I have read in here, for some reason it is preferable to have Structure of Arrays (…

c++ c arrays struct cuda
Best practice for upgrading CUDA and cuDNN for tensorflow

I'm currently in charge of getting tensorflow-gpu 1.8 to work on my machine. I've been using tf-gpu 1.2 until now, but due …

tensorflow cuda upgrade cudnn
CUDA / OpenCL within a Virtual Machine / Hypervisor

Anyone know of any virtualisation solutions that either allow CUDA/OpenCL access directly or implement CUDA/OpenCL abstraction. UPDATE: Thank …

cuda virtualization opencl xen hypervisor
Convert IplImage to CvMat

Here is the gpu surf code: #include <iostream> #include <iomanip> #include "opencv2/contrib/contrib.hpp" #include "…

opencv cuda gpu surf iplimage
Why is CUDA pinned memory so fast?

I observe substantial speedups in data transfer when I use pinned memory for CUDA data transfers. On linux, the underlying …

c++ c linux cuda
Max number of threads which can be initiated in a single CUDA kernel

I am confused about the maximum number of threads which can be launched in a Fermi GPU. My GTX 570 device …

cuda gpu thrust