Skip to content

Commit 6c7e672

Browse files
committed
Update docs
1 parent e5ec49e commit 6c7e672

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nx/lib/nx.ex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,10 @@ defmodule Nx do
612612
[1.0, 2.0, 3.0]
613613
>
614614
615-
Certain backends and compilers support 8-bit floats. On the binary
616-
backend this behavior is emulated:
615+
Certain backends and compilers support 8-bit floats. The precision
616+
iomplementation of 8-bit floats may change per backend, so you must
617+
be careful when transferring data across. The binary backend implements
618+
F8E5M2:
617619
618620
iex> Nx.tensor([1, 2, 3], type: :f8)
619621
#Nx.Tensor<

0 commit comments

Comments
 (0)