We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461ddb8 commit e433fbcCopy full SHA for e433fbc
sycl/doc/extensions/experimental/sycl_ext_oneapi_bfloat16.asciidoc
@@ -57,7 +57,7 @@ floating-point type(`float`) to `bfloat16` type and vice versa. The extension
57
doesn't add support for `bfloat16` type as such, instead it uses 16-bit integer
58
type(`uint16_t`) as a storage for `bfloat16` values.
59
60
-The purpose of conversion from float to bfloat16 is to reduce ammount of memory
+The purpose of conversion from float to bfloat16 is to reduce the amount of memory
61
required to store floating-point numbers. Computations are expected to be done with
62
32-bit floating-point values.
63
0 commit comments