paulfradgley
ac6931198d
Fixed incorrect usage of clGetDeviceIDs num_devices ( #1952 )
...
clGetDeviceIDs 'num_devices' output parameter is described as:
> num_devices returns the number of OpenCL devices available that match
device_type.
but the _test_events
out_of_order_event_waitlist_multi_queue_multi_device_ test expects that
after calling:
`clGetDeviceIDs(platform, CL_DEVICE_TYPE_ALL, 2, two_device_ids,
&number_returned);`
the content of number_returned needs to be 2, but it should be valid to
return a larger number.
---------
Co-authored-by: Ben Ashbaugh <ben.ashbaugh@intel.com >
2024-06-25 09:46:49 -07:00
..
2024-05-21 08:46:14 -07:00
2024-06-25 09:40:32 -07:00
2023-08-29 09:13:03 -07:00
2024-05-21 08:47:47 -07:00
2023-03-30 09:34:00 +01:00
2023-12-12 09:38:14 -08:00
2024-05-28 10:20:25 -07:00
2023-06-27 08:42:02 -07:00
2024-05-21 08:49:49 -07:00
2024-02-27 09:59:39 -08:00
2022-09-23 17:29:18 +01:00
2024-06-18 09:43:11 -07:00
2023-06-09 11:25:20 +01:00
2021-01-07 11:34:42 +00:00
2024-04-15 13:37:07 +02:00
2023-04-21 10:09:55 +01:00
2023-05-16 09:58:04 +01:00
2024-06-25 09:46:49 -07:00
2024-06-18 09:44:40 -07:00
2024-06-25 09:41:23 -07:00
2023-12-14 16:26:16 +01:00
2024-06-18 09:30:34 -07:00
2023-04-25 19:30:42 +01:00
2024-03-27 14:46:27 +01:00
2024-06-18 09:40:14 -07:00
2024-04-04 13:08:41 -07:00
2024-06-25 09:42:58 -07:00
2024-05-29 15:11:32 -07:00
2023-04-21 10:09:55 +01:00
2023-06-09 11:25:20 +01:00
2023-09-14 11:00:30 +01:00
2024-06-18 08:44:18 -07:00
2023-11-09 10:27:44 +00:00
2024-06-04 09:38:44 -07:00
2023-10-03 09:26:48 -07:00
2024-02-27 09:59:39 -08:00
2024-04-05 12:28:20 +02:00
2024-04-04 15:12:10 +02:00
2024-05-21 08:43:55 -07:00
2024-01-09 09:43:36 -08:00
2024-03-08 08:08:41 -08:00
2024-05-28 10:20:25 -07:00
2024-04-16 08:49:24 -07:00
2020-02-25 08:56:54 +00:00
2023-03-21 09:06:15 -07:00
2019-08-12 10:18:06 +01:00
2019-03-05 16:23:49 +00:00
2019-03-05 16:23:49 +00:00
2020-10-13 09:24:22 +01:00
2020-09-25 14:25:26 +01:00
2020-09-25 14:25:26 +01:00
2020-09-24 20:36:52 +01:00
2020-09-24 20:36:52 +01:00
2020-09-24 20:36:52 +01:00
2022-10-03 14:26:43 +01:00
2022-02-22 16:49:35 +00:00