Kévin Petit
bb604702a5
Migrate workgroups suite to the new test registration framework ( #2308 )
...
Contributes to #2181
Signed-off-by: Kévin Petit <kpet@free.fr >
2025-03-11 22:00:38 +00:00
Sven van Haastregt
e0a31a03fc
Fix -Wformat warnings in various tests ( #1868 )
...
All of these warnings stem from printing `size_t` types, which should
be done using the `z` length modifier.
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com >
2024-02-27 09:59:39 -08:00
Sven van Haastregt
845ec694bb
workgroups: fix -Wsign-compare warnings ( #1774 )
...
In preparation of re-enabling -Wsign-compare globally, fix some
instances of this warning.
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com >
2023-06-29 12:20:15 +01:00
Sven van Haastregt
a70fa56003
Fix some Wunused-but-set warnings ( #1666 )
...
To the best of my understanding, these occurrences of the
`-Wunused-but-set` warnings do not reveal any underlying issues, so we
can safely remove these variables. There are more occurrences of this
warning in other places (not touched by this commit) that require
further analysis.
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com >
2023-03-30 09:34:00 +01:00
Ben Ashbaugh
02bf24d2b1
remove min max macros ( #1310 )
...
* remove the MIN and MAX macros and use the std versions instead
* fix formatting
* fix Arm build
* remove additional MIN and MAX macros from compat.h
2021-09-13 13:25:32 +01:00
Grzegorz Wawiorko
2597027737
Use highest OpenCL C version ( #1081 )
...
* Set the highest supported OpenCL C version.
* Remove gDeviceLt20 variable - not used anymore.
* Fix formatting issues
2021-01-11 13:54:19 +00:00
ellnor01
a6809710ea
Remove unnecessary cl_mem_flags casts ( #1018 )
...
* api, atomics: remove unnecessary cl_mem_flags casts
Instances in api, atomics, buffers and c11_atomics suites
Contributes #759
Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com >
* basic: remove unnecessary cl_mem_flags casts
Contributes #759
Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com >
* spir, thread_dimensions: remove unnecessary cl_mem_flags casts
Instances in spir, thread_dimensions and workgroups tests
Contributes #759
Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com >
* profiling, relationals: remove unnecessary cl_mem_flags casts
Includes relationals, profiling, muliple_device_context, integer_ops
tests
Contributes #759
Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com >
* clcpp: remove unnecessary cl_mem_flags casts
Contibutes #759
Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com >
* events, geometrics: remove unnecessary cl_mem_flags casts
Includes events, geometrics, gl and images tests
Contributes #759
Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com >
* commonfs, compiler: remove unnecessary cl_mem_flags casts
Includes cast removal in commonfs, compiler and device_partition tests
Fixes #759
Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com >
* Fix up formatting
Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com >
2020-10-19 13:56:02 +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