Files
shredos.x86_64/package/opencl-icd-loader/Config.in
2026-01-06 22:53:29 +00:00

13 lines
482 B
Plaintext

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