2018-08-09 10:57:53 +02:00
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2018, Intel Corporation
|
|
|
|
|
*
|
|
|
|
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
|
|
|
* copy of this software and associated documentation files (the "Software"),
|
|
|
|
|
* to deal in the Software without restriction, including without limitation
|
|
|
|
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
|
|
|
* and/or sell copies of the Software, and to permit persons to whom the
|
|
|
|
|
* Software is furnished to do so, subject to the following conditions:
|
|
|
|
|
*
|
|
|
|
|
* The above copyright notice and this permission notice shall be included
|
|
|
|
|
* in all copies or substantial portions of the Software.
|
|
|
|
|
*
|
|
|
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
|
|
|
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
|
|
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
|
|
|
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
|
|
|
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
|
|
|
* OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
|
*/
|
|
|
|
|
|
2018-08-14 10:28:13 +02:00
|
|
|
#include "unit_tests/api/cl_enqueue_migrate_mem_objects_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_native_kernel_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_nd_range_kernel_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_read_buffer_rect_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_read_buffer_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_read_image_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_svm_free_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_svm_map_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_svm_mem_fill_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_svm_memcpy_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_svm_migrate_mem_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_svm_unmap_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_task_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_unmap_mem_object_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_wait_for_events_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_write_buffer_rect_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_enqueue_write_buffer_tests.inl"
|
2018-08-09 10:57:53 +02:00
|
|
|
#include "unit_tests/api/cl_enqueue_write_image_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_finish_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_flush_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_context_info_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_device_and_host_timer.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_device_ids_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_device_info_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_event_profiling_info_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_extension_function_address_for_platform_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_extension_function_address_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_image_info_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_image_params_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_kernel_arg_info_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_kernel_info_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_kernel_sub_group_info_khr_tests.inl"
|
|
|
|
|
#include "unit_tests/api/cl_get_kernel_sub_group_info_tests.inl"
|