Skip to content

Releases: nv-legate/legate

v22.05.01

16 Jun 20:42
b61ecb3

Choose a tag to compare

This hotfix release updates the conda build recipe to use the right compiler versions.

Full Changelog: v22.05.00...v22.05.01

v22.05.00

07 Jun 03:38
fb6fda3

Choose a tag to compare

Release 22.05 introduces the following new features: 1) multi-dimensional unbound Legate stores, 2) communicator support for Legate tasks with multi-dimensional launch domains, 3) zero-code patching support (lgpatch), 4) unified per-library command-line arguments handling, and 5) NVTX ranges for Legate tasks.

Conda packages for this release are available at https://anaconda.org/legate/legate-core.

New Features

Improvements

Bug Fixes

New Contributors

Full Changelog: v22.03.00...v22.05.00

v22.03.00

05 Apr 00:40
6aaefc3

Choose a tag to compare

Release 22.03 adds communicator support for tasks, allowing intra-task communication to be performed in a safe way. The new task type for constructing task trees is useful for operations implementing set semantics, such as distributed value de-duplication. The build system is also extended such that CUDA tasks can use offline device linking. Finally, the auto-partitioner is revised and extended to handle distributed gather/scatter copies correctly.

Conda packages for this release are available at https://anaconda.org/legate/legate-core.

New Features

Improvements

Bug Fixes

New Contributors

Full Changelog: v22.01.01...v22.03.00

v21.11.01

16 Feb 04:10
1955bd8

Choose a tag to compare

What's Changed

This is a minor bug fix release, fixing the version of legion to a particular commit.

Conda packages for this release are available at https://anaconda.org/legate/legate-core.

Full Changelog: v22.01.00...v22.01.01

v22.01.00

10 Feb 02:26
d34b05f

Choose a tag to compare

Release 22.01 introduces APIs for manual data partitioning and task parallelization to express distributed algorithms that are not data parallel, such as matrix decompositions.

New Features

Improvements

Bug Fixes

Documentation

New Contributors

Full Changelog: v21.11.00...v22.01.00

v21.11.00

09 Nov 02:35
a549f5f

Choose a tag to compare

This is the initial public alpha release of Legate Core library. This release supports the initial release of cuNumeric.

Conda packages for this release are available at https://anaconda.org/legate/legate-core.

What's Changed

New Contributors

Full Changelog: https://github.com/nv-legate/legate.core/commits/v21.11.00