Expand description
§ulib: General library for universal computing.
This library basically implements traits and structs for holding vectors on hosts and different kinds of devices. It is intended to be used with ucc builder which generates wrapper bindings using this library.
CUDA support must be manually enabled using the
feature cuda
.
Structs§
- Device
Context - A generic device context
- UVec
- Universal vector-like array storage.
Enums§
- Device
- All supported device types.
Constants§
Traits§
- AsUPtr
- A trait to get raw pointer for any device.
- AsUPtr
Mut - A trait to get mutable raw pointer for any device.
- Universal
Copy - The trait for universally bit-copyable element.