Gets a value indicating whether device overlap supported.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public bool DeviceOverlap { get; internal set; } |
Visual Basic |
---|
Public Property DeviceOverlap As Boolean Get Friend Set |
Visual C++ |
---|
public: property bool DeviceOverlap { bool get (); internal: void set (bool value); } |