-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
Description
In v2.7.3 added runtime linking with OpenCL ICD (OpenCL.dll/libOpenCL.so)
Benefits:
- Miner does not directly depend on the library, OpenCL ICD loaded in runtime.
- AMD APP SDK not required anymore to build miner from source.
- Possible to specify custom path to OpenCL ICD via option
opencl-loader
. - Automatic version detection (1.2 or 2.0), no more errors related to
clCreateCommandQueueWithProperties
function.
Source now available in dev branch git checkout dev
.