DkmGPUBreakpointBehaviorFlags Enum
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.
Flags for describing GPU breakpoint behavior.
public enum class DkmGPUBreakpointBehaviorFlags
public enum class DkmGPUBreakpointBehaviorFlags
enum DkmGPUBreakpointBehaviorFlags
public enum DkmGPUBreakpointBehaviorFlags
type DkmGPUBreakpointBehaviorFlags =
Public Enum DkmGPUBreakpointBehaviorFlags
- Inheritance
-
DkmGPUBreakpointBehaviorFlags
Fields
Name | Value | Description |
---|---|---|
None | 0 | No specific behavior. |
BreakOncePerWarp | 1 | Break once per warp. |
BreakForEveryThread | 2 | Break for every thread. |
BreakOnFirstDefaultWarp | 3 | Break on first or default warp. |