compute-runtime/unit_tests/api
Woloszyn, Wojciech 44fbbaee24 Implement clEnqueueWaitForEvents
Change-Id: I54a1f75ed2935d75fa3d6e07d52ea0831b355dd7
2018-08-07 09:14:46 +02:00
..
CMakeLists.txt Validate region and origin for all image API calls 2018-03-09 08:24:25 +01:00
cl_api_tests.cpp Add instance of gmm helper to execution environment 2018-07-06 08:48:19 +02:00
cl_api_tests.h more ULTs cleanup 2018-04-17 10:25:12 +02:00
cl_build_program_tests.cpp SpirV improvements 2018-07-31 00:26:52 +02:00
cl_clone_kernel_tests.cpp Define variable with binary name suffix 2018-04-25 15:34:34 +02:00
cl_compile_program_tests.cpp refactor config.h usage 2018-04-26 10:02:15 +02:00
cl_create_buffer_tests.cpp Handle host pointer not meeting memory manager criteria 2018-01-29 11:40:32 +01:00
cl_create_command_queue_tests.cpp Add capability to csr to allow N:1 aggregation when ooq is created. 2018-04-26 15:41:20 +02:00
cl_create_command_queue_with_properties_tests.cpp Make gmm client context non-static member 2018-07-27 00:16:30 +02:00
cl_create_context_from_type_tests.cpp Add support for GT-Pin Callbacks [1/n] 2018-01-09 14:26:47 +01:00
cl_create_context_tests.cpp Add support for GT-Pin Callbacks [1/n] 2018-01-09 14:26:47 +01:00
cl_create_image_tests.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
cl_create_kernel_tests.cpp Revert "Builtins increase context refcount." 2018-05-28 16:35:45 +02:00
cl_create_kernels_in_program_tests.cpp Define variable with binary name suffix 2018-04-25 15:34:34 +02:00
cl_create_perf_counters_command_queue_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_create_pipe_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_create_program_with_binary_tests.cpp Define variable with binary name suffix 2018-04-25 15:34:34 +02:00
cl_create_program_with_built_in_kernels_tests.cpp separate BuiltinDispatchInfoBuilder from built_ins.h 2018-04-19 12:32:13 +02:00
cl_create_sampler_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_create_sampler_with_properties_tests.cpp Adding mipmap support in sampler 2018-04-10 22:15:09 +02:00
cl_create_sub_buffer_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_create_sub_devices_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_create_user_event_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_create_user_event_tests_mt.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
cl_enqueue_barrier_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_barrier_with_wait_list_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_copy_buffer_rect_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_copy_buffer_to_image_tests.cpp Validate region and origin for all image API calls 2018-03-09 08:24:25 +01:00
cl_enqueue_copy_image_tests.cpp Validate region and origin for all image API calls 2018-03-09 08:24:25 +01:00
cl_enqueue_copy_image_to_buffer_tests.cpp Validate region and origin for all image API calls 2018-03-09 08:24:25 +01:00
cl_enqueue_fill_buffer_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_fill_image_tests.cpp Implement cl_khr_mipmap_image [1/n] 2018-03-21 10:51:13 +01:00
cl_enqueue_image_tests.cpp Validate region and origin for all image API calls 2018-03-09 08:24:25 +01:00
cl_enqueue_map_buffer_tests.cpp Tracking the internal allocation when creating a buffer 2018-06-08 07:33:07 +02:00
cl_enqueue_map_image_tests.cpp Validate region and origin for all image API calls 2018-03-09 08:24:25 +01:00
cl_enqueue_marker_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_marker_with_wait_list_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_migrate_mem_objects_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_native_kernel_tests.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
cl_enqueue_nd_range_kernel_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_read_buffer_rect_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_read_buffer_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_read_image_tests.cpp Validate region and origin for all image API calls 2018-03-09 08:24:25 +01:00
cl_enqueue_svm_free_tests.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
cl_enqueue_svm_map_tests.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
cl_enqueue_svm_mem_fill_tests.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
cl_enqueue_svm_memcpy_tests.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
cl_enqueue_svm_migrate_mem_tests.cpp Add memoryPool to GraphicsAllocation 2018-07-17 20:10:33 +02:00
cl_enqueue_svm_unmap_tests.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
cl_enqueue_task_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_unmap_mem_object_tests.cpp Map/unmap enqueue fixes [6/n]: Support multiple map operations 2018-02-23 10:45:06 +01:00
cl_enqueue_wait_for_events_tests.cpp Implement clEnqueueWaitForEvents 2018-08-07 09:14:46 +02:00
cl_enqueue_write_buffer_rect_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_write_buffer_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_enqueue_write_image_tests.cpp Validate region and origin for all image API calls 2018-03-09 08:24:25 +01:00
cl_finish_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_flush_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_context_info_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_device_and_host_timer.cpp Add instance of gmm helper to execution environment 2018-07-06 08:48:19 +02:00
cl_get_device_ids_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_device_info_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_event_profiling_info_tests.cpp enable perf counters for events 2018-02-28 12:09:55 +01:00
cl_get_extension_function_address_for_platform_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_extension_function_address_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_image_info_tests.cpp Improve returned row pitch calculation for multisampled images 2018-06-13 13:00:26 +02:00
cl_get_image_params_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_kernel_arg_info_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_kernel_info_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_kernel_sub_group_info_khr_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_kernel_sub_group_info_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_kernel_work_group_info_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_mem_object_info_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_pipe_info_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_platform_ids_tests.cpp Add control on platform life cycle. 2018-06-27 10:09:26 +02:00
cl_get_platform_ids_tests_mt.cpp Remove not needed methods. 2018-01-08 17:09:09 +01:00
cl_get_platform_info_tests.cpp Remove not used parameters in PlatformFixture SetUp function 2018-06-26 15:00:27 +02:00
cl_get_program_build_info_tests.cpp return CL_BUILD_NONE when clGetProgramBuildInfo is called 2018-06-29 06:56:45 +02:00
cl_get_program_info_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_get_supported_image_formats_tests.cpp Return error if invalid context is passed. 2018-07-17 18:51:45 +02:00
cl_icd_get_platform_ids_khr_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_intel_accelerator_tests.cpp Clean obsolete code. 2018-02-23 08:10:12 +01:00
cl_intel_motion_estimation.cpp Clean obsolete code. 2018-02-23 08:10:12 +01:00
cl_link_program_tests.cpp refactor config.h usage 2018-04-26 10:02:15 +02:00
cl_release_command_queue_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_release_context_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_release_event_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_release_kernel_tests.cpp Define variable with binary name suffix 2018-04-25 15:34:34 +02:00
cl_release_mem_obj_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_release_program_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_retain_mem_obj_tests.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
cl_retain_release_command_queue_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_retain_release_context_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_retain_release_device_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_retain_release_sampler_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_set_default_device_command_queue_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_set_event_callback_tests.cpp Add refcount on MemObj in blocked scenarios. 2018-01-08 16:03:24 +01:00
cl_set_kernel_arg_svm_pointer_tests.cpp Enable 64kb pages when its allowed by platform 2018-07-12 08:43:51 +02:00
cl_set_kernel_exec_info_tests.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
cl_set_mem_object_destructor_callback_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_set_mem_object_destructor_callback_tests_mt.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_set_performance_configuration_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_svm_alloc_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_svm_free_tests.cpp Switch clang-format to 6.0 2018-06-14 09:45:00 +02:00
cl_unload_compiler_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00
cl_unload_platform_compiler_tests.cpp Initial commit 2017-12-21 00:45:38 +01:00