Skip to content

Commit 98d3f6f

Browse files
committed
Add missing f16 type info to getting started guide
1 parent a439cfa commit 98d3f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials-book/src/getting_started.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ can represent one of many different [basic data types](../enum.DType.html):
2525
* [U64](../enum.DType.html) 64-bit unsigned integer (`uintl`)
2626
* [S16](../enum.DType.html) 16-bit signed integer (`short`)
2727
* [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))
2829

2930
Most of these data types are supported on all modern GPUs; however, some
3031
older devices may lack support for double precision arrays. In this case,

0 commit comments

Comments
 (0)