Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 4, 2024
1 parent e5ec49e commit 6c7e672
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nx/lib/nx.ex
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,10 @@ defmodule Nx do
[1.0, 2.0, 3.0]
>
Certain backends and compilers support 8-bit floats. On the binary
backend this behavior is emulated:
Certain backends and compilers support 8-bit floats. The precision
iomplementation of 8-bit floats may change per backend, so you must
be careful when transferring data across. The binary backend implements
F8E5M2:
iex> Nx.tensor([1, 2, 3], type: :f8)
#Nx.Tensor<
Expand Down

0 comments on commit 6c7e672

Please sign in to comment.