Module collenchyma::device
[−]
[src]
Provides a representation for one or many ready to use hardwares.
Devices are a set of hardwares, which got initialized from the framework, in order that they are ready to receive kernel executions, event processing, memory synchronization, etc. You can turn available hardware into a device, through the backend.
Enums
| DeviceType |
Container for all known IDevice implementations |
| Error |
Defines a generic set of Memory Errors. |
Traits
| IDevice |
Specifies Hardware behavior across frameworks. |
| IDeviceSyncOut |
Specifies Sync out behavior across frameworks. |