Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opencl

Passing arguments through __local memory in OpenCL

memory opencl

OpenCL - Support different platforms with the same binary

cross-platform opencl gpgpu

OpenCL: How does one select the GPU in a context

opencl

How to prepare eclipse for opencl programming (Intel OpenCL SDK Installed) in Linux

linux eclipse opencl opensuse

Computing partial sums in OpenCL

Floating Point Bug in OpenCL via ssh

What does clEnqueueWriteBuffer really do?

opencl

OpenCL Kernel performance is very bad. Why my code is better without OpenCL?

How to type-cast char* to int* in openCL

CUDA to OpenCL : What is the equivalent of (blockIdx.x + blockIdx.y*gridDim.x) * blockDim.x + threadIdx.x in OpenCL?

cuda opencl

OpenCL: what is the purpose and effective uses of private memory?

c memory opencl

How to allocate memory for OpenCL result data?

opencl

C vs OpenCL, how to compare results of time measurement?

Best way to debug OpenCL Kernel

Processor Affinity in OpenCL

multithreading opencl gpgpu

Fastest way to implement floating-point multiplication by a small integer constant

GPU Memory bandwidth theoretical vs practical

OpenCL: Reduction examples, and retaining memory objects / converting cuda code to openCL

c++ cuda opencl reduction