To use OpenCL on the processor, you do not need any driver, you only need the OpenCL runtime supporting the processor, which (in the case of AMD / ATI) is part of the APP SDK . It can be installed no matter what GPU you have. End users will also need to install the APP SDK: there is currently no way to set only OpenCL runtime.
If you have an Intel processor, you'd better try the Intel OpenCL SDK , which has a separate installer. However, the AMD APP SDK works well on Intel processors, but note the opposite.
aland source
share