Table of Contents

Enum CudaStreamCaptureStatus

Namespace
JYPPX.CudaSharp
Assembly
JYPPX.CudaSharp.dll

Describes the CUDA stream capture state used by CUDA Graph capture. 描述 CUDA Graph 捕获流程中的 CUDA stream 捕获状态。

public enum CudaStreamCaptureStatus

Fields

Active = 1

The stream is actively capturing commands. 当前 stream 正在捕获命令。

Invalidated = 2

The stream capture was invalidated by an error. stream 捕获流程已因错误失效。

None = 0

The stream is not currently capturing. 当前 stream 没有处于捕获状态。