compute-runtime/shared/source/compiler_interface
Filip Hazubski fe23e7fa40 refactor: Explicitly delete unused functions of LinkerInput
Comply with the rule of five.

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
2024-11-18 09:50:11 +01:00
..
compiler_warnings
linux fix: move pathExists out of sys calls and do not mock it 2024-09-10 19:24:45 +02:00
windows fix: move pathExists out of sys calls and do not mock it 2024-09-10 19:24:45 +02:00
CMakeLists.txt refactor: refactor logic for querying atomic FP capabilities 2024-03-28 15:27:45 +01:00
compiler_cache.cpp fix: include hw ip version in compiler cache hash 2024-06-11 15:55:06 +02:00
compiler_cache.h fix: remove compiler cache legacy implementation 2024-05-06 18:28:35 +02:00
compiler_interface.cpp feature: adding support for custom compiler backends 2024-10-23 19:55:36 +02:00
compiler_interface.h feature: adding support for custom compiler backends 2024-10-23 19:55:36 +02:00
compiler_interface.inl fix: correct loading L0 loader functions 2024-10-17 15:39:20 +02:00
compiler_options.cpp refactor: rename global debug manager to debugManager 2023-11-30 13:00:59 +01:00
compiler_options.h fix: Add option to use divergent paths for barriers 2024-08-12 12:15:54 +02:00
compiler_options_extra.cpp refactor: add applyExtraInternalOptions function 2023-11-03 09:43:37 +01:00
compiler_options_extra.h refactor: add applyExtraInternalOptions function 2023-11-03 09:43:37 +01:00
create_main.cpp
default_cache_config.cpp fix: move pathExists out of sys calls and do not mock it 2024-09-10 19:24:45 +02:00
default_cache_config.h
external_functions.cpp
external_functions.h
igc_platform_helper.cpp fix: correct adjusting hw info for IGC, cover all cases 2023-09-19 15:23:18 +02:00
igc_platform_helper.h
intermediate_representations.h
linker.cpp refactor: Explicitly delete unused functions of LinkerInput 2024-11-18 09:50:11 +01:00
linker.h refactor: Explicitly delete unused functions of LinkerInput 2024-11-18 09:50:11 +01:00
oclc_extensions.cpp refactor: refactor logic for querying atomic FP capabilities 2024-03-28 15:27:45 +01:00
oclc_extensions.h refactor: refactor logic for querying atomic FP capabilities 2024-03-28 15:27:45 +01:00
oclc_extensions_extra.cpp refactor: refactor logic for querying atomic FP capabilities 2024-03-28 15:27:45 +01:00
oclc_extensions_extra.h refactor: refactor logic for querying atomic FP capabilities 2024-03-28 15:27:45 +01:00
os_compiler_cache_helper.h fix: cl_cache L0 env vars + refactor code structure 2024-03-01 17:35:08 +01:00
tokenized_string.h