Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cuda

Parallel radix sort, how would this implementation actually work? Are there some heuristics?

Exclusive compute mode with OpenCL+NVidia

c cuda opencl

GPU MD5/SHA1 Hasher

cuda md5 sha1 gpu cal

Bottom up set generation and ordering

Nvcc has different version than CUDA

linux cuda nvcc

Untrusted GPGPU code (OpenCL etc) - is it safe? What risks?

Golang calling CUDA library

c++ go cuda

Is CUDA in installed correctly on my Ubuntu 10.04? Some samples don't run.

linux ubuntu cuda gpu

What can I do against 'CUDA driver version is insufficient for CUDA runtime version'?

L2 cache in Kepler

caching cuda gpu nvidia

CUDA 5.0 separate compilation of library with cmake

compilation cuda cmake

Dynamic Shared Memory in CUDA

cuda

Fatal error: cuda.h: No such file or directory

c linux cuda nvidia

CUDA: Is texture memory still useful to speed up access times for compute capability 2.x and newer?

cuda

can two process shared same GPU memory? (CUDA)

CUDA performance penalty when running in Windows

linux windows cuda gpu

When to use cudaHostRegister() and cudaHostAlloc()? What is the meaning of "Pinned or page-locked" memory? Which are the equivalent in OpenCL?

MySQL implementation with CUDA

mysql database cuda

How to quantify the processing tradeoffs of CUDA devices for C kernels?

linux cuda

Is there a penalty to using char variables in CUDA kernels?

c++ c performance types cuda