Skip to content

v23.09.00

Compare
Choose a tag to compare
@marcinz marcinz released this 03 Oct 15:24
· 28 commits to main since this release
21ea7b3

This release includes a number of bug fixes for multi-process execution, and quality-of-life improvements to the build system and driver script.

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

What's Changed

🛠️ Improvements

📖 Documentation

  • Update CUDA Toolkit version in documentation by @ipdemes in #822

🐛 Bug Fixes

  • Pre-seed random number generators deterministically, to guard against control replication violations by @ipdemes in #809
  • Enable shard-local future creation for IO by @ipdemes in #835
  • Respect user-supplied PYTHONPATH by @bryevdv in #836
  • Use unordered detach operations by @ipdemes in #823
  • Fix oversubscription support in sharding functors by @ipdemes in #819
  • Respect the type of passed storage in create_store by @manopapad in #834

New Contributors

Full Changelog: v23.07.00...v23.09.00