Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Intel(R) MLSL 2018 Update 2 Preview

Compare
Choose a tag to compare
@ykiryano ykiryano released this 01 Oct 16:56
· 14 commits to master since this release

What's New:

Intel MLSL 2018 Update 2:

  • Added support for collective operations execution using communication threads (in addition to the previous approach with processes).
    This functionality is built on top of asynchronous progress threads from Intel(R) MPI Library 2019 and simplifies job launching and memory management (no need for explicit MLSL::Alloc/Free calls for communication buffers).
  • Bug fixes.