Skip to content

Commit

Permalink
Trademark fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmwalsh committed Oct 30, 2024
1 parent 01754aa commit 34386e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/deprecation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Deprecation Notice
==================

This page provides information about the deprecations of a specific oneDAL functionality.
This page provides information about the deprecations of a specific Intel(R) oneAPI Data Analytics Library (oneDAL) functionality.

Java* Interfaces
****************
Expand Down
2 changes: 1 addition & 1 deletion docs/source/onedal/algorithms/clustering/kmeans.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Expression :math:`\|\cdot\|` denotes :math:`L_2` `norm

.. note::
In the general case, :math:`d` may be an arbitrary distance function. Current
version of the oneDAL spec defines only Euclidean distance case.
version of the Intel(R) oneAPI Data Analytics Library (oneDAL) specification defines only Euclidean distance case.


.. _kmeans_t_math_lloyd:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/onedal/algorithms/decomposition/pca.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The PCA algorithm can be trained using either the covariance or the correlation
The choice of covariance matrix or correlation matrix is application-dependent.
More specifically, if scaling of the features is important for a problem,
which is often the case, using the correlation matrix to compute principal components is more appropriate.
By default, oneDAL uses the correlation matrix to compute the principal components. It is possible
By default, Intel(R) oneAPI Data Analytics Library (oneDAL) uses the correlation matrix to compute the principal components. It is possible
to use the covariance matrix by passing "precomputed" as method and feeding a covariance matrix as input
to the PCA algorithm. To compute the covariance matrix, the :ref:`Covariance <alg_covariance>` algorithm can be used.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/onedal/gpu_support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See the differences in CPU and GPU support below.

GPU-Supported Targets
*********************
OneDAL is designed to work with Intel(R) GPUs specifically, but it could potentially
Intel(R) oneAPI Data Analytics Library (oneDAL) is designed to work with Intel(R) GPUs specifically, but it could potentially
run on other hardware platforms if a SYCL runtime is available.

.. tabularcolumns:: |\Y{0.5}|\Y{0.5}|
Expand Down
2 changes: 1 addition & 1 deletion docs/source/onedal/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Introduction
************
oneDAL provides redesigned versions of interfaces that account for multi-device targets.
Intel(R) oneAPI Data Analytics Library (oneDAL) provides redesigned versions of interfaces that account for multi-device targets.
For example, CPU and GPU, distributed SPMD interfaces, and many more.

Algorithms Support
Expand Down
2 changes: 1 addition & 1 deletion docs/source/onedal/spmd/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ accordance with the input.
:width: 800
:alt: Typical SPMD flow

Example of SPMD Flow in oneDAL
Example of SPMD Flow in Intel(R) oneAPI Data Analytics Library (oneDAL).

.. _communicator_operations:

Expand Down

0 comments on commit 34386e6

Please sign in to comment.