Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opencl

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

My OpenCL kernel is slower on faster hardware.. But why?

(rendering particles) Should I learn shader or OpenCL?

c++ opengl opencl shader

Running OpenCL on hardware from mixed vendors

gpgpu opencl

OpenCL synchronization between work-groups

synchronization opencl

macro for simulating access two dimensional array in C

Getting Started with OpenCL on Windows 7

opencl

Getting started with PyOpenCL

python opencl gpgpu pyopencl

How to optimize OpenCL code for neighbors accessing?

OpenCL and GPU programming Roadmap

c# opencl gpu opencl.net

Measuring execution time of OpenCL kernels

profiling opencl

Is there a limit to OpenCL local memory?

How to determine max size of images I can safely pass to/from OpenCL kernel?

image-processing opencl d

How to setup OpenCL on AMD videocard with opensource driver?

opencl mesa

Are there any good 3rd party libraries build on top of openCL yet?

c++ opencl primitive

What is the algorithm to determine optimal work group size and number of workgroup

opencl

Aligning GPU memory accesses of an image convolution (OpenCL/CUDA) kernel

Does AMD's OpenCL offer something similar to CUDA's GPUDirect?

cuda opencl nvidia amd gpudirect

Disassemble an OpenCL kernel?

opencl gpu gpgpu disassembly

Branch predication on GPU

cuda opencl gpu gpgpu