IDkmGPUComputeKernelOperation.GetGroupId 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.
Get the dimension of the thread block.
public:
void GetGroupId(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ computeThread, [Runtime::InteropServices::Out] cli::array <int> ^ % groupDimensions, [Runtime::InteropServices::Out] int % numberOfDimensions);
public void GetGroupId (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread, out int[] groupDimensions, out int numberOfDimensions);
public void GetGroupId (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread, out int[]? groupDimensions, out int numberOfDimensions);
abstract member GetGroupId : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread * Int32[] * int -> unit
Public Sub GetGroupId (computeThread As DkmGPUComputeThread, ByRef groupDimensions As Integer(), ByRef numberOfDimensions As Integer)
Parameters
- computeThread
- DkmGPUComputeThread
[In] DkmGPUComputeThread represents a compute thread running in the GPU target process.
- groupDimensions
- Int32[]
[Out] Grid dimensions.
- numberOfDimensions
- Int32
[Out] Number of Grid dimensions.