mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-22 23:29:02 +00:00
Move kernel_arg_info compatibility test to the main api suite (#523)
The diff between the compatibility and non-compatibility tests is rather big. These tests should both be replaced by a new maintainable one (see #522). Contributes to #494. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -19,6 +19,7 @@ set(${MODULE_NAME}_SOURCES
|
||||
test_device_min_data_type_align_size_alignment.cpp
|
||||
test_platform.cpp
|
||||
test_kernel_arg_info.c
|
||||
test_kernel_arg_info_compatibility.c
|
||||
test_null_buffer_arg.c
|
||||
test_mem_object_info.cpp
|
||||
test_queue_hint.cpp
|
||||
|
||||
@@ -53,6 +53,7 @@ test_definition test_list[] = {
|
||||
ADD_TEST( load_two_kernels_manually ),
|
||||
ADD_TEST( get_program_info_kernel_names ),
|
||||
ADD_TEST( get_kernel_arg_info ),
|
||||
ADD_TEST( get_kernel_arg_info_compatibility ),
|
||||
ADD_TEST( create_kernels_in_program ),
|
||||
ADD_TEST( get_kernel_info ),
|
||||
ADD_TEST( execute_kernel_local_sizes ),
|
||||
|
||||
@@ -107,6 +107,7 @@ extern int test_get_image1d_info( cl_device_id deviceID, cl_context context
|
||||
extern int test_get_image1d_array_info( cl_device_id deviceID, cl_context context, cl_command_queue ignoreQueue, int num_elements );
|
||||
extern int test_get_image2d_array_info( cl_device_id deviceID, cl_context context, cl_command_queue ignoreQueue, int num_elements );
|
||||
extern int test_get_kernel_arg_info( cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements );
|
||||
extern int test_get_kernel_arg_info_compatibility( cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements );
|
||||
extern int test_queue_hint(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements);
|
||||
extern int test_sub_group_dispatch(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements);
|
||||
extern int test_clone_kernel(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements);
|
||||
|
||||
5192
test_conformance/api/test_kernel_arg_info_compatibility.c
Normal file
5192
test_conformance/api/test_kernel_arg_info_compatibility.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user