Skip to content

Commit 0c33099

Browse files
Update README.md
Fixed layout issues and moved detailed infos from compatiblity to a more proper section.
1 parent a892340 commit 0c33099

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ It will scan your system for *OpenCL Installable Client Driver (ICD)* files by A
99
- amdocl12cl64.dll
1010
- amdocl32.dll
1111
- amdocl64.dll
12-
- versioned variants (e.g. amdocl_*.dll, amdocl64_*.dll)
12+
- versioned variants (e.g. amdocl_\*.dll, amdocl64_\*.dll)
13+
14+
The scripts ensure proper detection and registration of the drivers, including handling SysWOW64, scanning the PATH safely, registering versioned DLLs and avoiding duplicate entries.
15+
The PowerShell version additionally verifies DLL signatures, detects 32/64-bit bitness more reliably, safely cleans up or moves invalid entries, handles DriverStore and versioned DLLs intelligently and provides more detailed error reporting and status output.
1316

1417
## Usage
1518
## Batch script
@@ -31,7 +34,6 @@ It will scan your system for *OpenCL Installable Client Driver (ICD)* files by A
3134
- Windows 10, 11: fully supported
3235
- Windows 7, 8, 8.1: batch script fully supported; PowerShell script (`amdocl-fix.ps1`) requires PowerShell 5.1 or newer
3336
- Windows XP / Vista: script runs safely, but OpenCL drivers may not be present
34-
The script ensures proper detection and registration of AMD OpenCL drivers on Windows, including handling SysWOW64, scanning the PATH safely, registering versioned DLLs, and avoiding duplicate entries.
3537
3638
## Notes
3739
Inspired by StackOverflow https://stackoverflow.com/a/28407851

0 commit comments

Comments
 (0)