Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opencl

Convert std::stringstream to const char** without memory allocation

c++ opencl std stringstream

"Shared Exponent" representation of a floating point vector in OpenCL C

OpenCL - OpenGL Interop performance

OpenCL Transfer rate exceed PCI-e Bandwidth

opencl

Which memory access pattern is more efficient for a cached GPU?

caching memory opencl gpu gpgpu

Why is template disambiguator needed in this case?

c++ templates opencl

OpenCL: sincos vs native_cos and native_sin

OpenCL: get PCIe Bus for Intel GPU

opencl intel

Can we use `shuffle()` instruction for reg-to-reg data-exchange between items (threads) in WaveFront?

How to use OpenCL to write directly to linux framebuffer with zero-copy?

Troubles with slow speeds in opencl

c gpu opencl

Why can't I copy data in a struct to an openCL cl_mem buffer correctly?

c opencl

segmented reduction with scattered segments

cuda opencl gpgpu reduction

Why is this opencl code non-deterministic?

Passing Mat to OpenCL Kernels causes Segmentation fault