TAMDDeviceInfo::Printf Property

__declspec(property(get = GetPrintf)) bool Printf;

Returns true if the device supports printf command.

Read: bool GetPrintf();
Remarks:

To enable support for this feature include:

#pragma OPENCL EXTENSION cl_amd_printf : enable

In the source code header.

Declared in Dew::Math::TAMDDeviceInfo · Dew.Math/clMtxVec.h · Cross-compiler