Skip to content

UMF 0.11.0

Latest
Compare
Choose a tag to compare
@lukaszstolarczuk lukaszstolarczuk released this 17 Apr 12:47
· 116 commits to main since this release
v0.11.0
a5c3d26

This release contains:

  • make disjoint pool a C structure #898
  • add fixed provider #976
  • remove the Coarse provider #934 and replace with internal coarse library #931, #932
  • implement umfPool[Set/Get]Tag #962
  • L0 provider: implement support for defer and blocking free #963
  • add set/restore context in CUDA provider free() #1049
  • L0 provider: implement min/recommended page size query #1059
  • add support for CUDA allocation flags #1079
  • increase refcount to ze_loader/CUDA libraries #1086
  • implement size limit for the cache of opened IPC handles #998
  • allow creating fixed provider based on allocations from another pool #1143
  • multiple benchmark improvements
  • new tests and CI workflows, incl. backward compatibility checks (#1087, #1163)

Full Changelog: v0.10.1...v0.11.0

New Contributors