From 1e339a052b766d1db92bebd1c95e8a57708aacf9 Mon Sep 17 00:00:00 2001 From: nscipione Date: Fri, 18 Oct 2024 17:33:09 +0200 Subject: [PATCH] Fix full name of the specification Set full name to "oneAPI Math Library" and update reference to it Signed-off-by: nscipione --- source/conf/common_conf.py | 2 +- .../oneMath/source/domains/blas/blas-like-extensions.rst | 4 ++-- .../source/domains/lapack/lapack-like-extensions.inc.rst | 4 ++-- .../oneMath/source/domains/random_number_generators.inc.rst | 4 ++-- .../oneMath/source/domains/sparse_linear_algebra.inc.rst | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/conf/common_conf.py b/source/conf/common_conf.py index a1e744db0..2c31126c0 100644 --- a/source/conf/common_conf.py +++ b/source/conf/common_conf.py @@ -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:: .. |regsup| replace:: :supsub:`reg` diff --git a/source/elements/oneMath/source/domains/blas/blas-like-extensions.rst b/source/elements/oneMath/source/domains/blas/blas-like-extensions.rst index 08cbf7454..f3d932690 100644 --- a/source/elements/oneMath/source/domains/blas/blas-like-extensions.rst +++ b/source/elements/oneMath/source/domains/blas/blas-like-extensions.rst @@ -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. diff --git a/source/elements/oneMath/source/domains/lapack/lapack-like-extensions.inc.rst b/source/elements/oneMath/source/domains/lapack/lapack-like-extensions.inc.rst index 38213aa1c..e2f1f995a 100644 --- a/source/elements/oneMath/source/domains/lapack/lapack-like-extensions.inc.rst +++ b/source/elements/oneMath/source/domains/lapack/lapack-like-extensions.inc.rst @@ -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. diff --git a/source/elements/oneMath/source/domains/random_number_generators.inc.rst b/source/elements/oneMath/source/domains/random_number_generators.inc.rst index e316dc3fd..dee89a0c0 100644 --- a/source/elements/oneMath/source/domains/random_number_generators.inc.rst +++ b/source/elements/oneMath/source/domains/random_number_generators.inc.rst @@ -7,11 +7,11 @@ Random Number Generators ------------------------- -The oneAPI Math Kernel Library Random Number Generators provides a :ref:`set of routines ` implementing commonly +The oneAPI Math Library Random Number Generators provides a :ref:`set of routines ` implementing commonly used :ref:`pseudorandom, quasi-random, and non-deterministic generators ` with :ref:`continuous and discrete distributions `. .. toctree:: :hidden: - rng/onemath-rng-overview.rst \ No newline at end of file + rng/onemath-rng-overview.rst diff --git a/source/elements/oneMath/source/domains/sparse_linear_algebra.inc.rst b/source/elements/oneMath/source/domains/sparse_linear_algebra.inc.rst index 2546026f4..4542b10c8 100644 --- a/source/elements/oneMath/source/domains/sparse_linear_algebra.inc.rst +++ b/source/elements/oneMath/source/domains/sparse_linear_algebra.inc.rst @@ -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