compute-runtime/shared/source/command_stream
Andrzej Koska ae139aeffd refactor: Passing information about the engine
Extension of the interface with information
about the engine type passed to the function

Related-To: NEO-10678

Signed-off-by: Andrzej Koska <andrzej.koska@intel.com>
2024-04-22 13:33:56 +02:00
..
definitions refactor: remove not needed code 2024-03-08 08:53:13 +01:00
CMakeLists.txt feature: add heapless and global stateless scratch address patching 2024-04-03 17:04:35 +02:00
aub_command_stream_receiver.cpp refactor: Unify aub config generation 2024-03-05 11:09:34 +01:00
aub_command_stream_receiver.h Revert "fix: if device hierarchy is flat then getSubDevicesCount return 1u" 2023-10-26 15:40:29 +02:00
aub_command_stream_receiver_hw.h feature: add support for null aub mode 2024-04-09 16:59:42 +02:00
aub_command_stream_receiver_hw_base.inl refactor: Add getTotalMemBankSize function to ReleaseHelper 2024-03-06 09:53:56 +01:00
aub_command_stream_receiver_hw_bdw_and_later.inl
aub_command_stream_receiver_hw_xehp_and_later.inl
aub_subcapture_status.h
command_stream_receiver.cpp feature: add support for null aub mode 2024-04-09 16:59:42 +02:00
command_stream_receiver.h feature: introduce heapless state init in L0 2024-04-02 12:34:53 +02:00
command_stream_receiver_hw.h refactor: Passing information about the engine 2024-04-22 13:33:56 +02:00
command_stream_receiver_hw_base.inl refactor: Passing information about the engine 2024-04-22 13:33:56 +02:00
command_stream_receiver_hw_bdw_and_later.inl refactor: Passing information about the engine 2024-04-22 13:33:56 +02:00
command_stream_receiver_hw_dg2_and_later.inl fix: improve release helper 2023-05-15 14:30:15 +02:00
command_stream_receiver_hw_heap_addressing.inl feature: introduce heapless state init in L0 2024-04-02 12:34:53 +02:00
command_stream_receiver_hw_xehp_and_later.inl refactor: Passing information about the engine 2024-04-22 13:33:56 +02:00
command_stream_receiver_simulated_common_hw.h refactor: Add getTotalMemBankSize function to ReleaseHelper 2024-03-06 09:53:56 +01:00
command_stream_receiver_simulated_common_hw_base.inl refactor: Add getTotalMemBankSize function to ReleaseHelper 2024-03-06 09:53:56 +01:00
command_stream_receiver_simulated_common_hw_bdw_and_later.inl
command_stream_receiver_simulated_common_hw_xehp_and_later.inl refactor: Add getTotalMemBankSize function to ReleaseHelper 2024-03-06 09:53:56 +01:00
command_stream_receiver_simulated_hw.h refactor: reorder members to reduce internal padding in structs 2024-03-25 15:50:00 +01:00
command_stream_receiver_with_aub_dump.h feature: add support for null aub mode 2024-04-09 16:59:42 +02:00
command_stream_receiver_with_aub_dump.inl feature: add support for null aub mode 2024-04-09 16:59:42 +02:00
create_command_stream_impl.cpp feature: add support for null aub mode 2024-04-09 16:59:42 +02:00
create_command_stream_impl.h
csr_definitions.h refactor: remove not needed code 2024-03-08 18:18:55 +01:00
csr_deps.cpp
csr_deps.h refactor: correct naming of enum class constants 4/n 2023-12-13 08:08:51 +01:00
csr_properties_flags.h refactor: correct variable naming 2023-12-01 02:18:46 +01:00
device_command_stream.h
experimental_command_buffer.cpp refactor: correct naming of allocation types 2023-12-11 16:23:37 +01:00
experimental_command_buffer.h refactor: add NonCopyableOrMovableClass to classes that don't need copy ctors 2023-10-05 13:11:01 +02:00
experimental_command_buffer.inl refactor: add new semaphore param 2024-03-26 15:46:47 +01:00
linear_stream.cpp
linear_stream.h fix: commandContainer is nullptr in LinearStream for immediate cmdList 2023-07-24 15:06:18 +02:00
memory_compression_state.h refactor: correct variable naming 2023-12-01 02:18:46 +01:00
preemption.cpp refactor: rename global debug manager to debugManager 2023-11-30 13:00:59 +01:00
preemption.h fix: use full address to sip if needed 2024-01-19 12:28:46 +01:00
preemption.inl refactor: Passing information about the engine 2024-04-22 13:33:56 +02:00
preemption_mode.h
preemption_xe.inl refactor: add preemption xe only file to xehpg and xehpc sources 2024-01-17 18:32:37 +01:00
queue_throttle.h
scratch_space_controller.cpp refactor: create new members for storing spill and private memory in scratch 2024-01-23 12:42:25 +01:00
scratch_space_controller.h refactor: create new members for storing spill and private memory in scratch 2024-01-23 12:42:25 +01:00
scratch_space_controller_base.cpp refactor: create new members for storing spill and private memory in scratch 2024-01-23 12:42:25 +01:00
scratch_space_controller_base.h refactor: create new members for storing spill and private memory in scratch 2024-01-23 12:42:25 +01:00
scratch_space_controller_xehp_and_later.cpp refactor: create new members for storing spill and private memory in scratch 2024-01-23 12:42:25 +01:00
scratch_space_controller_xehp_and_later.h refactor: create new members for storing spill and private memory in scratch 2024-01-23 12:42:25 +01:00
stream_properties.cpp refactor: remove not needed code 2024-03-08 08:53:13 +01:00
stream_properties.h [perf] reduce host overhead in command list reset call 2023-04-05 11:29:39 +02:00
stream_properties_extra.cpp [perf] reduce host overhead in command list reset call 2023-04-05 11:29:39 +02:00
stream_property.h [perf] simplify state transition for size properties 2023-04-04 10:41:36 +02:00
submission_status.h refactor: correct naming of enum class constants 6/n 2023-12-13 14:48:52 +01:00
submissions_aggregator.cpp Revert "refactor: reduce batch buffer struct size" 2024-01-19 16:06:57 +01:00
submissions_aggregator.h Revert "refactor: reduce batch buffer struct size" 2024-01-19 16:06:57 +01:00
tag_allocation_layout.h
task_count_helper.h
tbx_command_stream_receiver.cpp
tbx_command_stream_receiver.h
tbx_command_stream_receiver_hw.h feature: add support for null aub mode 2024-04-09 16:59:42 +02:00
tbx_command_stream_receiver_hw.inl feature: add support for null aub mode 2024-04-09 16:59:42 +02:00
tbx_command_stream_receiver_xehp_and_later.inl
tbx_stream.cpp refactor: rename global debug manager to debugManager 2023-11-30 13:00:59 +01:00
thread_arbitration_policy.h
transfer_direction.h refactor: correct naming of enum class constants 9/n 2023-12-19 10:36:25 +01:00
wait_status.h refactor: correct naming of enum class constants 2023-12-01 11:53:51 +01:00