Share via


IDkmComputeKernelExitNotification Interface

Definition

IDkmComputeKernelExitNotification is implemented by components that want to listen for the ComputeKernelExit event. The target process may continue to run during this notification. The event when a GPU compute kernel completes.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.

public interface class IDkmComputeKernelExitNotification
public interface class IDkmComputeKernelExitNotification
__interface IDkmComputeKernelExitNotification
public interface IDkmComputeKernelExitNotification
type IDkmComputeKernelExitNotification = interface
Public Interface IDkmComputeKernelExitNotification

Methods

OnComputeKernelExit(DkmGPUComputeKernel, Int32, DkmEventDescriptor)

OnComputeKernelExit is invoked as part of event processing. See interface definition for more information.

Applies to