mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
refactor: Split compiler interface between OSs
Create new file: `os_handle.h` which contains OS specific Handle type. Add `shared/source/os_interface/<windows/linux>` include directory to level_zero. Related-To: NEO-8092 Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
afba02afa9
commit
0dd40b8616
@@ -146,6 +146,7 @@ append_sources_from_properties(CORE_SOURCES
|
||||
|
||||
if(WIN32)
|
||||
append_sources_from_properties(CORE_SOURCES
|
||||
NEO_CORE_COMPILER_INTERFACE_WINDOWS
|
||||
NEO_CORE_GMM_HELPER_WINDOWS
|
||||
NEO_CORE_HELPERS_GMM_CALLBACKS_WINDOWS
|
||||
NEO_CORE_DIRECT_SUBMISSION_WINDOWS
|
||||
@@ -161,6 +162,7 @@ if(WIN32)
|
||||
)
|
||||
else()
|
||||
append_sources_from_properties(CORE_SOURCES
|
||||
NEO_CORE_COMPILER_INTERFACE_LINUX
|
||||
NEO_CORE_DIRECT_SUBMISSION_LINUX
|
||||
NEO_CORE_OS_INTERFACE_LINUX
|
||||
NEO_CORE_PAGE_FAULT_MANAGER_LINUX
|
||||
|
||||
Reference in New Issue
Block a user