Skip to content

Commit 90e1eed

Browse files
committed
Release v0.10.0
1 parent 61cb47b commit 90e1eed

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.10.0](https://github.com/elixir-nx/xla/tree/v0.10.0) (2026-02-10)
8+
9+
### Added
10+
11+
* CUDA 13 support
12+
* Custom call definitions to the build archive, extracted from EXLA
13+
14+
### Changed
15+
16+
* CUDA build now requires Nvidia NVSHMEM (`libnvshmem3`) to be installed
17+
* Bumped runtime library requirements for CUDA 12
18+
719
## [v0.9.1](https://github.com/elixir-nx/xla/tree/v0.9.1) (2025-07-03)
820

921
### Changed

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.9.1"
4+
@version "0.10.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)