compute-runtime/runtime/helpers
Milczarek, Slawomir 4420fe34ba Changed class name from PipeControlHelper to MemorySynchronizationCommands
Related-To: NEO-4227

Change-Id: Iff59ea5b274fbba3af1dab2ac188f7370cc1e44f
Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
2020-02-17 16:20:27 +01:00
..
linux Move headers to core 2019-12-02 14:20:45 +01:00
windows Move files to core and cleanup headers 2020-01-15 15:07:10 +01:00
CMakeLists.txt Move blit_commands_helper files to core 2020-02-06 13:02:59 +01:00
base_object.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
base_object.h Fail castToObject when icdDispatch is invalid 2020-01-24 12:51:17 +01:00
built_ins_helper.cpp Move ClDevice to a separate file 2020-01-30 12:46:10 +01:00
built_ins_helper.h Move execution environment to Core 2020-02-06 15:00:37 +01:00
cache_policy.cpp Move cache_policy to core 2019-12-03 14:53:49 +01:00
cl_blit_properties.h Move blit_commands_helper files to core 2020-02-06 13:02:59 +01:00
cl_device_helpers.cpp Rename DeviceHelper to ClDeviceHelper 2020-02-04 20:30:25 +01:00
cl_device_helpers.h Rename DeviceHelper to ClDeviceHelper 2020-02-04 20:30:25 +01:00
cl_helper.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
convert_color.h Move basic_math.h and vec.h to core directory 2019-05-14 21:32:55 +02:00
csr_deps.cpp Refactor CsrDependencies 2020-01-23 08:38:13 +01:00
dispatch_info.cpp Pass private scratch size to scratch space controller 2019-06-28 14:32:06 +02:00
dispatch_info.h Move blit_commands_helper files to core 2020-02-06 13:02:59 +01:00
dispatch_info_builder.h Handle page faults while accessing unified memory 2019-09-04 13:28:53 +02:00
enable_product.inl change config storage from string to uint 2020-01-31 11:14:05 +01:00
enqueue_properties.h Move blit_commands_helper files to core 2020-02-06 13:02:59 +01:00
error_mappers.h Initial commit 2017-12-21 00:45:38 +01:00
flat_batch_buffer_helper.cpp Move execution environment to Core 2020-02-06 15:00:37 +01:00
flat_batch_buffer_helper.h Add synchronization helper function after tag update 2020-02-12 15:58:58 +01:00
flat_batch_buffer_helper_hw.h Add synchronization helper function after tag update 2020-02-12 15:58:58 +01:00
flat_batch_buffer_helper_hw.inl Changed class name from PipeControlHelper to MemorySynchronizationCommands 2020-02-17 16:20:27 +01:00
hardware_commands_helper.h Blit command size estimates with additional size for synchronization 2020-02-11 10:13:04 +01:00
hardware_commands_helper.inl Use encoder copySamplerState in sendIndirectState 2020-02-11 18:33:14 +01:00
hardware_commands_helper_base.inl Update PipeControlHelper 2020-02-07 13:51:30 -08:00
hardware_context_controller.cpp Move files to core 2020-01-13 18:25:00 +01:00
hardware_context_controller.h AUB subcapture in TBX mode to write the head register upon activation 2019-10-17 16:03:50 +02:00
helper_options.cpp Remove platformDevices from runtime 2020-02-05 09:59:13 +01:00
mem_properties_parser_helper.cpp Connect UnifiedMemoryProperties with MemoryPropertiesFlags 2019-12-09 14:23:46 +01:00
mem_properties_parser_helper.h Move files to core 2020-01-02 15:57:05 +01:00
memory_properties_flags_helpers.cpp Remove OCL object from MemoryProperties 13/n 2019-10-24 14:07:42 +02:00
memory_properties_flags_helpers.h Connect UnifiedMemoryProperties with MemoryPropertiesFlags 2019-12-09 14:23:46 +01:00
memory_properties_flags_helpers_base.inl Remove unnecessary program of default value for allocation flags 2019-12-13 14:33:32 +01:00
mipmap.cpp Move gmm to core 2020-01-10 14:26:17 +01:00
mipmap.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
neo_driver_version.h AUB CSR with a capability to add AUB comment 2019-04-01 14:14:58 +02:00
per_thread_data.cpp Move grf size to HwInfo 2019-12-17 17:27:21 +01:00
per_thread_data.h Move grf size to HwInfo 2019-12-17 17:27:21 +01:00
properties_helper.cpp Move memory_manager to core folder 2020-02-08 15:24:13 +01:00
properties_helper.h Pass CsrDependencies from events to BlitProperties 2020-01-28 12:31:59 +01:00
queue_helpers.cpp Add ClDevice 2020-01-17 12:43:11 +01:00
queue_helpers.h Move core device objects to core 2020-02-07 14:35:14 +01:00
sampler_helpers.h Add pitch programming to Blit dispatch and align max width to cacheline 2019-05-09 16:08:06 +02:00
state_compute_mode_helper.h Replace Event::eventNotReady with CompletionStamp::levelNotReady 2020-01-23 16:16:23 +01:00
string_helpers.h Move majority of utilities to the core dir 2019-09-12 15:07:02 +02:00
surface_formats.cpp Correct image format reporting for OCL 1.2 2020-02-07 10:34:29 +01:00
surface_formats.h Correct image format reporting for OCL 1.2 2020-02-07 10:34:29 +01:00
task_information.cpp Move blit_commands_helper files to core 2020-02-06 13:02:59 +01:00
task_information.h Move blit_commands_helper files to core 2020-02-06 13:02:59 +01:00
task_information.inl Improve obtaining LinearStream during enqueue call 2019-07-22 18:52:14 +02:00
uint16_avx2.h Move Debug helpers to the core dir 2019-09-05 16:00:35 +02:00
uint16_sse4.h Move Debug helpers to the core dir 2019-09-05 16:00:35 +02:00
validators.cpp Move ClDevice to a separate file 2020-01-30 12:46:10 +01:00
validators.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00