IDkmGPUComputeKernelOperation.GetThisThreadDimension(DkmGPUComputeThread, Int32[], Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obter a dimensão do bloco de threads.
public:
void GetThisThreadDimension(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ computeThread, [Runtime::InteropServices::Out] cli::array <int> ^ % threadDimensions, [Runtime::InteropServices::Out] int % numberOfDimensions);
public void GetThisThreadDimension (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread, out int[] threadDimensions, out int numberOfDimensions);
abstract member GetThisThreadDimension : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread * Int32[] * int -> unit
Public Sub GetThisThreadDimension (computeThread As DkmGPUComputeThread, ByRef threadDimensions As Integer(), ByRef numberOfDimensions As Integer)
Parâmetros
- computeThread
- DkmGPUComputeThread
No DkmGPUComputeThread representa um thread de computação em execução no processo de destino da GPU.
- threadDimensions
- Int32[]
Fora Dimensões do grupo de threads.
- numberOfDimensions
- Int32
Fora Número de dimensões de bloco de thread.