ocl-icd

OpenCL ICD loader for discovering and loading OpenCL implementations

brewmacoslinux
Try with needOr install directly
Source

About

OpenCL ICD loader

Commands

ocl-icd

Examples

List available OpenCL implementations installed on the system$ clinfo
Query OpenCL platform information using the ICD loader$ ocl-icd-loader
Verify OpenCL library is properly loaded by checking linked libraries$ ldd $(which clinfo) | grep libOpenCL