Table of Contents

Enum CudaEventRecordFlags

Namespace
JYPPX.CudaSharp
Assembly
JYPPX.CudaSharp.dll

Flags used when recording an event into a stream. 向 stream 记录 event 时使用的标志。

[Flags]
public enum CudaEventRecordFlags : uint

Fields

Default = 0

Use CUDA's default event-record behavior. 使用 CUDA 默认 event record 行为。

External = 1

Capture the event as an external event node during graph capture. graph capture 期间将 event 捕获为 external event node。