Skip to content

v5.0.0 - Sleepless in Umpire

Compare
Choose a tag to compare
@kab163 kab163 released this 18 Nov 21:25
· 766 commits to main since this release
2196615
  • Memory Resource header and source files for HIP.

  • Unified Memory support for HIP, including testing and benchmarking (temp support for Fortran).

  • Added a getParent functionality for retrieving the memory resource of an allocator.

  • Added an allocator accessibility functionality for checking if an allocator is accessible given
    a certain platform.

  • Changed enumeration names from all upper case to all lower case in order to
    avoid name collisions.

  • Fixed up broken source links in tutorial documentation.

  • registerAllocator is deprecated, addAlias should be used instead.

  • Moved backend-specific resource code out of ResourceManager and into resource::MemoryResourceRegistry.

  • Fixed accounting for number of releasable bytes in Quickpool that was causing
    coalesce operations to not work properly.