Skip to content

Commit 550edee

Browse files
committed
Release v0.9.0
1 parent de916fe commit 550edee

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [v0.9.0](https://github.com/elixir-nx/xla/tree/v0.9.0) (2025-06-16)
8+
9+
### Changed
10+
11+
* Bumped XLA version ([#111](https://github.com/elixir-nx/xla/pull/111))
12+
* CUDA build now requires Nvidia NCCL (`libnccl2`) to be installed
13+
* Compiling XLA from source now requires Clang instead of GCC
14+
715
## [v0.8.0](https://github.com/elixir-nx/xla/tree/v0.8.0) (2024-08-17)
816

917
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule XLA.MixProject do
22
use Mix.Project
33

4-
@version "0.8.0"
4+
@version "0.9.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)