mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
13 lines
482 B
Plaintext
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
|