Enum MemProps
Properties of memory allocated by the device
enum MemProps
: int { ... }
Enum members
Name | Description |
---|---|
deviceLocal
|
Memory resides on the device. |
hostCached
|
Memory is cached on host. read/write is very fast, but flush operation is necessary after writing. |
hostCoherent
|
Memory seen from cpu is coherent with device memory. |
hostVisible
|
Memory is visible from cpu and therefore mappable. |
lazilyAllocated
|
|
none
|