Ahmed Hesham
77a987d547
Enable -Wnarrowing in integer_ops test suite ( #2465 )
...
Fixes #1158
---------
Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com >
2025-07-30 18:51:54 +01:00
Michael Rizkalla
e36da9798e
Migrate integer_ops suite to the new test registration framework ( #2332 )
...
Contributes to https://github.com/KhronosGroup/OpenCL-CTS/issues/2181 .
Signed-off-by: Michael Rizkalla <michael.rizkalla@arm.com >
2025-03-23 15:12:34 +00:00
Sven van Haastregt
b36b2d592c
integer_ops: fix -Wformat warnings ( #1860 )
...
The main sources of warnings were:
* Printing of a `size_t` which requires the `%zu` specifier.
* Printing of `cl_long`/`cl_ulong` which is now done using the
`PRI*64` macros to ensure portability across 32 and 64-bit builds.
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com >
2023-12-20 17:57:35 +01:00
Stuart Brady
5f63747c2e
Remove empty statements due to use of double semicolons ( #935 )
...
Signed-off-by: Stuart Brady <stuart.brady@arm.com >
2020-09-03 14:36:38 +01: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