Current section

Files

Jump to
xla CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.4.0](https://github.com/elixir-nx/xla/tree/v0.3.0) (2022-11-20)
### Changed
* Bumped XLA (Tensorflow) version to 2.11.0 ([#25](https://github.com/elixir-nx/xla/pull/25))
## [v0.3.0](https://github.com/elixir-nx/xla/tree/v0.3.0) (2022-02-17)
### Changed
* Bumped XLA (Tensorflow) version to 2.8.0 ([#15](https://github.com/elixir-nx/xla/pull/15))
### Removed
* Dropped support for CUDA 10.2 and 11.0, now 11.1+ is required ([#17](https://github.com/elixir-nx/xla/pull/17))
## [v0.2.0](https://github.com/elixir-nx/xla/tree/v0.2.0) (2021-09-23)
### Added
* Added support for Apple Silicon ([#9](https://github.com/elixir-nx/xla/pull/9))
### Changed
* Bumped XLA (Tensorflow) version to 2.6.0 ([#9](https://github.com/elixir-nx/xla/pull/9))
## [v0.1.1](https://github.com/elixir-nx/xla/tree/v0.1.1) (2021-09-16)
### Changed
* Build for older glibc versions ([#3](https://github.com/elixir-nx/xla/pull/3))
## [v0.1.0](https://github.com/elixir-nx/xla/tree/v0.1.0) (2021-09-16)
Initial release.