Skip to content

Commit

Permalink
Fix full name of the specification
Browse files Browse the repository at this point in the history
Set full name to "oneAPI Math Library" and update reference to it

Signed-off-by: nscipione <[email protected]>
  • Loading branch information
s-Nick committed Oct 18, 2024
1 parent faf0bcc commit 1e339a0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion source/conf/common_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
.. |l0_full_name| replace:: oneAPI Level Zero
.. |tbb_full_name| replace:: oneAPI Threading Building Blocks
.. |tbb_version| replace:: $oneapi_version
.. |onemath_full_name| replace:: oneAPI Math Kernel Library
.. |onemath_full_name| replace:: oneAPI Math Library
.. |onemath_version| replace:: $oneapi_version
.. include:: <isonum.txt>
.. |regsup| replace:: :supsub:`reg`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ BLAS-like Extensions
.. container::


oneAPI Math Kernel Library DPC++ provides additional routines to
extend the functionality of the BLAS routines. These include routines
oneAPI Math Library DPC++ provides additional routines to extend
the functionality of the BLAS routines. These include routines
to compute many independent vector-vector and matrix-matrix operations.

The following table lists the BLAS-like extensions with their descriptions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ LAPACK-like Extensions Routines
.. container::


oneAPI Math Kernel Library DPC++ provides additional routines to
extend the functionality of the LAPACK routines. These include routines
oneAPI Math Library DPC++ provides additional routines to extend
the functionality of the LAPACK routines. These include routines
to compute many independent factorizations, linear equation solutions, and similar.
The following table lists the LAPACK-like Extensions routine groups.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
Random Number Generators
-------------------------

The oneAPI Math Kernel Library Random Number Generators provides a :ref:`set of routines <onemath_rng_overview>` implementing commonly
The oneAPI Math Library Random Number Generators provides a :ref:`set of routines <onemath_rng_overview>` implementing commonly
used :ref:`pseudorandom, quasi-random, and non-deterministic generators <onemath_rng_engines_basic_random_number_generators>`
with :ref:`continuous and discrete distributions <onemath_rng_distributions>`.

.. toctree::
:hidden:

rng/onemath-rng-overview.rst
rng/onemath-rng-overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Sparse Linear Algebra

.. container::

The oneAPI Math Kernel Library provides a C++ interface to a set of Sparse
The oneAPI Math Library provides a C++ interface to a set of Sparse
Linear Algebra routines using SYCL.

:ref:`onemath_spblas` provides basic operations on sparse vectors and
Expand Down

0 comments on commit 1e339a0

Please sign in to comment.