Boolean FP64 { get; set; }
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.