TAMDDeviceInfo.FP64 Property

property FP64: Boolean;

Returns true if the device is capable of double precision processing.

Returns: Boolean

Remarks:

To actually enable support for double precision you need to include:

#pragma OPENCL EXTENSION cl_amd_fp64 : enable

In the source code header.