Enum CudaManagedMemoryAttachmentFlags
Flags that control CUDA managed-memory attachment behavior. 控制 CUDA managed memory 附着行为的标志。
[Flags]
public enum CudaManagedMemoryAttachmentFlags : uint
Fields
Global = 1Attaches the allocation globally. 全局附着该分配。
Host = 2Attaches the allocation to the host. 将该分配附着到 host。
Single = 4Attaches the allocation to a single stream. 将该分配附着到单个 stream。