From 4202cffa62cdf57ed3b13eb4a90f1ef2eb8f0a41 Mon Sep 17 00:00:00 2001 From: Emm Walsh <148352712+emmwalsh@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:03:27 +0000 Subject: [PATCH] 2025 fix (#2963) * Update data-analytics-pipeline.rst * Update build-application.rst * broken links cant find where the links have been moved * Update docs/source/deprecation.rst Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> * broken links edits * Trademark fixes * removed Intel (R) branding removed Intel (R) branding --------- Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> --- docs/source/deprecation.rst | 13 +------------ docs/source/index.rst | 3 ++- docs/source/onedal/algorithms/clustering/kmeans.rst | 2 +- docs/source/onedal/algorithms/decomposition/pca.rst | 2 +- docs/source/onedal/gpu_support.rst | 2 +- docs/source/onedal/introduction.rst | 2 +- docs/source/onedal/spmd/index.rst | 2 +- 7 files changed, 8 insertions(+), 18 deletions(-) diff --git a/docs/source/deprecation.rst b/docs/source/deprecation.rst index 898a16e1e9e..cfafc7fed69 100644 --- a/docs/source/deprecation.rst +++ b/docs/source/deprecation.rst @@ -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 oneAPI Data Analytics Library (oneDAL) functionality. Java* Interfaces **************** @@ -30,17 +30,6 @@ Java* Interfaces **Alternatives:** Intel(R) Optimized Analytics Package* (OAP) project for the Spark* users. The project offers a comprehensive set of optimized libraries, including the OAP* MLlib* component. For more information, visit https://github.com/oap-project/oap-mllib. - -DAAL CPP SYCL Interfaces -************************ - -**Deprecation:** The `DAAL CPP SYCL Interfaces `_ in the oneDAL library are deprecated. Starting with the 2024.0 release, oneDAL will not support the DAAL CPP SYCL Interfaces. - -**Reasons for deprecation:** Deprecating initial version of SYCL interfaces in favour of oneDAL SYCL interfaces. The ongoing efforts to optimize oneDAL resources and focus strongly on the most widely used features. - -**Alternatives:** `oneDAL SYCL interfaces `_ - - Compression Functionality ************************* diff --git a/docs/source/index.rst b/docs/source/index.rst index c46771e6556..a1a6362f1ab 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,7 +20,8 @@ contain the root `toctree` directive. .. |spec| replace:: |short_name| specification -.. _spec: https://spec.oneapi.com/versions/latest/elements/oneDAL/source/index.html +.. _spec: https://oneapi-spec.uxlfoundation.org/specifications/oneapi/v1.3-rev-1/elements/onedal/source/# + |full_name| (|short_name|) ------------------------------------------------------ diff --git a/docs/source/onedal/algorithms/clustering/kmeans.rst b/docs/source/onedal/algorithms/clustering/kmeans.rst index 899cdf9b988..5edf072ece5 100644 --- a/docs/source/onedal/algorithms/clustering/kmeans.rst +++ b/docs/source/onedal/algorithms/clustering/kmeans.rst @@ -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 oneAPI Data Analytics Library (oneDAL) specification defines only Euclidean distance case. .. _kmeans_t_math_lloyd: diff --git a/docs/source/onedal/algorithms/decomposition/pca.rst b/docs/source/onedal/algorithms/decomposition/pca.rst index 4c167538412..fe631273d56 100644 --- a/docs/source/onedal/algorithms/decomposition/pca.rst +++ b/docs/source/onedal/algorithms/decomposition/pca.rst @@ -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, 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 ` algorithm can be used. diff --git a/docs/source/onedal/gpu_support.rst b/docs/source/onedal/gpu_support.rst index 5a8d5f570b2..61e9dab793d 100644 --- a/docs/source/onedal/gpu_support.rst +++ b/docs/source/onedal/gpu_support.rst @@ -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 +The 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}| diff --git a/docs/source/onedal/introduction.rst b/docs/source/onedal/introduction.rst index fc08072a8af..a63f8720539 100644 --- a/docs/source/onedal/introduction.rst +++ b/docs/source/onedal/introduction.rst @@ -16,7 +16,7 @@ Introduction ************ -oneDAL provides redesigned versions of interfaces that account for multi-device targets. +The 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 diff --git a/docs/source/onedal/spmd/index.rst b/docs/source/onedal/spmd/index.rst index 2e139d54ac5..5a0575c95a8 100644 --- a/docs/source/onedal/spmd/index.rst +++ b/docs/source/onedal/spmd/index.rst @@ -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 the oneAPI Data Analytics Library (oneDAL). .. _communicator_operations: