Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gpgpu

Multiple texture output data in fragment shader

opengl glsl shader gpgpu

Why does NVENC sample use both cuMemcpyHtoD and cuMemcpy2D to copy YUV data?

cuda gpgpu

nVidia GPUs for Research Purposes: Float Precision

How are L2 transactions mapped to DRAM in GPUs?

cuda gpu nvidia gpgpu

Is it possible to have a race condition for a write-only operation?

concurrency cuda gpgpu

Optimizing a CUDA kernel with irregular memory accesses

c++ c cuda gpgpu nvidia

Can gpu use swap space when its ram is full?

How to deal with NaN or inf in OpenGL ES 2.0 shaders

Does the official OpenCL 2.2 standard support the WaveFront?

Valgrind equivalent for OpenCL

opencl gpu valgrind gpgpu

GL/CL interoperability: Shared Texture [closed]

opengl opencl gpgpu gpu

Template function to print a Thrust vector

c templates cuda gpgpu thrust

Memory coalescing in global writes

cuda gpu gpgpu kepler

Meaning of CL_UNORM_INT8 for cl_image_format.image_channel_data_type, and its diffrence with other data types

opencl gpgpu

Advice for a C, CUDA, & ANN Newbie? [closed]

c cuda neural-network gpgpu

What is the fastest library for finding FFT on a GPU? [closed]

cuda opencl fft gpu gpgpu

CUDA: Is It Possible to Use All of 48KB of On-Die Memory As Shared Memory?

cuda gpu gpgpu nvidia

how to enable cuda only for computing purpose, not for display

gpgpu

What is the difference between cudaMemcpy() and cudaMemcpyPeer() for P2P-copy?

cuda gpgpu nvidia