Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gpgpu

How to execute parallel compute shaders across multiple compute queues in Vulkan?

Depth-first search in CUDA / OpenCL

OpenCL: Prevent kernel caching

opencl gpgpu

What are the "long" and "short" scoreboards w.r.t. MIO/L1TEX?

The peak throughput of cuda Kernel on NVIDA GPU

cuda opencl gpu gpgpu

Is the C++ AMP library useful from F#?

General purpose compute with Vertex/Pixel shaders (Open GL / DirectX)

Performance of atomic operations on shared memory

cuda gpgpu

External calls are not supported - CUDA

c++ cuda gpgpu nvidia

AMD wavefront vs. workgroup

opencl gpgpu

Synax for functions other than vertex|fragment|kernel in metal shader file

ios gpgpu metal

How do I use the GPU available with OpenMP?

c++ gcc openmp gpgpu offloading

How well do common programming tasks translate to GPUs?

cuda gpgpu

How good is NVCC at code optimizations?

cuda gpgpu

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

cuda gpgpu gpu nsight

cuBLAS argmin -- segfault if outputing to device memory?

cuda gpu gpgpu blas cublas

What is tile based deferred rendering and what is its advantage?

opengl graphics gpu gpgpu

What is the difference between kernel and program object?

opencl gpu gpgpu

PyCUDA Passing variable by value to kernel

python cuda gpgpu pycuda

OpenCL - How to I query for a device's SIMD width?

opencl gpu gpgpu