Skip to content

Commit d6f0898

Browse files
authored
spelling fixes (#502)
1 parent a29549f commit d6f0898

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

source/elements/oneDNN/source/data_model/data_types/int8.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ acceptable) accuracy.
1919
Workflow
2020
********
2121

22-
oneDNN support symmetric and assymetric quantization models.
22+
oneDNN support symmetric and asymmetric quantization models.
2323

2424
.. _int8-quantization-label:
2525

2626
Quantization Model
2727
==================
2828

2929
For each int8 tensor, the oneDNN library allows to specify scaling
30-
factors and zero-points (also refered to as quantization
30+
factors and zero-points (also referred to as quantization
3131
parameters), and assumes the following mathematical relationship:
3232

3333
.. math::

source/elements/oneDNN/source/graph/programming_model.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ tensors with the same id should be identical at the graph construction time.
177177
Once the graph is fully described, |finalize| should be called. This
178178
prevents any other operation from being added, and allows to call
179179
|get_partitions| in order to get the set of partitions for that
180-
graph. The graph doesn’t hold any meaning to the user after
180+
graph. The graph does not hold any meaning to the user after
181181
partitioning and should freed by the user.
182182

183183
All the OPs added to the graph will be contained in one of the returned
184184
partitions. If an OP is not supported by the oneDNN Graph API implementation,
185185
the corresponding partition will be marked as “not supported”. Users can check
186186
the supporting status of a partition via the |is_supported|. Partitions
187-
should not form cyclic dependence within the graph. If user doesn’t pass a
187+
should not form cyclic dependence within the graph. If user does not pass a
188188
complete graph, it is the user's responsibility to detect any dependence cycle
189189
between the partitions and operations not passing to oneDNN Graph implementation.
190190

source/elements/oneDPL/source/parallel_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All those algorithms work with *C++ Standard aligned execution policies* and wit
1111
execution policies*.
1212

1313
Additionally, oneDPL provides wrapper functions for `SYCL`_ buffers, special iterators, and
14-
a set of non-standard parallel algortithms.
14+
a set of non-standard parallel algorithms.
1515

1616
C++ Standard aligned execution policies
1717
+++++++++++++++++++++++++++++++++++++++

source/elements/oneMKL/source/domains/lapack/ormtr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ lda
100100
The leading dimension of ``a`` :math:`(\max(1, r) \le \text{lda})`.
101101

102102
tau
103-
The buffer ``tau`` as returned bya :ref:`onemkl_lapack_sytrd`. The
103+
The buffer ``tau`` as returned by a :ref:`onemkl_lapack_sytrd`. The
104104
dimension of ``tau`` must be at least :math:`\max(1, r-1)`.
105105

106106
c

source/spelling_wordlist.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@ zgebrd
811811
812812
813813
814-
parmeterizes
814+
parameterizes
815815
QNaN
816816
decrementing
817+
deallocating

0 commit comments

Comments
 (0)