Documentation - clarification on linking applications

Change-Id: I3997ec56b6b825a08d4e4b6e8c2e3aeff051822a
This commit is contained in:
Cetnerowski, Adam 2018-04-10 09:35:25 +02:00 committed by sys_ocldev
parent e51cb6bd0b
commit b39749937a
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ Intel Core Processors with Gen8 graphics devices (formerly Broadwell) - OpenCL 2
Intel Core Processors with Gen9 graphics devices (formerly Skylake, Kaby Lake, Coffee Lake) - OpenCL 2.1
Intel Atom Processors with Gen9 graphics devices (formerly Apollo Lake, Gemini Lake) - OpenCL 1.2
## Linking applications
When building applications, they should link with ICD loader library (ocl-icd).
Directly linking to the runtime library (igdrcl) is not supported.
## How to provide feedback
By default, please submit an issue using native github.com interface: https://github.com/intel/compute-runtime/issues.