File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ 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.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
Original file line number Diff line number Diff line change 11defmodule XLA.MixProject do
22 use Mix.Project
33
4- @ version "0.9.1 "
4+ @ version "0.10.0 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments