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:
Fabian Zwolinski
2023-09-12 15:11:44 +00:00
committed by Compute-Runtime-Automation
parent afba02afa9
commit 0dd40b8616
11 changed files with 65 additions and 18 deletions

View File

@@ -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