Wenju He
67ac6c8d2d
Fix test_half async_work_group_copy arguments ( #1298 ) ( #1299 )
...
Workitems in the last workgroup calls async_work_group_copy with
different argument values depending on 'adjust'. According to spec,
this results in undefined values.
2022-06-14 08:51:39 -07: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
Chetan Mistry
7a735b74e3
Replace cl_ushort with cl_half ( #885 ) ( #1000 )
...
* test_common: Replace cl_ushort with cl_half (#885 )
Change-Id: I507eca2084629c3b6f3e7331f062f006edbce434
Signed-off-by: Chetankumar Mistry <chetan.mistry@arm.com >
* buffers, pipes, profiling: Replace cl_ushort with cl_half (#885 )
Change-Id: Id9799322b636af6aa0eec3d4e846d7af8c7f9602
Signed-off-by: Chetankumar Mistry <chetan.mistry@arm.com >
* images/kernel_read_write: Replace cl_ushort with cl_half (#885 )
Change-Id: I922ddb593b6e5631d0f4ea1522c7f75f8770be40
Signed-off-by: Chetankumar Mistry <chetan.mistry@arm.com >
* half: Replace cl_ushort with cl_half (#885 )
Change-Id: I484a5bb2b33a7e87805fc6079953c66e5f8d9239
Signed-off-by: Chetankumar Mistry <chetan.mistry@arm.com >
2020-10-02 16:29:05 +01:00
Kévin Petit
ed50fcad2d
Use float<->half conversion routines from the OpenCL headers ( #884 )
...
* Use float<->half conversion routines from the OpenCL headers
Fixes #870
Signed-off-by: Kevin Petit <kevin.petit@arm.com >
* Use cl_half_from_double
* Fix windows build errors
* Fix more build errors
* Code formatting
* Remove TEST class
2020-08-14 13:50:14 +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