Enum CUmem_range_attribute
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public enum CUmem_range_attribute
Fields
| Name | Description |
|---|---|
| AccessedBy | Memory range has ::CU_MEM_ADVISE_SET_ACCESSED_BY set for specified device |
| LastPrefetchLocation | The last location to which the range was prefetched |
| PreferredLocation | The preferred location of the range |
| ReadMostly | Whether the range will mostly be read and only occassionally be written to |