72 lines
3.9 KiB
C++
72 lines
3.9 KiB
C++
![]() |
/*
|
||
|
* 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.
|
||
|
*/
|
||
|
|
||
|
#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"
|
||
|
#include "unit_tests/api/cl_get_kernel_work_group_info_tests.inl"
|
||
|
#include "unit_tests/api/cl_get_mem_object_info_tests.inl"
|
||
|
#include "unit_tests/api/cl_get_pipe_info_tests.inl"
|
||
|
#include "unit_tests/api/cl_get_platform_ids_tests.inl"
|
||
|
#include "unit_tests/api/cl_get_platform_info_tests.inl"
|
||
|
#include "unit_tests/api/cl_get_program_build_info_tests.inl"
|
||
|
#include "unit_tests/api/cl_get_program_info_tests.inl"
|
||
|
#include "unit_tests/api/cl_get_supported_image_formats_tests.inl"
|
||
|
#include "unit_tests/api/cl_icd_get_platform_ids_khr_tests.inl"
|
||
|
#include "unit_tests/api/cl_intel_accelerator_tests.inl"
|
||
|
#include "unit_tests/api/cl_intel_motion_estimation.inl"
|
||
|
#include "unit_tests/api/cl_link_program_tests.inl"
|
||
|
#include "unit_tests/api/cl_release_command_queue_tests.inl"
|
||
|
#include "unit_tests/api/cl_release_context_tests.inl"
|
||
|
#include "unit_tests/api/cl_release_event_tests.inl"
|
||
|
#include "unit_tests/api/cl_release_kernel_tests.inl"
|
||
|
#include "unit_tests/api/cl_release_mem_obj_tests.inl"
|
||
|
#include "unit_tests/api/cl_release_program_tests.inl"
|
||
|
#include "unit_tests/api/cl_retain_mem_obj_tests.inl"
|
||
|
#include "unit_tests/api/cl_retain_release_command_queue_tests.inl"
|
||
|
#include "unit_tests/api/cl_retain_release_context_tests.inl"
|
||
|
#include "unit_tests/api/cl_retain_release_device_tests.inl"
|
||
|
#include "unit_tests/api/cl_retain_release_sampler_tests.inl"
|
||
|
#include "unit_tests/api/cl_set_default_device_command_queue_tests.inl"
|
||
|
#include "unit_tests/api/cl_set_event_callback_tests.inl"
|
||
|
#include "unit_tests/api/cl_set_kernel_arg_svm_pointer_tests.inl"
|
||
|
#include "unit_tests/api/cl_set_kernel_exec_info_tests.inl"
|
||
|
#include "unit_tests/api/cl_set_mem_object_destructor_callback_tests.inl"
|
||
|
#include "unit_tests/api/cl_set_performance_configuration_tests.inl"
|
||
|
#include "unit_tests/api/cl_svm_alloc_tests.inl"
|
||
|
#include "unit_tests/api/cl_svm_free_tests.inl"
|
||
|
#include "unit_tests/api/cl_unload_compiler_tests.inl"
|
||
|
#include "unit_tests/api/cl_unload_platform_compiler_tests.inl"
|