Kévin Petit
0a1456d8f9
[RFC] Move logic for test registration to the test harness ( #2151 )
...
And use in device_timer suite.
Signed-off-by: Kévin Petit <kpet@free.fr >
2024-11-26 09:55:09 -08:00
Grzegorz Wawiorko
f1dd503c6c
Fix code format errors vs.3
2020-07-23 17:21:07 +01:00
Grzegorz Wawiorko
450f583800
Fix code format errors vs.2
2020-07-23 17:21:07 +01:00
Grzegorz Wawiorko
44a240367e
Fix code format errors
2020-07-23 17:21:07 +01:00
Grzegorz Wawiorko
d643dc5399
Add API name to version_expected_info function
2020-07-23 17:21:07 +01:00
Kévin Petit
5e2f5b857e
Accept OpenCL 3.0 in version parsing code and use where appropriate ( #752 )
...
* Accept OpenCL 3.0 in version parsing code and use where appropriate
There were a number of tests against 2.2 that are clearer against 3.0.
Fixes #751
Signed-off-by: Kévin Petit <kpet@free.fr >
* Remove CL_EXPERIMENTAL guards
Signed-off-by: Kévin Petit <kpet@free.fr >
* formatting
* Configure the headers for OpenCL 3.0
* more format fixes
2020-04-30 11:51:06 +01:00
Grzegorz Wawiorko
51cd792e9e
Fix test skip handling while test initialization - device_timer ( #667 )
2020-03-10 18:25:49 +00:00
Jeremy Kemp
ab54782996
Make Device and Host Timer Synchronisation Optional. ( #628 )
...
This commit makes the device and host timer test optional.
2020-02-28 08:37:47 +00:00
James Price
40f50d77a3
Rename test .c sources to .cpp where necessary ( #604 )
...
Remove hacks to force language from CMake files.
Closes KhronosGroup/OpenCL-CTS#25
2020-02-21 17:34:31 +00:00