cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

oscarbarenys1
Adept II

OpenCL ICD info and AMD please support it in next beta..

Wow Nvidia supports Khronos OpenCL ICD in 195

Seems production quality with OpenCL ICD included from Khronos.


Seems that implementations are added to the Windows Registry:
{HKCU|HKCM} SOFTWARE\Khronos\OpenCL\Vendors
Seems to search for:
VendorSuffix
OpenCLDriverName
But I can't find Nvidia one added after installing the ICD.
Also has hardcoded:
NV
nvcuda.dll
So to add ATI can be as easy as adding:
VendorSuffix=AMD
OpenCLDriverName=opencl.dll
(search ati opencl dll) perhaps rename to avoid name clashing openclamd.dll
also or copy to windows\system or add to PATH or add full path to OpenCLDriverName
Seems that AMD dll has to add :
clGetExtensionFunctionAddress
clIcdDispatchGetPlatformIDsKHR

0 Likes
0 Replies