Table of Contents

Enum CudaManagedMemoryAttachmentFlags

Namespace
JYPPX.CudaSharp
Assembly
JYPPX.CudaSharp.dll

Flags that control CUDA managed-memory attachment behavior. 控制 CUDA managed memory 附着行为的标志。

[Flags]
public enum CudaManagedMemoryAttachmentFlags : uint

Fields

Global = 1

Attaches the allocation globally. 全局附着该分配。

Host = 2

Attaches the allocation to the host. 将该分配附着到 host。

Single = 4

Attaches the allocation to a single stream. 将该分配附着到单个 stream。