DkmGPUComputeKernel.GetActiveThreadGroups(Int64[], Int32) Method

Definition

Obtain the active thread groups from the compute kernel.

public:
 void GetActiveThreadGroups([Runtime::InteropServices::Out] cli::array <long> ^ % ActiveThreadGroups, [Runtime::InteropServices::Out] int % NumberOfGroups);
public void GetActiveThreadGroups (out long[] ActiveThreadGroups, out int NumberOfGroups);
member this.GetActiveThreadGroups : Int64[] * int -> unit
Public Sub GetActiveThreadGroups (ByRef ActiveThreadGroups As Long(), ByRef NumberOfGroups As Integer)

Parameters

ActiveThreadGroups
Int64[]

[Out] List of global Thread group id of all active thread groups.

NumberOfGroups
Int32

[Out] Number of active thread groups in the compute kernel.

Applies to