Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 521 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 521 Bytes

RAFT 0.15.0 (Date TBD)

New Features

  • PR #7: Migrating cuml comms -> raft comms_t

Improvements

  • PR #13: Add RMM_INCLUDE and RMM_LIBRARY options to allow linking to non-conda RMM
  • PR #22: Preserve order in comms workers for rank initialization

Bug Fixes

  • PR #17: Make destructor inline to avoid redeclaration error

RAFT 0.14.0 (Date TBD)

New Features

  • Initial RAFT version
  • PR #3: defining raft::handle_t, device_buffer, host_buffer, allocator classes

Bug Fixes

  • PR #5: Small build.sh fixes