Top "Cuda" questions

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

Difference between cuda.h, cuda_runtime.h, cuda_runtime_api.h

I'm starting to program with CUDA, and in some examples I find the include files cuda.h, cuda_runtime.h …

cuda header-files
Installing theano on Windows 8 with GPU enabled

I understand that the Theano support for Windows 8.1 is at experimental stage only but I wonder if anyone had any …

python windows cuda mingw theano
Dynamic Allocation of Constant memory in CUDA

I'm trying to take advantage of the constant memory, but I'm having a hard time figuring out how to nest …

memory dynamic-data cuda constants nvidia
particle system for cloud or smoke

I am trying to make a simple particle system for cloud and smoke simulation using OpenGL and CUDA. How can …

opengl cuda particle-system
Cannot run CUDA code that queries NVML - error regarding libnvidia-ml.so

Recently a colleague needed to use NVML to query device information, so I downloaded the Tesla development kit 3.304.5 and copied …

cuda nvcc tesla nvml
How can I make tensorflow run on a GPU with capability 2.x?

I've successfully installed tensorflow (GPU) on Linux Ubuntu 16.04 and made some small changes in order to make it work with …

cuda tensorflow nvidia cudnn
what is difference between "-arch sm_13" and "-arch sm_20"

I need double precision calculation in my application. According what I found on google I should add a flag "-arch …

cuda gpu gpu-programming
Revert Apple Clang Version For NVCC

I am trying to run NVCC to compile a CUDA program on my Mac. When I try to run NVCC, …

ios xcode macos cuda clang
How to know which cuDNN version one should use?

I plan to use cuDNN on Linux: how to know which cuDNN version I need? Should I always use the …

cuda cudnn
Explanation of CUDA C and C++

Can anyone give me a good explanation as to the nature of CUDA C and C++? As I understand it, …

c++ c cuda nvidia