Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cuda

Call multiple times get_global_id() vs save the result in the local variable?

cuda opencl

Problem when calling template CUDA kernel

c++ templates cuda

Invalid argument in cudaMemcpy3D using width in bytes?

cuda

How good is OpenCV GPU library for matrix operations?

c++ opencv cuda gpu thrust

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