Skip to content

Commit 94b3ef1

Browse files
authored
fix spelling (#513)
1 parent 057d192 commit 94b3ef1

File tree

6 files changed

+8
-215
lines changed

6 files changed

+8
-215
lines changed

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

Lines changed: 0 additions & 206 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ computation. Those should be provided by the user through the
4545
These quantization parameters can either be computed ahead of time
4646
using calibration tools (*static* quantization) or at runtime based on
4747
the actual minimum and maximum values of a tensor (*dynamic*
48-
quantization). Either method can be used in conjuction with oneDNN, as
48+
quantization). Either method can be used in conjunction with oneDNN, as
4949
the quantization parameters are passed to the oneDNN primitives at
5050
execution time.
5151

source/elements/oneMKL/source/domains/dft/config_params/data_layouts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ its configuration value for ``config_param::COMPLEX_STORAGE`` (first 2 columns).
7777
:class: longtable
7878

7979
* - Object type
80-
- Configuration value for configuration paramer ``config_param::COMPLEX_STORAGE``
80+
- Configuration value for configuration parameter ``config_param::COMPLEX_STORAGE``
8181
- Implicitly-assumed elementary data type in forward domain
8282
- Implicitly-assumed elementary data type in backward domain
8383
* - ``descriptor<precision::SINGLE, domain::COMPLEX>``

source/elements/oneMKL/source/domains/dft/descriptor.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ The copy assignment operator results in a deep copy.
277277

278278
.. rubric:: Throws
279279

280-
The assignment opererators shall throw the following exceptions if the
280+
The assignment operators shall throw the following exceptions if the
281281
associated condition is detected. An implementation may throw additional
282282
implementation-specific exception(s) in case of error conditions not covered
283283
here:
@@ -325,7 +325,7 @@ type like ``std::int64_t`` or ``float`` (more details available
325325

326326
param
327327
One of the possible values of type :ref:`onemkl_dft_enum_config_param`
328-
representing the (writable) configuraton parameter to be set.
328+
representing the (writable) configuration parameter to be set.
329329

330330
...
331331
An element of the appropriate type for the configuration value
@@ -395,7 +395,7 @@ type ``oneapi::mkl::dft::domain``, ``oneapi::mkl::dft::precision``,
395395

396396
param
397397
One of the possible values of type :ref:`onemkl_dft_enum_config_param`
398-
representing the configuraton parameter being queried.
398+
representing the configuration parameter being queried.
399399

400400
...
401401
A pointer to a writable element of the appropriate type for the

source/elements/oneMKL/source/domains/dft/dft.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ forward domains:
5656

5757
Similarly, we refer to DFTs of complex (resp. real) forward domain as "complex
5858
DFTs" (resp. "real DFTs"). Regardless of the type of forward domain, the
59-
backward domain's data sequences are alway complex.
59+
backward domain's data sequences are always complex.
6060

6161
The calculation of the same DFT for several, *i.e.*, :math:`M > 1`, data sets of
6262
the same type of forward domain, using the same precision is referred to as a
@@ -151,7 +151,7 @@ relevant configuration setting (*e.g.*, the number :math:`M` of sequences to
151151
consider in case of a batched DFT). Once configured as desired, the
152152
:ref:`onemkl_dft_descriptor_commit` member function of ``desc``, requiring a
153153
``sycl::queue`` object ``Q``, may be invoked. The successful completion of the
154-
latter makes ``desc`` comitted to the desired (batched) DFT *as configured*, for
154+
latter makes ``desc`` committed to the desired (batched) DFT *as configured*, for
155155
the particular device and context encapsulated by ``Q``. The
156156
:ref:`onemkl_dft_compute_forward` (resp. :ref:`onemkl_dft_compute_backward`)
157157
function may then be called and provided with ``desc`` to enqueue operations
@@ -166,7 +166,7 @@ user-provided, device-accessible data.
166166
- must be re-committed to account for any change in configuration after
167167
it was already successfully committed;
168168
- deliver best performance for DFT calculations when created, configured and
169-
comitted outside applications' hotpath(s) that use them multiple times for
169+
committed outside applications' hotpath(s) that use them multiple times for
170170
identically-configured (batched) DFTs. :ref:`onemkl_dft_compute_forward`
171171
and/or :ref:`onemkl_dft_compute_backward` should be the only oneMKL DFT-related
172172
routines invoked in programs' hotpaths.

0 commit comments

Comments
 (0)