compute-runtime/shared/source/program
Daniel Bermond e0362a7c39 build: add missing headers for GCC 15
For using fixed width integer types[1], the `<cstdint>`[2]
C++ header needs to be explicitly included with GCC 15 due
to changes[3] in libstdc++.

For details, see the documentation[4] about porting to GCC 15.

[1] https://en.cppreference.com/w/cpp/types/integer
[2] https://en.cppreference.com/w/cpp/header/cstdint
[3] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84
[4] https://gcc.gnu.org/gcc-15/porting_to.html#cxx

Signed-off-by: Daniel Bermond <dbermond@archlinux.org>
2025-05-19 15:31:32 +02:00
..
CMakeLists.txt feature: add L0 API to query kernel argument info 2025-03-27 16:43:33 +01:00
heap_info.h refactor: Rename member variables to camelCase 3/n 2023-04-28 16:01:14 +02:00
kernel_info.cpp Revert "fix: configure ISA Pool params based on productHelper" 2025-03-10 22:41:13 +01:00
kernel_info.h fix: Add asserts to ensure NonCopyable and NonMovable 3/n 2025-02-18 17:16:03 +01:00
kernel_info_from_patchtokens.cpp refactor: Rename member variables to camelCase 3/n 2023-04-28 16:01:14 +02:00
kernel_info_from_patchtokens.h Move kernel_info_from_patchtokens to shared directory 2021-10-05 11:50:28 +02:00
metadata_generation.cpp feature: add L0 API to query kernel argument info 2025-03-27 16:43:33 +01:00
metadata_generation.h feature: add L0 API to query kernel argument info 2025-03-27 16:43:33 +01:00
print_formatter.cpp fix: handle literal raw strings correctly in printf formater 2025-02-19 17:14:54 +01:00
print_formatter.h refactor: correct naming of enum class constants 3/n 2023-12-11 17:43:50 +01:00
program_info.cpp refactor: correct naming of enum class constants 8/n 2023-12-19 08:18:18 +01:00
program_info.h build: add missing headers for GCC 15 2025-05-19 15:31:32 +02:00
program_info_from_patchtokens.cpp refactor: correct naming of enum class constants 8/n 2023-12-19 08:18:18 +01:00
program_info_from_patchtokens.h Patchtokens: Add support for querying device globals by host name 2022-03-04 14:38:19 +01:00
program_initialization.cpp fix: device usm alloc reuse 2024-05-29 12:18:34 +02:00
program_initialization.h feat(zebin): Add support for ELF section type SHT_NOBITS 2023-02-10 16:17:16 +01:00
sync_buffer_handler.cpp fix: create and use new allocation type for syncBuffer 2024-09-06 14:11:33 +02:00
sync_buffer_handler.h refactor: Change wording from NonCopyableOrMovable to NonCopyableAndNonMovable 2025-02-17 14:19:10 +01:00
work_size_info.cpp feature: limit max LWS based on preferred number of workgroups per ss 2025-05-16 20:28:00 +02:00
work_size_info.h feature: limit max LWS based on preferred number of workgroups per ss 2025-05-16 20:28:00 +02:00