Move cl_khr_create_command_queue test to the main api suite (#521)

In theory, it could exist on a 2.x implementation.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kévin Petit
2019-12-18 11:49:56 +00:00
committed by GitHub
parent 6610facd98
commit 334650bcca
7 changed files with 3 additions and 3 deletions

View File

@@ -117,6 +117,7 @@ test_definition test_list[] = {
ADD_TEST( get_image1d_array_info ),
ADD_TEST( get_image2d_array_info ),
ADD_TEST( queue_hint ),
ADD_TEST( queue_properties ),
ADD_TEST_VERSION( sub_group_dispatch, Version(2, 1) ),
ADD_TEST_VERSION( clone_kernel, Version(2, 1) ),
ADD_TEST_VERSION( zero_sized_enqueue, Version(2, 1) ),