Releases: elixir-nx/xla
Releases Β· elixir-nx/xla
v0.9.1
Changed
- Lowered the requirement from glibc 2.35+ back to 2.31+ (#116)
v0.9.0
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
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
Changed
XLA_TARGET
to default to a matching target when CUDA installation is detected (#88)
v0.7.0
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.5.1
Changed
- Bumped the version requirement for CUDA 12 to CUDA 12.1 and cuDNN 8.9 (#54)
v0.5.0
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.3
Fixed
- Building with
XLA_BUILD
(regression from v0.4.2) (#33)