Module collenchyma::memory
[−]
[src]
Provides a representation for memory across different frameworks.
Memory is allocated by a device in a way that it is accessible for its computations.
Normally you will want to use SharedMemory which handles synchronization of the latest memory copy to the required device.
Enums
MemoryType |
Container for all known IMemory implementations |
Traits
IMemory |
Specifies Memory behavior accross frameworks. |