Gets a value indicating whether kernel execution timeout enabled.

Namespace: Cudafy.Host
Assembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172

Syntax

C#
public bool KernelExecTimeoutEnabled { get; internal set; }
Visual Basic
Public Property KernelExecTimeoutEnabled As Boolean
	Get
	Friend Set
Visual C++
public:
property bool KernelExecTimeoutEnabled {
	bool get ();
	internal: void set (bool value);
}

Field Value

true if kernel execution timeout enabled; otherwise, false.

See Also