Skip to content

Commit e433fbc

Browse files
committed
typo
1 parent 461ddb8 commit e433fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_bfloat16.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ floating-point type(`float`) to `bfloat16` type and vice versa. The extension
5757
doesn't add support for `bfloat16` type as such, instead it uses 16-bit integer
5858
type(`uint16_t`) as a storage for `bfloat16` values.
5959

60-
The purpose of conversion from float to bfloat16 is to reduce ammount of memory
60+
The purpose of conversion from float to bfloat16 is to reduce the amount of memory
6161
required to store floating-point numbers. Computations are expected to be done with
6262
32-bit floating-point values.
6363

0 commit comments

Comments
 (0)