We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a439cfa commit 98d3f6fCopy full SHA for 98d3f6f
tutorials-book/src/getting_started.md
@@ -25,6 +25,7 @@ can represent one of many different [basic data types](../enum.DType.html):
25
* [U64](../enum.DType.html) 64-bit unsigned integer (`uintl`)
26
* [S16](../enum.DType.html) 16-bit signed integer (`short`)
27
* [U16](../enum.DType.html) 16-bit unsigned integer (`unsigned short`)
28
+* [F16](../enum.DType.html) 16-bit floating point number ([`half::f16`](https://crates.io/crates/half))
29
30
Most of these data types are supported on all modern GPUs; however, some
31
older devices may lack support for double precision arrays. In this case,
0 commit comments