About 834,000 results
Open links in new tab
  1. How to Install OpenCL and OpenGL Compatibility Pack in Windows 10

    Nov 17, 2020 · The OpenCL and OpenGL compatibility pack allows more of your favorite OpenCL and OpenGL apps to run on a Windows 10 PC that doesn't have OpenCL and OpenGL hardware drivers …

  2. OpenCL Profiling - Nsight Compute - NVIDIA Developer Forums

    Mar 9, 2020 · As far as I can see, there’s no way to profile or even timeline OpenCL applications in NSight, correct? Aside from using event callbacks to get the raw start-stop times of kernels, what …

  3. OpenCL on Windows Subsystem for Linux - NVIDIA Developer Forums

    Jun 3, 2025 · I’m trying to run OpenCL on Ubuntu 24.04 LTS in Windows Subsystem for Linux. The installer says it’s installed, but it doesn’t work. What do I have to do to get GPU OpenCL to work in …

  4. WSL2/Windows 10 and OpenCL support - NVIDIA Developer Forums

    May 5, 2021 · I have successfully installed CUDA drivers under host Win10. I want to test the code under Ubuntu20 which runs with the WSL2. Unfortunately, CLINFO returns 0 platforms. So the …

  5. OpenCL error: Error -1001 in clGetPlatformIDs Call

    Feb 18, 2010 · Hello, i want to try out OpenCL so I installed the cudatoolkit_3.0_beta1 and gpucomputingsdk_3.0_beta1. My OS is Gentoo Linux 64Bit with a 2.6.32 Kernel. My NVIDIA Driver …

  6. Cuda OpenCL comparison cuda, openCL, nvidia - NVIDIA Developer …

    Jan 19, 2010 · I was wondering if anyone could recommend a good comparison of CUDA and OpenCL. I was wondering if it is better to start a new project with OpenCL as opposed to CUDA. OpenCL …

  7. Interoperability between OpenCL and OpenGL - NVIDIA Developer …

    Aug 1, 2025 · The company I work for is developing a product based on the Jetson AGX Orin System-on-Chip. The product software stack heavily relies on OpenCL and OpenGL. We need to access …

  8. Questions about global and local work size

    Oct 14, 2010 · Hi, digging into OpenCl reading tutorials some things stayed unclear for me. Here is a collection of my questions regarding local and global work sizes. 1. Must the [font=“Courier …

  9. Announcing OpenCL and OpenGL Compatibility Pack for Windows 10 …

    Nov 17, 2020 · The OpenCL and OpenGL Compatibility Pack is intended to support more OpenCL and OpenGL apps in environments where native drivers are not available, such as on Windows on ARM.

  10. CL_INVALID_COMMAND_QUEUE when clFinish - NVIDIA Developer …

    Jan 18, 2016 · Hello All, I am pretty new in GPU computing using OpenCL. Recently I got an error code -36 (CL_INVALID_COMMAND_QUEUE) when trying to call clFinish. My C++ code is ...