update LIMITATIONS.md
We no longer hard-require to have Khronos ICD. Neo can work with ocl-icd. Removing warning about above reported by cmake. Change-Id: Icf24a04b531092751de10229d0e452eebe729c98
This commit is contained in:
parent
4636367d55
commit
0c92f8fdfa
|
@ -15,16 +15,6 @@ While NEO can be compiled with various clang/gcc compilers, to compile the whole
|
|||
* gcc < 7.0
|
||||
* Python 2.7
|
||||
|
||||
### ICD Loader
|
||||
|
||||
The driver requires Khronos ICD loader to operate correctly:
|
||||
https://github.com/KhronosGroup/OpenCL-ICD-Loader
|
||||
|
||||
When building NEO, you will get a warning (build will continue), if source code for this repository is missing in your workspace.
|
||||
|
||||
Workaround:
|
||||
If ocl-icd package (version >= 2.2.11) is installed (or included in distribution), set environment variable OCL_ICD_ASSUME_ICD_EXTENSION=1
|
||||
|
||||
### Functional delta
|
||||
|
||||
The driver has the following functional delta compared to previously released drivers:
|
||||
|
|
|
@ -66,7 +66,6 @@ if(UNIX)
|
|||
message(STATUS "Taking ICD library from ${ICD_LIB_DIR}")
|
||||
else()
|
||||
get_filename_component(IGDRCL_PARENT_DIR ${IGDRCL_SOURCE_DIR} DIRECTORY)
|
||||
message(WARNING "Missing Khronos ICD library. Generated package (.rpm, .deb, .tar.xz) may be incomple.\nPlease download Khronos ICD loader to ${IGDRCL_PARENT_DIR} and build it, or point directory containing library libOpenCL.so using ICD_LIB_DIR.")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue