Opencl Capable Graphics Card Mac Download

  1. An OpenCL 1.1 or CUDA capable graphics card. For CUDA you need CUDA compute capability v3.0 and CUDA runtime v9.2. NOTE: Links to previous versions can be found in the Help section.
  2. Intel® Graphics Compute Runtime for OpenCL™ Driver is included with the Intel® Graphics Driver package for Windows. OS. Download Options System Vendor See your vendor website for a graphics or video driver download for the system; Intel® Download Center. Navigate to “Graphics.

CUDA (Compute Unified Device Architecture) is a parallel computing platform and application programming interface (API) model created by Nvidia. It allows software developers and software engineers to use a CUDA-enabled graphics processing unit (GPU) for general purpose processing – an approach termed GPGPU (General-Purpose computing on Graphics Processing Units).



On a Windows 10 system with an AMD Radeon GPU and an Intel GPU (desktop or notebook), with graphics drivers installed for both GPUs, I bet you will see that OpenCL is limited to the AMD GPU only. If you search for Intel OpenCL related files with Explorer or Regedit, you will quickly find that all OpenCL driver files are there. So why is Intel OpenCL support disabled when an AMD Radeon GPU is present? Sorry, I don’t have the answer. Probably a savory story of drivers (AMD?). But here is a way to enable the Intel OpenCL support on Windows 32-bit and 64-bit with a simple registry tweak.


Opencl Capable Graphics Card Mac Download


Before tweaking the registry, here is the OpenCL support on my test system:

Test system
– CPU: Intel Core i7-8700K + UHD Graphics 630 + Intel v6444 driver
– MSI Radeon RX 470 + Adrenalin 18.12.3
– Windows 10 64-bit v1809

OpenCL support



GPU Caps Viewer is a 32-bit app. Let’s see the same support with a 64-bit app like the prototype of the upcoming GPU Shark 2:


Opencl App Mac


Not better.

Here is the tweak to enable OpenCL support for Intel processors. The OpenCL ICD (Installable Client Driver, the OpenCL.dll shipped with the graphics driver) tries to load all OpenCL implementations described in the HKEY_LOCAL_MACHINESOFTWAREKhronosOpenCLVendors key (64-bit app on Win64 or 32-bit app on WIn32) of the registry. For 32-bit apps on Windows 64-bit, the key is: KEY_LOCAL_MACHINESOFTWAREWOW6432NodeKhronosOpenCLVendors.


This key lists all OpenCL implementations (see the cl_khr_icd OpenCL extension for more details). On my test system, the first key was not present and the second key was present but with a value that didn’t work…

Here are the right values for both keys. These values properly enabled OpenCL for Intel CPU/GPU on my test system when AMD Adrenalin 18.12.3 driver was already installed.


64-app on Win64 or 32-bit app on Win32
In the HKEY_LOCAL_MACHINESOFTWAREKhronosOpenCLVendors key, create a DWORD value with the following name:
C:WindowsSystem32DriverStoreFileRepositoryiigd_dch.inf_amd64_f02a6686365638a8IntelOpenCL64.dll



I found this path in the registry (look for IntelOpenCL_x64_CpuRuntime or IntelOpenCL_x32_CpuRuntime values):



32-bit app on Win64
In the HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeKhronosOpenCLVendors key, create a DWORD value with the following name:
C:WindowsSystem32DriverStoreFileRepositoryiigd_dch.inf_amd64_f02a6686365638a8IntelOpenCL32.dll

Download


Once these values have been created, the OpenCL support for Intel CPU and GPU finally appeared:



Remark 1: on a system with no AMD GPU, these tweaks are useless, because Intel OpenCL support is properly enabled after Intel driver installation.

Opencl Capable Graphics Card Mac Download Free

Remark 2: on a system with NVIDIA GPU (with GeForce 417.35) + Intel GPU (driver v6444), these tweaks are useless too, because Intel OpenCL support is properly enabled. Moreover, the OpenCL registry key (KhronosOpenCLVendors) is empty…


App

Mac Install Opencl

Related posts: