rmm

RAPIDS Memory Manager

APACHE-2.0 License

Downloads
5K
Stars
423
Committers
90

Bot releases are hidden (Show)

rmm - v21.08.00

Published by GPUtester about 3 years ago

🚨 Breaking Changes

  • Refactor rmm::device_scalar in terms of rmm::device_uvector (#789) @harrism
  • Explicit streams in device_buffer (#775) @harrism

🐛 Bug Fixes

  • Pin spdlog in dev conda envs (#835) @trxcllnt
  • Pinning spdlog because recent updates are causing compile issues. (#831) @cjnolet
  • update isort to 5.6.4 (#822) @cwharris
  • fix align_up namespace in aligned_resource_adaptor.hpp (#820) @rongou
  • Run updated isort hook on pxd files (#812) @charlesbluca
  • find_package(RMM) can now be called multiple times safely (#811) @robertmaynard
  • Fix building on CUDA 11.3 (#809) @benfred
  • Remove leading zeros in version_config.hpp (#793) @hcho3

📖 Documentation

  • Fix PoolMemoryResource Python doc examples (#807) @harrism
  • Fix incorrect href in README.md (#804) @benchislett
  • Update build instruction in README (#797) @hcho3
  • Document compute sanitizer memcheck support (#790) @harrism

🚀 New Features

  • Bump isort, enable Cython package resorting (#806) @charlesbluca
  • Support multiple output sinks in logging_resource_adaptor (#791) @harrism
  • Add Statistics Resource Adaptor and cython bindings to tracking_resource_adaptor and statistics_resource_adaptor (#626) @mdemoret-nv

🛠️ Improvements

  • Fix isort in cuda_stream_view.pxd (#827) @harrism
  • Cython extension for rmm::cuda_stream_pool (#818) @divyegala
  • Fix building on cuda 11.4 (#817) @benfred
  • Updating Clang Version to 11.0.0 (#814) @codereport
  • Add spdlog to rmm-exports if found by CPM (#810) @trxcllnt
  • Fix 21.08 forward-merge conflicts (#803) @ajschmidt8
  • RMM now leverages rapids-cmake to reduce CMake boilerplate (#800) @robertmaynard
  • Refactor rmm::device_scalar in terms of rmm::device_uvector (#789) @harrism
  • make it easier to include rmm in other projects (#788) @rongou
  • Compile Cython with C++17. (#787) @vyasr
  • Fix Merge Conflicts (#786) @ajschmidt8
  • Explicit streams in device_buffer (#775) @harrism
rmm - v21.06.00

Published by GPUtester over 3 years ago

🐛 Bug Fixes

  • FindThrust now guards against multiple inclusion by different consumers (#784) @robertmaynard

📖 Documentation

  • Document synchronization requirements on device_buffer copy ctors (#772) @harrism

🚀 New Features

  • add a resource adapter to align on a specified size (#768) @rongou

🛠️ Improvements

  • Update environment variable used to determine cuda_version (#785) @ajschmidt8
  • Update CHANGELOG.md links for calver (#781) @ajschmidt8
  • Merge branch-0.19 into branch-21.06 (#779) @ajschmidt8
  • Update docs build script (#776) @ajschmidt8
  • upgrade spdlog to 1.8.5 (#658) @rongou
rmm - v0.19.0

Published by GPUtester over 3 years ago

🚨 Breaking Changes

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

🐛 Bug Fixes

  • Fix typo in setup.py (#746) @galipremsagar
  • Revert "Update rmm conda recipe pinning of librmm" (#743) @raydouglass
  • Update rmm conda recipe pinning of librmm (#738) @mike-wendt
  • RMM doesn't require the CUDA language to be enabled by consumers (#737) @robertmaynard
  • Fix setup.py to work in a non-conda environment setup (#733) @galipremsagar
  • Fix auto-detecting GPU architectures (#727) @trxcllnt
  • CMAKE_CUDA_ARCHITECTURES doesn't change when build-system invokes cmake (#726) @robertmaynard
  • Ship memory_resource_wrappers.hpp as package_data (#715) @shwina
  • Only include SetGPUArchs in the top-level CMakeLists.txt (#713) @trxcllnt
  • Fix unknown CMake command "CPMFindPackage" (#699) @standbyme

📖 Documentation

  • Fix host_memory_resource signature typo (#728) @miguelusque

🚀 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

  • Fix cython tests (#749) @galipremsagar
  • Add requirements for rmm (#739) @galipremsagar
  • device_uvector can be used within thrust::optional (#734) @robertmaynard
  • arena_memory_resource optimization: disable tracking allocated blocks by default (#732) @rongou
  • Remove CMAKE_CURRENT_BINARY_DIR path in rmm's target_include_directories (#731) @trxcllnt
  • set CMAKE_CUDA_ARCHITECTURES to OFF instead of undefined (#729) @trxcllnt
  • Avoid potential race conditions in device_scalar/device_uvector setters (#725) @harrism
  • Update Changelog Link (#723) @ajschmidt8
  • Prepare Changelog for Automation (#717) @ajschmidt8
  • Update 0.18 changelog entry (#716) @ajschmidt8
  • Simplify cmake cuda architectures handling (#709) @robertmaynard
  • Build only compute for the newest arch in CMAKE_CUDA_ARCHITECTURES (#706) @robertmaynard
  • ENH Build with Ninja & Pass ccache variables to conda recipe (#705) @dillon-cullinan
  • pool_memory_resource optimization: disable tracking allocated blocks by default (#702) @harrism
  • Allow the build directory of rmm to be used for find_package(rmm) (#698) @robertmaynard
  • Adds a linear accessor to RMM cuda stream pool (#696) @afender
  • Fix merge conflicts for #692 (#694) @ajschmidt8
  • Fix merge conflicts for #692 (#693) @ajschmidt8
  • Remove C++ Wrappers in memory_resource_adaptors.hpp Needed by Cython (#662) @mdemoret-nv
  • Improve Cython Lifetime Management by Adding References in DeviceBuffer (#661) @mdemoret-nv
  • Add support for streams in CuPy allocator (#654) @pentschev
rmm - v0.17.0

Published by GPUtester almost 4 years ago

v0.17.0 Release

rmm - v0.16.0

Published by GPUtester about 4 years ago

v0.16.0 Release

rmm - v0.15.0

Published by raydouglass about 4 years ago

v0.15.0 Release

rmm - RMM v0.5.0

Published by mike-wendt over 5 years ago

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 - RMM v0.4.0

Published by harrism almost 6 years ago

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.