mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +08:00
always disable LevelZero in 32bit builds
Change-Id: Iaef44eec27e3ea10063767cb93945f5fc65abe6b Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
@@ -87,11 +87,13 @@ endif()
|
||||
if(NOT DEFINED BUILD_WITH_L0)
|
||||
if("${NEO_BITS}" STREQUAL "64")
|
||||
set(BUILD_WITH_L0 TRUE)
|
||||
else()
|
||||
set(BUILD_WITH_L0 FALSE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT "${NEO_BITS}" STREQUAL "64")
|
||||
set(BUILD_WITH_L0 FALSE)
|
||||
endif()
|
||||
|
||||
add_definitions(
|
||||
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS
|
||||
-DCL_USE_DEPRECATED_OPENCL_1_2_APIS
|
||||
|
||||
Reference in New Issue
Block a user