CUDA (Compute Unified Device Architecture) is a parallel computing platform and programming model for NVIDIA GPUs (Graphics Processing Units).
I'm starting to program with CUDA, and in some examples I find the include files cuda.h, cuda_runtime.h …
cuda header-filesI'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 nvidiaI am trying to make a simple particle system for cloud and smoke simulation using OpenGL and CUDA. How can …
opengl cuda particle-systemI'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 cudnnI need double precision calculation in my application. According what I found on google I should add a flag "-arch …
cuda gpu gpu-programmingI plan to use cuDNN on Linux: how to know which cuDNN version I need? Should I always use the …
cuda cudnn