Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cuda

How to debug CUDA using eclipse Nsight with only one GPU

eclipse cuda gpu nsight

How to measure GPU vs CPU performance? Which time measurement functions?

time cuda gpu measurement

How to generate, compile and run CUDA kernels at runtime

cuda compilation gpgpu ptx

Generating random numbers: CPU vs GPU, which currently wins?

compilation .cu files with Dynamic Parallelism(CUDA)

cuda dynamic-parallelism

cuda, OpenGL interoperability: cudaErrorMemoryAllocation error on cudaGraphicsGLRegisterBuffer

c++ opengl cuda

Why there are two warp schedulers in a SM of GPU?

cuda warp-scheduler

CUDA: LNK2005 error on __device__ function used in header file

linker cuda

Synchronizations in GPUs

cuda opencl gpu gpgpu nvidia

AMD equivalent of the CUDA Driver API?

cuda opencl

How to emulate CUDA on windows

cuda

Sum reduction with CUDA: What is N?

Passing a C++/CUDA class to PyCUDA's SourceModule

Cuda, executional thread order in a 3d-block

cuda

NVCC 5.0 and OpenACC

cuda nvcc openacc

CUDA. How to unroll first 32 threads so they will be executed in parallel?

c++ cuda gpu

cuBLAS synchronization best practices

c cuda cublas

Cuda block/grid dimensions: when to use dim3?

cuda gpu

Why does my "Hello world" program take almost 10s?

c++ c cuda

Using memset in a CUDA kernel

c++ cuda memset