DkmGPUComputeKernel.GetActiveThreadGroups(Int64[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.