About 3,230,000 results
Open links in new tab
  1. OpenGL vs. OpenCL, which to choose and why? - Stack Overflow

    Oct 26, 2011 · What features make OpenCL unique to choose over OpenGL with GLSL for calculations? Despite the graphic related terminology and inpractical datatypes, is there any …

  2. opencl - Error -1001 in clGetPlatformIDs Call ! - Stack Overflow

    Sep 22, 2015 · I am trying to start working with OpenCL. I have two NVidia graphics card, I installed "developer driver" as well as SDK from NVidia website. I compiled the demos but …

  3. How do I use local memory in OpenCL? - Stack Overflow

    Mar 31, 2016 · In OpenCL local memory is meant to share data across all work items in a workgroup. And it usually requires to do a barrier call before the local memory data can be …

  4. GPU Programming, CUDA or OpenCL or? - Stack Overflow

    May 11, 2022 · It enables higher level programming from a single source file that is then compiled twice, once for the CPU and once for GPU. The GPU part then runs on GPU via either …

  5. List of OpenCL compliant CPU/GPU - Stack Overflow

    May 12, 2011 · How can I know which CPU can be programmed by OpenCL? For example, the Pentium E5200. Is there a way to know w/o running and querying it?

  6. How do I use the OpenCL C++/C++ for OpenCL kernel languages?

    Jul 30, 2022 · If OpenCL device supports cl_ext_cxx_for_opencl, it is possible to compile a program written using the C++ for OpenCL kernel language in runtime. Applications may pass …

  7. How do I download opencl on linux? - Stack Overflow

    Sep 4, 2020 · 1 The OpenCL runtime is installed alongside your graphics driver. There is no need to install anything else to run OpenCL programs. For OpenCL development, you need to …

  8. opengl es - How to use OpenCL on Android? - Stack Overflow

    Jan 25, 2012 · To use OpenCL on Android, there are several steps: check if there is OpenCL library on the device. This can be done by using OpenCL-Z Android. This is a great tool to …

  9. c - OpenCL: clBuildProgram Fails without log - Stack Overflow

    Dec 7, 2021 · What I am trying to accomplish: I am trying to render some stuff in OpenCL and write it to the OpenGL Framebuffer (As it is the only Framebuffer I can get via Renderbuffers …

  10. How to create NVIDIA OpenCL project - Stack Overflow

    Jul 2, 2019 · I want to write application in NVIDIA OpenCL in Visual Studio 2017 but don't know how to create project for this purpose. I have GPU from NVIDIA (GeForce 940M) and Intel (HD …