All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
v0.8.0 (2024-08-17)
- Integrity verification when downloading the precompiled binaries (#94)
- 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
orcurl
to be installed (#94)
- Removed the
XLA_HTTP_HEADERS
environment variable (#94)
- Download failures due to GitHub API rate limiting on CI (#94)
v0.7.1 (2024-07-01)
XLA_TARGET
to default to a matching target when CUDA installation is detected (#88)
v0.7.0 (2024-05-21)
- Dropped support for CUDA 11.8+, now 12.1+ is required (#84)
v0.6.0 (2023-11-10)
- Bumped XLA version (#62)
v0.5.1 (2023-09-14)
- Bumped the version requirement for CUDA 12 to CUDA 12.1 and cuDNN 8.9 (#54)
v0.5.0 (2023-08-13)
- Support for custom http headers (#44)
- Support for CUDA 12
- Migrated to OpenXLA source code (#45)
- Dropped precompiled binary for CUDA 11.1 and CUDA 11.4
- Dropped precompiled binary for Linux musl
v0.4.4 (2023-02-17)
- Sorting library (#39)
v0.4.3 (2022-12-15)
- Building with
XLA_BUILD
(regression from v0.4.2) (#33)
v0.4.2 (2022-12-15)
- Precompiled binaries for Linux musl (#31)
v0.4.1 (2022-12-08)
- Precompiled binaries for CUDA 11.4+ (cuDNN 8.2+) and CUDA 11.8+ (cuDNN 8.6+) (#27)
- Precompiled binaries to assume glibc 31+ (#27)
v0.4.0 (2022-11-20)
- Bumped XLA (Tensorflow) version to 2.11.0 (#25)
v0.3.0 (2022-02-17)
- Bumped XLA (Tensorflow) version to 2.8.0 (#15)
- Dropped support for CUDA 10.2 and 11.0, now 11.1+ is required (#17)
v0.2.0 (2021-09-23)
- Added support for Apple Silicon (#9)
- Bumped XLA (Tensorflow) version to 2.6.0 (#9)
v0.1.1 (2021-09-16)
- Build for older glibc versions (#3)
v0.1.0 (2021-09-16)
Initial release.