Skip to content

Releases: rapidsai/rmm

v0.19.0

21 Apr 14:56
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Avoid potential race conditions in device_scalar/device_uvector setters (#725) @harrism

🐛 Bug Fixes

📖 Documentation

🚀 New Features

  • Clarify log file name behaviour in docs (#722) @shwina
  • Add Cython definitions for device_uvector (#720) @shwina
  • Python bindings for cuda_async_memory_resource (#718) @shwina

🛠️ Improvements

v0.18.0

03 Feb 15:22
Compare
Choose a tag to compare

Breaking Changes 🚨

  • Remove DeviceBuffer synchronization on default stream (#650) @pentschev
  • Add a Stream class that wraps CuPy/Numba/CudaStream (#636) @shwina

Bug Fixes 🐛

Documentation 📖

New Features 🚀

Improvements 🛠️

v0.17.0

10 Dec 16:36
Compare
Choose a tag to compare

v0.17.0 Release

v0.16.0

21 Oct 16:32
Compare
Choose a tag to compare

v0.16.0 Release

v0.15.0

16 Sep 15:08
Compare
Choose a tag to compare

v0.15.0 Release

RMM v0.5.0

28 Jan 23:40
801a278
Compare
Choose a tag to compare

The second release of RMM as a standalone repository. Previously it was part of https://github.com/rapidsai/cudf This release matches the version numbering of cuDF.

RMM v0.4.0

20 Dec 02:05
94b105c
Compare
Choose a tag to compare

The initial release of RMM as a standalone repository. Previously it was part of https://github.com/rapidsai/cudf This release starts from the version number of cuDF at the time RMM was split.