All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.1.3 - July 28, 2021
Device::uuidfunction, which returns the UUID of a device.
- Upgraded
cuda-sys0.2 tocuda-driver-sys0.3.
0.1.2 - February 29, 2019
- Loosen restrictions on traits implemented by UnifiedPointer & DevicePointer
- Fixed a bug where RustaCUDA allocated more device memory than necessary.
- Use
MaybeUninitinternally for uninitialized data.
0.1.1 - May 16, 2019
Stream::add_callbackfunction, which adds a host-side callback into a stream's queue- Added basic support for allocating CUDA arrays.
- Add support for CUDA Events.
- Add unsafe interface for asynchronous data copies.
- Fixed compile error on PPC64 architecture.
- Fix bug where NUL bytes could be included in the device name string.
0.1.0 - December 1, 2018
- Initial Release