Ahmed Hesham
bb331c2c92
Migrate device_execution suite to the new test registration framework ( #2323 )
...
Contributes to #2181 .
Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com >
2025-03-11 21:54:22 +00:00
Sven van Haastregt
1139f54bde
device_execution: fix -Wformat warnings ( #1938 )
...
Printing of a `size_t` requires the `%zu` specifier.
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com >
2024-04-15 13:37:07 +02:00
Sven van Haastregt
d8ad10d1ea
device_execution: fix CL_QUEUE_* in error messages ( #1896 )
...
When reporting errors from `clCreateCommandQueueWithProperties`,
report the correct property names. In particular:
`CL_QUEUE_DEVICE` should be `CL_QUEUE_ON_DEVICE`.
`CL_QUEUE_DEFAULT` should be `CL_QUEUE_ON_DEVICE_DEFAULT`.
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com >
2024-03-12 09:36:02 -07:00
Kevin Petit
ef832c330c
Stop using ../../test_common to include common headers
...
Fixes #395 .
Signed-off-by: Kevin Petit <kevin.petit@arm.com >
2019-08-01 18:41:12 +01:00
Bartosz Sochacki
b99c6004ce
cl20: Khronos Bug 15619 Race condition in device execution enqueue_flags test
2019-07-31 10:41:18 +01:00
Nikhil Joshi
6e29a04870
Fix enqueue_flags test to use correct barrier type. ( #276 )
...
Currently, enqueue_flags test uses CLK_LOCAL_MEM_FENCE.
Use CLK_GLOBAL_MEM_FENCE instead as all threads across work-groups
need to wait here.
2019-07-03 14:11:02 +01:00
Kedar Patil
2821bf1323
Initial open source release of OpenCL 2.2 CTS.
2017-05-16 18:44:33 +05:30