DkmComputeThreadInfo Struct
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.
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. |