File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 11defmodule XLA.MixProject do
22 use Mix.Project
33
4- @ version "0.8 .0"
4+ @ version "0.9 .0"
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments