Skip to content

UMF 1.1.0

Latest

Choose a tag to compare

@lukaszstolarczuk lukaszstolarczuk released this 03 Feb 14:41
· 18 commits to main since this release
v1.1.0
6c97f3d

This minor release contains following changes:

  • Add memory properties API (#1301)
  • Implement Level Zero memory eviction (#1534)
  • Add umfPoolTrimMemory() (#1318)
  • Add "set name" to all pools and providers (#1445)
  • Expose disjoint pool stats through CTL (#1487)
  • Allow using pool/provider names in CTL (#1471)
  • Allow controlling logger through CTL (#1446)
  • Extend CTL capabilities and add its documentation (#1524)
  • Remove UMF_DISABLE_HWLOC option (which was deprecated) (#1228)

And fixes:

  • Check for null pointer dereference in umfPoolDestroy() (#1462)
  • Fix null pointer dereference in createDevDaxParams() (#1473)
  • Fix Disjoint Pool bucket_free_chunk (#1543)
  • Initialize hwloc topology only before first fork, not always (#1506)
  • Fix UMF build on Alpine OS (#1294)

New Contributors

  • @sarnex made their first contribution in #1482
  • @Copilot made their first contribution in #1549

Full Changelog: v1.0.3...v1.1.0