| config BR2_PACKAGE_OPENCL_ICD_LOADER | |
| bool "OpenCL-ICD-Loader" | |
| depends on BR2_INSTALL_LIBSTDCPP | |
| depends on BR2_PACKAGE_HAS_LIBOPENCL | |
| select BR2_PACKAGE_OPENCL_HEADERS | |
| help | |
| OpenCL defines an Installable Client Driver (ICD) mechanism to | |
| allow developers to build applications against an Installable | |
| Client Driver loader (ICD loader) rather than linking their | |
| applications against a specific OpenCL implementation. | |
| https://github.com/KhronosGroup/OpenCL-ICD-Loader |