Gets the number of concurrent kernels.

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

Syntax

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

Field Value

The concurrent kernels.

See Also