Skip to content

Commit

Permalink
spelling fixes (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored Sep 12, 2023
1 parent a29549f commit d6f0898
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions source/elements/oneDNN/source/data_model/data_types/int8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ acceptable) accuracy.
Workflow
********

oneDNN support symmetric and assymetric quantization models.
oneDNN support symmetric and asymmetric quantization models.

.. _int8-quantization-label:

Quantization Model
==================

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

.. math::
Expand Down
4 changes: 2 additions & 2 deletions source/elements/oneDNN/source/graph/programming_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@ tensors with the same id should be identical at the graph construction time.
Once the graph is fully described, |finalize| should be called. This
prevents any other operation from being added, and allows to call
|get_partitions| in order to get the set of partitions for that
graph. The graph doesn’t hold any meaning to the user after
graph. The graph does not hold any meaning to the user after
partitioning and should freed by the user.

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

Expand Down
2 changes: 1 addition & 1 deletion source/elements/oneDPL/source/parallel_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All those algorithms work with *C++ Standard aligned execution policies* and wit
execution policies*.

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

C++ Standard aligned execution policies
+++++++++++++++++++++++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion source/elements/oneMKL/source/domains/lapack/ormtr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ lda
The leading dimension of ``a`` :math:`(\max(1, r) \le \text{lda})`.

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

c
Expand Down
3 changes: 2 additions & 1 deletion source/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ zgebrd
parmeterizes
parameterizes
QNaN
decrementing
deallocating

0 comments on commit d6f0898

Please sign in to comment.