mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-28 01:31:13 +00:00
Added support for cl_ext_float_atomics in CBaseTestFetchAdd with atomic_double (#2347)
Related to https://github.com/KhronosGroup/OpenCL-CTS/issues/2142, according to the work plan, extending CBasicTestFetchAdd with support for atomic_double.
This commit is contained in:
@@ -79,6 +79,7 @@ extern cl_device_atomic_capabilities gAtomicMemCap,
|
||||
extern cl_half_rounding_mode gHalfRoundingMode;
|
||||
extern bool gFloatAtomicsSupported;
|
||||
extern cl_device_fp_atomic_capabilities_ext gHalfAtomicCaps;
|
||||
extern cl_device_fp_atomic_capabilities_ext gDoubleAtomicCaps;
|
||||
extern cl_device_fp_atomic_capabilities_ext gFloatAtomicCaps;
|
||||
|
||||
extern const char *
|
||||
|
||||
Reference in New Issue
Block a user