DkmComputeThreadInfo Struct

Definition

Collection of properties of GPU compute threads.

public value class DkmComputeThreadInfo
struct DkmComputeThreadInfo
[System.Runtime.InteropServices.Guid("30645692-f6be-eb65-a2b8-719fb033e020")]
public struct DkmComputeThreadInfo
[<System.Runtime.InteropServices.Guid("30645692-f6be-eb65-a2b8-719fb033e020")>]
type DkmComputeThreadInfo = struct
Public Structure DkmComputeThreadInfo
Inheritance
DkmComputeThreadInfo
Attributes

Constructors

DkmComputeThreadInfo(UInt32, UInt32, UInt64, UInt64, UInt64, DkmComputeThreadState, Boolean, Boolean)

Initialize a new DkmComputeThreadInfo value.

Fields

FlaggedState

Flagged state of the compute thread.

FrozenState

Frozen state of the compute thread.

InstructionPointer

The IP of the compute thread.

ThreadCount

The number of threads represented by this object, could be greater than one if returned in a group by call.

ThreadGroupId

Thread group ID, unique to kernel.

ThreadId

Thread ID, unique to kernel.

ThreadState

State of the compute thread.

VectorId

Vector index.

Applies to