Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Sep 23, 2021
1 parent cf70361 commit b652258
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b652258

Please sign in to comment.