Skip to content

Releases: elixir-nx/xla

v0.9.1

03 Jul 20:27
Compare
Choose a tag to compare

Changed

  • Lowered the requirement from glibc 2.35+ back to 2.31+ (#116)

v0.9.0

16 Jun 13:14
Compare
Choose a tag to compare

Changed

  • Bumped XLA version (#111)
  • CUDA build now requires Nvidia NCCL (libnccl2) to be installed
  • Compiling XLA from source now requires Clang instead of GCC

v0.8.0

15 Aug 03:59
Compare
Choose a tag to compare

Added

  • Integrity verification when downloading the precompiled binaries (#94)

Changed

  • Bumped the version requirement for CUDA 12 to cuDNN 9.1+ (#93)
  • Archive file names to include the release version
  • Dropped the requirement for either wget or curl to be installed (#94)

Removed

  • Removed the XLA_HTTP_HEADERS environment variable (#94)

Fixed

  • Download failures due to GitHub API rate limiting on CI (#94)

v0.7.1

01 Jul 10:09
Compare
Choose a tag to compare

Changed

  • XLA_TARGET to default to a matching target when CUDA installation is detected (#88)

v0.7.0

21 May 17:45
Compare
Choose a tag to compare

Changed

  • Bumped XLA version (#83)
  • Renamed the recognised XLA_TARGET "cuda120" to "cuda12" (#84)

Removed

  • Dropped support for CUDA 11.8+, now 12.1+ is required (#84)

v0.6.0

10 Nov 12:15
Compare
Choose a tag to compare

Changed

  • Bumped XLA version (#62)

v0.5.1

14 Sep 15:59
Compare
Choose a tag to compare

Changed

  • Bumped the version requirement for CUDA 12 to CUDA 12.1 and cuDNN 8.9 (#54)

v0.5.0

13 Aug 00:23
Compare
Choose a tag to compare

Added

  • Support for custom http headers (#44)
  • Support for CUDA 12

Changed

  • Migrated to OpenXLA source code (#45)

Removed

  • Dropped precompiled binary for CUDA 11.1 and CUDA 11.4
  • Dropped precompiled binary for Linux musl

v0.4.4

17 Feb 12:57
Compare
Choose a tag to compare

Added

  • Sorting library (#39)

v0.4.3

15 Dec 20:23
Compare
Choose a tag to compare

Fixed

  • Building with XLA_BUILD (regression from v0.4.2) (#33)