Skip to content

Commit ffe6fe0

Browse files
Link to versioned XLA docs (#1558)
Co-authored-by: José Valim <[email protected]>
1 parent 9e2cd04 commit ffe6fe0

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

exla/lib/exla.ex

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ defmodule EXLA do
66
77
## XLA binaries
88
9-
EXLA relies on the [XLA](https://github.com/elixir-nx/xla) package to
10-
provide the necessary XLA binaries. Whenever possible it tries to download
11-
precompiled builds, but you may need to build from source if there is no
12-
version matching your target environment. For more details, including
13-
GPU/TPU support see [the usage section](https://github.com/elixir-nx/xla#usage).
9+
EXLA relies on the `XLA` package to provide the necessary XLA binaries.
10+
Whenever possible it tries to download precompiled builds, but you may
11+
need to build from source if there is no version matching your target
12+
environment. For more details, including GPU/TPU support and requirements
13+
see the `XLA` docs.
14+
15+
> #### Version requirements {: .info}
16+
>
17+
> For precise requirements, such as CUDA and cuDNN versions, see `XLA` docs.
1418
1519
## Configuration
1620

0 commit comments

Comments
 (0)