You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TAMDDeviceInfo Class > TAMDDeviceInfo Properties > TAMDDeviceInfo.FP64 Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TAMDDeviceInfo.FP64 Property

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

Syntax
C#
Visual Basic
public bool FP64;

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

#pragma OPENCL EXTENSION cl_amd_fp64 : enable 

In the source code header.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!