diff --git a/CHANGELOG.md b/CHANGELOG.md index eef9a27..545fa9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.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 diff --git a/README.md b/README.md index f594579..b30e758 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,12 @@ for more details. All you need is setting `XLA_TARGET=tpu`. +### Apple Silicon + +Building on Apple Silicon requires a newer version of Bazel, it's been verified +to work with `4.2.1`. You need to explicitly override the version by setting +`USE_BAZEL_VERSION=4.2.1`. + ### Compilation-specific environment variables You can use the following env vars to customize your build: