Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cuda

CUDA estimating threads per blocks and block numbers for 2D grid data

c++ cuda

Accessing class data members from within cuda kernel - how to design proper host/device interaction?

c++ oop cuda

How to generate random number inside pyCUDA kernel?

cuda pycuda

How to use Clang's CUDA compiler?

c++ cuda clang++

How to turn every bit into a byte

c++ cuda bit-manipulation

CUDA periodic execution time

c++ cuda

How well do common programming tasks translate to GPUs?

cuda gpgpu

CUDA Beginner - Force waiting for a thread to finish before moving on

c++ cuda

Malloc Memory corruption in C

c malloc cuda gpu

GPU-accelerated hardware simulation?

How good is NVCC at code optimizations?

cuda gpgpu

`Out of resources` error while doing loop unrolling

cuda pycuda loop-unrolling

Multi-GPU Cuda computation

cuda dot-product multi-gpu

Is there an IDE that works with CUDA on mac osx lion?

c eclipse cuda

Nsight skips (ignores) over break points in VS10 Cuda works fine, nsight consistently skips over several breakpoints

cuda gpgpu gpu nsight

blocks, threads, warpSize

cuda warp-scheduler

How to evaluate CUDA performance?

performance cuda

fmad=false gives good performance

cuda nvidia fma

Crashing a kernel gracefully

cuda

Can't get simple CUDA program to work

cuda