ptrumpis / OpenCL-AMD-GPU

Fix OpenCL detection and performance issues on AMD Radeon GPU's by registering Installable Client Driver (ICD) files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCL-AMD-GPU

A possible fix for OpenCL detection problems on AMD Radeon GPU's.

amdocl

It will scan your system for OpenCL Installable Client Driver (ICD) files by AMD and register them on Windows.

  • amdocl.dll
  • amdocl12cl.dll
  • amdocl12cl64.dll
  • amdocl32.dll
  • amdocl64.dll

Usage

  1. Make sure to have the latest AMD drivers installed
  2. Download and execute amdocl.bat
  3. Run the file as Administrator (Right click file and select Run as Administrator)

Notes

Inspired by StackOverflow https://stackoverflow.com/a/28407851


© 2023 Patrick Trumpis

About

Fix OpenCL detection and performance issues on AMD Radeon GPU's by registering Installable Client Driver (ICD) files.

License:MIT License


Languages

Language:Batchfile 100.0%