compute-runtime/unit_tests/command_queue
Mrozek, Michal c269bc062f Limit overestimation in multi kernel scenarios.
- There was overestimation that resulted in each kernel getting
page aligned estimation size.
- After this change every kernel aligns only to cache line and final
size is aligned to page size.

Change-Id: Iee06bdd0083724ea7e9415f3d0fe70198acca407
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
2019-04-23 17:46:53 +02:00
..
gl Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
CMakeLists.txt Add function to flush caches 2019-04-05 09:48:50 +02:00
buffer_operations_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
buffer_operations_withAsyncGPU_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
command_enqueue_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
command_queue_fixture.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
command_queue_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
command_queue_flush_waitlist_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
command_queue_hw_tests.cpp Add dedicated map allocation 2019-04-09 16:16:31 +02:00
command_queue_tests.cpp Add dedicated map allocation 2019-04-09 16:16:31 +02:00
dispatch_walker_tests.cpp Simplify HwTimeStamps operations. 2019-04-15 10:51:09 +02:00
enqueue_api_tests_mt_with_asyncGPU.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_barrier_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_command_without_kernel_tests.cpp Add events support for cache flushes 2019-04-15 15:44:25 +02:00
enqueue_copy_buffer_event_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_copy_buffer_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_copy_buffer_rect_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_copy_buffer_rect_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_copy_buffer_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_copy_buffer_to_image_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_copy_buffer_to_image_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_copy_image_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_copy_image_tests.cpp Use GPU address to compare with SurfaceBaseAddress in ULTs 2019-03-26 20:49:54 +01:00
enqueue_copy_image_to_buffer_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_copy_image_to_buffer_tests.cpp Use GPU address to compare with SurfaceBaseAddress in ULTs 2019-03-26 20:49:54 +01:00
enqueue_debug_kernel_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_fill_buffer_event_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_fill_buffer_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_fill_buffer_negative_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_fill_buffer_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_fill_image_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_fill_image_tests.cpp Use GPU address to compare with SurfaceBaseAddress in ULTs 2019-03-26 20:49:54 +01:00
enqueue_fixture.cpp Add map allocation for images 2019-04-18 14:46:06 +02:00
enqueue_fixture.h Add map allocation for images 2019-04-18 14:46:06 +02:00
enqueue_handler_tests.cpp Add comments with kernel names to AUB files 2019-04-17 14:56:24 +02:00
enqueue_kernel_1_tests.cpp Make sure that timestamp is properly connected to mapBuffer event. 2019-04-04 11:36:06 +02:00
enqueue_kernel_2_tests.cpp Introduce MemoryManager::getExternalHeapBaseAddress() 2019-04-16 13:30:10 +02:00
enqueue_kernel_event_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_kernel_global_offset_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_kernel_local_work_size_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_kernel_mt_tests.cpp [2/n] Move Hardware Info to Execution Environment 2019-03-22 10:08:26 +01:00
enqueue_kernel_two_ioq_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_kernel_two_ooq_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_kernel_two_walker_ioq_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_kernel_two_walker_ooq_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_map_buffer_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_map_buffer_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_map_image_tests.cpp Add map allocation for images 2019-04-18 14:46:06 +02:00
enqueue_marker_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_media_kernel.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_migrate_mem_objects_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_read_buffer_event_tests.cpp Add dedicated map allocation 2019-04-09 16:16:31 +02:00
enqueue_read_buffer_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_read_buffer_rect_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_read_buffer_rect_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_read_buffer_tests.cpp AUBDumpAllocsOnEnqueueReadOnly to not activate in path with map buffer 2019-04-15 17:27:53 +02:00
enqueue_read_image_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_read_image_tests.cpp AUBDumpAllocsOnEnqueueReadOnly to not activate in path with map image 2019-04-19 13:09:56 +02:00
enqueue_resource_barier_tests.cpp Add function to flush caches 2019-04-05 09:48:50 +02:00
enqueue_svm_mem_copy_tests.cpp Add SvmAllocationProperties 2019-04-23 10:30:04 +02:00
enqueue_svm_mem_fill_tests.cpp Add SvmAllocationProperties 2019-04-23 10:30:04 +02:00
enqueue_svm_tests.cpp Add SvmAllocationProperties 2019-04-23 10:30:04 +02:00
enqueue_thread_tests.cpp Add map allocation for images 2019-04-18 14:46:06 +02:00
enqueue_unmap_memobject_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_waitlist_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_write_buffer_event_tests.cpp Add dedicated map allocation 2019-04-09 16:16:31 +02:00
enqueue_write_buffer_rect_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_write_buffer_rect_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_write_buffer_tests.cpp Add dedicated map allocation 2019-04-09 16:16:31 +02:00
enqueue_write_image_fixture.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
enqueue_write_image_tests.cpp Add map allocation for images 2019-04-18 14:46:06 +02:00
finish_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
flattened_id_tests.cpp clang-format: enable sorting includes 2019-02-27 11:50:07 +01:00
flush_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
get_command_queue_info_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
get_size_required_buffer_tests.cpp Limit overestimation in multi kernel scenarios. 2019-04-23 17:46:53 +02:00
get_size_required_image_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
get_size_required_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
ioq_task_tests.cpp Add dedicated map allocation 2019-04-09 16:16:31 +02:00
ioq_task_tests_mt.cpp Add dedicated map allocation 2019-04-09 16:16:31 +02:00
local_id_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
local_work_size_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
multi_dispatch_info_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
multiple_map_buffer_tests.cpp Add dedicated map allocation 2019-04-09 16:16:31 +02:00
multiple_map_image_tests.cpp Add map allocation for images 2019-04-18 14:46:06 +02:00
oom_buffer_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
oom_image_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
oom_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
ooq_task_tests.cpp Add dedicated map allocation 2019-04-09 16:16:31 +02:00
ooq_task_tests_mt.cpp Add dedicated map allocation 2019-04-09 16:16:31 +02:00
read_write_buffer_cpu_copy.cpp Add dedicated map allocation 2019-04-09 16:16:31 +02:00
work_group_size_tests.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
zero_size_enqueue_tests.cpp Add SvmAllocationProperties 2019-04-23 10:30:04 +02:00