Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cuda

How to do Matrix Addition with CUDA C

c matrix cuda nvidia

CUDA: Difference between CPU timer and CUDA timer event?

timer cuda

CUDA Visual Profiler 'Interactive' X config option?

cuda profiler config

How to include <cuda_runtime.h> in .cpp file

visual-studio cuda

c++ version supported by cuda 5.0

c++ c++11 cuda

Confusion with CUDA PTX code and register memory

cuda ptx

What utility/binary can I call to determine an nVIDIA GPU's Compute Capability?

CUDA 4.1 printf() Error

cuda

Calculating FLOPS (Floating-point Operations per Seconds)

c++ c cuda gdb gpu

Does the nVidia RDMA GPUDirect always operate only physical addresses (in physical address space of the CPU)?

How to asynchronously copy memory from the host to the device using thrust and CUDA streams

c++ asynchronous cuda thrust

How to debug into CUDA kernel code using visual studio 2008?

What do work items execute when conditionals are used in GPU programming?

cuda opencl gpgpu gpu

Atomic Operations in CUDA? Which header file to include?

cuda gpu-atomics

Amdahl's law and GPU

cuda parallelism-amdahl

Cuda Clang and OS X Mavericks

gcc cuda clang osx-mavericks

SVD speed in CPU and GPU

matlab matrix cuda svd arrayfire

All CUDA devices are used for display: Can not debug my CUDA-code from within desktop environment

ubuntu cuda cuda-gdb

CUDA function call-able by either the device or host

c++ function scope cuda

is there a better and a faster way to copy from CPU memory to GPU using thrust?

cuda thrust