Enum CUmemAttach_flags
CUDA Mem Attach Flags
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public enum CUmemAttach_flags
Fields
Name | Description |
---|---|
Global | Memory can be accessed by any stream on any device |
Host | Memory cannot be accessed by any stream on any device |
Single | Memory can only be accessed by a single stream on the associated device |