mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 14:39:01 +00:00
switch to the new memory and semaphore specific device handle lists (#1814)
* switch to the new memory and semaphore specific device handle lists * remove support for older headers * dummy commit
This commit is contained in:
@@ -120,7 +120,8 @@ int test_external_semaphores_queries(cl_device_id deviceID, cl_context context,
|
||||
SEMAPHORE_PARAM_TEST(CL_SEMAPHORE_TYPE_KHR, cl_semaphore_type_khr,
|
||||
CL_SEMAPHORE_TYPE_BINARY_KHR);
|
||||
|
||||
SEMAPHORE_PARAM_TEST(CL_DEVICE_HANDLE_LIST_KHR, cl_device_id, deviceID);
|
||||
SEMAPHORE_PARAM_TEST(CL_SEMAPHORE_DEVICE_HANDLE_LIST_KHR, cl_device_id,
|
||||
deviceID);
|
||||
|
||||
SEMAPHORE_PARAM_TEST(
|
||||
CL_SEMAPHORE_EXPORT_HANDLE_TYPES_KHR, cl_uint,
|
||||
|
||||
Reference in New Issue
Block a user