Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opencl

libOpenCL.so uses VFP register arguments, output does not

c++ arm opencl

Can't setup OpenCL on Mac OSX

c++ xcode opencl

clEnqueTask showing deprecated in openCL 2.0

visual-studio opencl

OpenCL/OpenGL interoperability texture segfault

C++/CLI with OpenCL in Visual Studio 10

Benchmark of CL_MEM_USE_HOST_PTR and CL_MEM_COPY_HOST_PTR in OpenCL

opencl

What's the relation in OpenCL between get_global_id and the number of dimensions in clEnqueueNDRangeKernel?

opencl

OpenCL get_local_id Cost in Speed/Registers

opencl

is there an OpenCL std::queue equivalent

c++ opencl

Mac OSX 10.10 AMD APP SDK Location

macos opencl caffe amd-gpu

Is there an OpenCL implementation of the unix crypt(3) function?

c opencl gpu crypt

OpenCL - Local Memory

c memory kernel opencl

Line of C code causes a segmentation fault on a completely irrelevant line of code

Does having multiple work dimensions in a work group/item provides a speedup?

opencl gpgpu

OpenCL: permission (capability) needed to run `clinfo` as non-root

linux opencl intel

Is there device side pointer of host memory for kernel use in OpenCL (like CUDA)?

memory cuda opencl zero-copy

OpenCL C++ bindings: waiting for a single cl::Event?

c++ opencl